-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add Remux Condition #893
Comments
I added the following option to the "Recording" condition type in the linked PR: A build will be available here in a few minutes: I would appreciate if you could give this a try and report back if everything works as expected. |
Unfortunately it seems to trigger at the beginning of the save or Remux proccess instead of the expected end (100%) of the Remux process. |
That is unfortunate :( I will try to think of a different way. Thanks for the test! |
Here is the macro I am using if it helps. It Launches VLC on my 2nd monitor when VLC isnt already runing. It determines the most recent recording based on "Name" & "Episode" variables that are saved/loaded form text files in other macros.
|
Sorry if the answer to the question is obvious, but what types of settings do I need to configure to run into this situation? |
My experience is that I stream/record for 2-3+ hours which makes the remux time take longer. Perhaps you could start a recording, unlock and swap the mkv file with a longer test file, then stop the recording. Or maybe the remux option from the "File" pulldown would send the same signal. If all else fails start a recording, wait a couple hours, then click stop. Perhaps instead it just needs to check if the remux file is open for writing or if it's size has stopped growing. |
To update on this, I was able to find a workaround where a variable is incremented every 250 seconds during a recording, then a macro waits that variables number of seconds befoer preceding. Reduce the number of seconds if your cpu\gpu is slower. Here's the code for reference: |
Is your feature request related to a problem? Please describe.
I run a "check video" macro that launches vlc with the most recent remuxed recording, however it somtime fails as the remux hasn't completed yet.
Describe the solution you'd like
A Condition that triggers on the completion or start of the remux process.
Describe alternatives you've considered
adding arbitray long wait times.
The text was updated successfully, but these errors were encountered: