---------------------------------------- > To: [email protected] > From: [email protected] > 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 > [email protected] > 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. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
