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