LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   transcode vob to avi - audio sync problem (https://www.linuxquestions.org/questions/linux-general-1/transcode-vob-to-avi-audio-sync-problem-460112/)

Steve Riley 07-01-2006 05:10 PM

transcode vob to avi - audio sync problem
 
I cannot get audio to sync with video when transcoding video clips from VOB to avi. After a minute or so the audio falls behind video.

I am using transcode 1.0.2 on Ubuntu Linux.

The closest I can get is with this command:

transcode -i vts_01_1.vob -r 2 -w 375,75,25 -o cut1_375_4.avi -y xvid4

Including the -M options did not help. I'm scripting this, so I can't use a GUI program.

I've looked around and see others have had this problem, but I have not found a good solution. Any help is appreciated.

Thanks,

SR

AzrielMacKay 07-02-2006 06:44 PM

Did u install transcode from source? What about mjpeg-tools? Is it just the one file that does it, or have you tried different ones?

AzrielMacKay 07-02-2006 06:48 PM

Oh yea, you may also want to try using mencoder to do that. I got a script, lemme know if you need it.

Steve Riley 07-04-2006 02:36 PM

Thanks for the replies.

This worked:

http://axljab.homelinux.org/Mencoder_DVD_to_MPEG-4

using mencoder.

However, on the Windows side, I'm getting a "codec not found . . . FOURCC code FMP4" error when trying to play back a clip encoded this way.

What is the easiest way to install the codec to play the video back on a Windows machine?

Thanks again.

lpn1160 07-04-2006 03:32 PM

In windows I think it's called ffdshow or you could if using mencoder use -ffourcc DX5O or -ffourcc XVID

AzrielMacKay 07-05-2006 08:28 AM

Yea, i would also recommend either the xvid or use libavcodec.


All times are GMT -5. The time now is 11:25 AM.