ffmpeg dev example

1. normal file as input
ffmpeg -i test3.264 -s 352x288 -pix_fmt yuv420p test31.yuv

2. pipe as input
ffmpeg -i /.live_stream_fifo -s 352x288 -pix_fmt yuv420p -vcodec rawvideo -s 176x144 test31.yuv

你可能感兴趣的:(ffmpeg dev example)