[FFmpeg-user] HD > SD Down-Convert Prores Color

Carl Eugen Hoyos cehoyos at ag.or.at
Wed May 13 22:27:48 CEST 2015


Kevin Wells <kevwells <at> hotmail.co.uk> writes:

> This file is fine:
> 
> ffmpeg -f lavfi -i color=s=pal -t 10 -vcodec v210 out.mov

What about the following?
$ ffmpeg -i HD_Source.mov -vf scale=720:576 -vcodec v210 -an out.mov

Carl Eugen



More information about the ffmpeg-user mailing list