[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpeg andac3 a
taken from
http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html#EXAMPLES%20OF%20MENCODER%20USAGE
Encode DVD title #2, resizing to 640x480:
mencoder dvd://2 âvf scale=640:480 âo title2.avi âoac copy âovc lavc
âlavcopts vcodec=mpeg4
trying this myself for very similar issues, i'll let you know.
Abylai Ospan wrote:
> Ð ÐÑÐ, 15/09/2006 Ð 15:04 -0700, Phil Ehrens ÐÐÑÐÑ:
>> Phil Ehrens wrote:
>> > Ivan Kowalenko wrote:
>> > >
>> > > On Sep 12, 2006, at 15.32, Abylai Ospan wrote:
>> > > >
>> > > >I need to convert DVD to mpeg2 ps filw with audio. I am doing:
>> > > > ...
>> > > >But on some DVD (with silence at the beginning) I have audio and
>> > > >video desynchronization (audio is start faster than needed). How I
>> > > >can transcode video and audio into one file without mplex ?
>> > >
>> > > Why not just pipe from MPlayer and use Audio and Video codec copy,
>> > > throw that into an AVI container, then remultiplex that?
>> >
>> > If that will do what he wants, he can just do this (I think):
>> >
>> > mencoder -oac copy -ovc copy -o $clipname.mpg dvd://1
>>
>> And if the dvd is really screwed up, with holes punched in it
>> or something:
>>
>> mencoder -oac pcm -ovc copy -ofps 30000/1001 -o $clipname.mpg dvd://1
> I need resizing (from 720x480 to 480x576) because IP STB can't show movie
> with 720x480 ;(
>
> But I resolve this problem ! :)
> I'm cut'ting 13 secs at the begginning of the video stream by following
> command:
>
> mpgtx -s test.m2v [550k-]
>
> where 550 kbytes is equivalent for 13 secs of video :)
> Then I'm mplex'ing final mpeg2 file with synced audio and video:
>
> mplex -f 8 -o test.ts chunk.mpg test.ac3
>
>
> All is working fine ! Thanks for all who make help !
>
> wbr, Abylai
- Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpegand ac3 audio into one file ?, (continued)
- Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpegand ac3 audio into one file ?, Abylai Ospan, 2006/09/13
- Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpeg andac3 audio into one file ?, Maik Holtkamp, 2006/09/13
- Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpegand ac3 audio into one file ?, Abylai Ospan, 2006/09/13
- Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpeg andac3 audio into one file ?, Maik Holtkamp, 2006/09/13
- Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpegand ac3 audio into one file ?, Abylai Ospan, 2006/09/13
- [transcode-users] Re: How to transcode DVD to mpeg2 with ffmpeg andac3 audio into one file ?, T, 2006/09/15
Re: [transcode-users] How to transcode DVD to mpeg2 with ffmpeg andac3 audio into one file ?, Ivan Kowalenko, 2006/09/15