View Single Post
Old 5th July 2020, 16:04   #1012  |  Link
SpasV
Guest
 
Posts: n/a
Thanks videofan3d.

The properly generated by FRIMDecode() .yuv file is recognized by ffmpeg and some yuv players as having pixel format yuv420p10le equivalent to YUV420P10 (played by RawSourcePlus as YUV420P16 also).

It seems to me the problem I've faced is due to my improper choosing the clips' start frame. The players play this .yuv clip as black&withe but ffmpeg refuses with an error mesage.
Quote:
ffplay -hide_banner -i "FRIM.Rambo_2019.test.yuv"
[IMGUTILS @ 000000d26cdff380] Picture size 0x0 is invalid0B f=0/0
FRIM.Rambo_2019.test.yuv: Invalid argument
I have to look at this.

Thank you again.
  Reply With Quote