[FFmpeg-user] V210 is a packet format but ffmpeg shows always yuv422p10le (planar?) - or how to read a V210.raw stream with ffmpeg?

Carl Eugen Hoyos cehoyos at ag.or.at
Thu May 21 11:53:39 CEST 2015


Christoph Gerstbauer <christophgerstbauer <at> gmail.com> writes:

> So if as I understand: for a specific resolution 
> the framesize is always the same in v210 raw?

Very, very generally: No, this is the reason why 
a decoder is needed: Some applications produce 
an incorrect framesize for a given resolution.

But in the case of a given application, the 
framesize has to be constant for a given 
resolution: If it is not, the file cannot be read.

(And the framesize is of course defined by the 
specification for a given resolution but as said, 
some encoders use an incorrect stride.)

You can definitely use this syntax to read the 
raw files from your capture card, but is should 
be way easier to use -f dshow instead.

Carl Eugen



More information about the ffmpeg-user mailing list