[FFmpeg-user] DV to SD Blu-ray
Andy Furniss
adf.lists at gmail.com
Tue Jan 24 13:41:36 EET 2017
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 -preset slow -crf 20 -g 24 -vf setsar=sar=12/11 -threads 8
> -x264opts bluray-compat=1:vbv-bufsize=15000:vbv-maxrate=30000 -acodec
> ac3 -strict experimental -ar 48000 -ab 256k -y
> SD_BD2_x264_ac3.m2ts
This is coding interlaced as progressive.
More information about the ffmpeg-user
mailing list