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.

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to