[FFmpeg-user] transcode for making a DVD?

. peace at AleksandrSolzhenitsyn.net
Thu Dec 27 13:40:56 CET 2012


On 12/27/2012 07:18 AM, Rodney Baker wrote:
> On Thu, 27 Dec 2012 08:57:33 . wrote:
>> What code should I use, generally, for making a DVD compatible file?
>>
>> Here's what I would like to do;
>>
>> 1- Take an mp4 file and convert so that it can be burned to a DVD. (I'm
>> in the US so I think the US uses either PAL or NTSC or whatever it's
>> called).
> ffmpeg -i <input_file> -target ntsc-dvd <output_filename>.VOB
>
> ffmpeg will write VOB files directly without any further steps needed.

Thanks. It worked except that the resulting audio is just buzzing. Any
idea how to fix it?

Here's the input file information;

[mpeg @ 0xa20f3e0] max_analyze_duration 5000000 reached at 5005000
Input #0, mpeg, from 'TSFFMPEG.mpg':
  Duration: 00:02:22.04, start: 0.994667, bitrate: 4173 kb/s
    Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x480 [SAR
8:9 DAR 4:3], 9000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:1[0x80]: Audio: ac3, 48000 Hz, mono, s16, 448 kb/s


Here's the VOB output information;

[mpeg @ 0x9d4d3e0] max_analyze_duration 5000000 reached at 5005000
Input #0, mpeg, from 'TS.VOB':
  Duration: 00:02:22.04, start: 0.994667, bitrate: 4172 kb/s
    Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x480 [SAR
8:9 DAR 4:3], 9000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:1[0x80]: Audio: ac3, 48000 Hz, mono, s16, 448 kb/s






>> 1a- DVD authoring (like DVDStyler) isn't necessary
>>
> Then you can simply proceed to step 2.
>
>> 2- Burn the resulting file created in step 1 using K3b or something
>> similar.
>>
>> 3- Execute the above with the least amount of hassles.
>>
>>
>> Any ideas?
>>
>> Thank you


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20121227/fcfe572a/attachment.asc>


More information about the ffmpeg-user mailing list