2024-12-24, 08:49 AM
What is the output of ffprobe on this file? I suddenly recalled an issue I ran into as I was falling back asleep where videos with embedded images would fail because the remove_dovi BSF was also getting applied to the embedded image and not just the video.
I'm betting your video has an image embedded in it. To get around this you would change the BSF mapping to only apply to the video.
You'd change this
To this
I'm betting your video has an image embedded in it. To get around this you would change the BSF mapping to only apply to the video.
You'd change this
Code:
-bsf:v
To this
Code:
-bsf:v:0