You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading some of the other issues I found this comment: #468 (comment).
Could the origin of this problem be that preanalysis is not allowed for -rc vbr_peak ?
I've not been using the other rate control modes, because they dont work, even with -preanalysis true
Sorry for the trouble, I just didn't find this any earlier. Preanalysis only works with pixel format NV12
With this pixel format the other rate controls also work. Is this intended behavior?
Additionally, I noticed that
Using QVBR / HQVBR / HQCBRwithout-preanalysis true wont start the encoding process.
The encoded video repeatably jumps back and forth a few frames at playback when using one of these three rate controls. This looks like the order of I, P, B Frames got messed up. This happens when playing with ffplay, firefox or vlc. Should I open another issue for this?
The jumpy videos were encoded with this command and no errors were displayed
Describe the bug
This command results in the error below:
However once
-preanalysis 1
is removed from the command, everything works.Setup:
Expected behavior
I'd expect ffmpeg to continue working.
Please let me know if this is the wrong place for this issue or how I could provide more context
The text was updated successfully, but these errors were encountered: