-
-
Save visualblind/835dbe4ad8fa5c8c1204ffe38bcc5541 to your computer and use it in GitHub Desktop.
ffmpeg fix "Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using the mpeg4_unpack_bframes bitstream filter without encoding but stream copy to fix it."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i "in.avi" -bsf:v mpeg4_unpack_bframes -vcodec copy "out.avi" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment