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

Kevin Wells kevwells at hotmail.co.uk
Wed May 20 16:55:27 CEST 2015


----------------------------------------
> To: ffmpeg-user at ffmpeg.org
> From: cehoyos at ag.or.at
> Date: Wed, 20 May 2015 13:05:23 +0000
> Subject: Re: [FFmpeg-user] HD> SD Down-Convert Prores Color
>
> Kevin Wells <kevwells <at> hotmail.co.uk> writes:
>
>> Hi Carl, what should I change to make the output bt601?
>
> Please provide such a bt601 sample (including ffmpeg -i
> output for the sample).
>
> Carl Eugen
>
>>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Hi Carl, I think you misunderstand. We have the HD file (bt709) which is the HD_BARS.mov, sample and readout log already provided, which I want to goto SD_BARS.mov (bt601). The last line of code you provided was almost perfect, log readout already provided:

ffmpeg -i HD_BARS.mov -s pal -vcodec prores -an -movflags +write_colr -an -s pal -color_primaries bt709 -color_trc bt709 -colorspace bt709 out.mov

This was great, but the out.mov is still flagged as bt709, but needs to be bt601. What would I change in your code to correct this please?

Kind regards. 		 	   		  


More information about the ffmpeg-user mailing list