[FFmpeg-user] DV to SD Blu-ray

kumar vikram vikramforu at gmail.com
Tue Jan 24 14:23:25 EET 2017


Hey Terje,
I need to maintain the container. The input video is MPEG-2. I need to
maintain that,

I tried the following command, but it did not work either.


ffmpeg -i c:\ffmpeg\18001.mpg -c:v mpeg2video -vf setsar=sar=12/11 -threads
8 -strict experimental -ar 48000 -ab 256k -y c:\ffmpeg_1\18001_1.mpg

Sorry for asking so many questions. But I am quite naive with ffmpeg usage.

Regards,
Vikram

On Tue, Jan 24, 2017 at 5:11 PM, Andy Furniss <adf.lists at gmail.com> wrote:

> 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list