-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
webm stream mux failure causes the program to exit, and profile_Video_Encoder_Value: 23.5 is not accepted #240
Comments
try this commit |
The error persists and the problem has not been solved. |
look back plugins JSON file
if |
After adding this option, the error still occurs: |
good news: webm stream mux failure causes the program to exit, This error still exists. |
likely crash because of new ETA implementation |
I don't know how to deal with it, waiting for your news. :) |
my test after fix the ETA
yes, the ETA I add last night indeed flawed
it was sampled based on frames, perhaps I try sample from AV1 |
I can't offer any advice, follow your way ^_# |
try this commit |
nice! that SVT-AV1 can use 23.5 ? decimal input |
Decimal values can be used |
Of course, those who rely heavily on avisynth may also need AvsPmod. |
I have tried that, also Handbrake, both are not design to encode many file at once and set once, so I build this to save disk space for my Jellyfin
it possible for bit-rate based encoding mode
this will be add, just not this time, need to polish current Encoding Pipeline then can add support parallel encoding, long time before I also made encode video in chunks (parted) and let encoding server encode x264 very quickly and reassemble one stream, project abandoned due unforeseen glitch when assemble multiple chunks
Also I have integrated AvsPmod as AviSynth Editor in previous version, easily edit script before encode
Aww thank you, it has been 10 years of development, I glad making IFME more modular and expandable |
webm profile_Video_Encoder_Value: 23.5 is not accepted
Video_2024-07-07_095815.mp4
webm stream mux failure causes the program to exit
Video_2024-07-07_100148.mp4
The last part of the video becomes blank because IFME suddenly exits. Checking the temp folder, the encoding process should have been completed. It should be that a fatal error of the program was triggered in the mux stage.
The text was updated successfully, but these errors were encountered: