[FFmpeg-user] DV to SD Blu-ray

Andy Furniss adf.lists at gmail.com
Tue Jan 24 17:58:02 EET 2017


Terje J. Hanssen wrote:
> Den 24. jan. 2017 12:41, skrev Andy Furniss:
>> Terje J. Hanssen wrote:
>>
>>> 1) 576i DV video to x264, pcm audio to ac3
>>>
>>> ffmpeg -i dv01.dv -c:v libx264 -profile:v high -level 41
>>> -pix_fmt yuv420p

-pix_fmt yuv420p?

I thought PAL DV was 420p - if by chance ffmpeg -i .... shows any of
your interlaced inputs as 422 or 411 then you would also need to add
-vf scale=interl=1 and avoid using any -preset xxxxx or the chroma will
end up being messed up by a progressive conversion.


More information about the ffmpeg-user mailing list