[FFmpeg-user] how to disable the auto frame replenishment when decoding the h.265 file

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Mar 16 11:22:07 CET 2016


zhuhb <zhuhongbo <at> qiyi.com> writes:

> ffmpeg -i BlowingBubbles_416x240_50_qp23.265 -vcodec rawvideo 
> -pix_fmt yuv420p BlowingBubbles_416x240_50_qp23_y.yuv

Use -vsync 0 to avoid the frame duplication.

Carl Eugen



More information about the ffmpeg-user mailing list