[FFmpeg-user] Size of 10-bit 4:2:2 video streams?

Carl Zwanzig cpz at tuunq.com
Tue Sep 20 17:20:54 EEST 2022


Hello,

On 9/20/2022 6:11 AM, Bruchez Olivier via ffmpeg-user wrote:
> So I made some further tests and discovered that my original AVI file is
> simply corrupted. It's supposed to have 88 minutes of video, but it fails
> after 38 minutes. 

What does "fails" mean? The player stops? Which player? The video goes black 
but playing continues? Please be specific.


> I didn't notice this for the simple reason that ffmpeg "fails" (?) silently after 38 minutes. It doesn't output any error message. It just stops after
> 38 minutes. Example for an AVI-to-AVI copy:
> ...
> frame=57978 fps=154 q=-1.0 size=62615951kB time=00:38:39.12 bitrate=221183.0kbits/s speed=6.14x
> frame=58011 fps=153 q=-1.0 size=62651535kB time=00:38:40.44 bitrate=221182.8kbits/s speed=6.14x
> frame=58047 fps=153 q=-1.0 size=62690447kB time=00:38:41.88 bitrate=221182.9kbits/s 

a) as long as the status messages continue, it doesn't look like anything 
has stopped.

b) the complete command line is missing, so we don't know what's actually 
being done.

You may want to try multiple players to see what's in the file and look at 
it with ffprobe and mediainfo. Also try encoding into a different format 
which will force ffmpeg to demux/decode the frames; that might turn up 
something.


As per the list FAQ, always include the complete command line and DO NOT 
top-post.

z!


More information about the ffmpeg-user mailing list