LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Transcode - Video and Audio not in sync (https://www.linuxquestions.org/questions/linux-software-2/transcode-video-and-audio-not-in-sync-188344/)

davecs 06-01-2004 03:42 AM

Transcode - Video and Audio not in sync
 
I have a problem in that I am trying to re-code some videos from avi (WMV3) to MPEG-2.

However, when I re mplex them, the video is anything up to a second ahead of the audio. I think that is because, on the original files, the sound starts and then the video fades in from black. I don't know if the problem occurs when creating the *.m2v and *.mpa files, or when multiplexing them back together, but it seems to make little difference whether I use mplex or tcmplex for the task.

I have tried using both the mpeg and the mpeg2enc/mp2enc filters in transcode, I get the same result either way.

avidemux does not work because it does not work with WMV formats above WMV2, and TMPGenc (windows program) cannot read the format either.

A typical line I have tried is:

transcode -i filename.avi -x mplayer,mplayer -y mpeg,mpeg -E 44100 -Fs,3 -b 128 -Z 480x576 -o TEMP
mplex -f 4 -o filename.mpg TEMP.m2v TEMP.mpa


Has anyone else experienced this problem and is there another way?


huibert.alblas 06-01-2004 02:52 PM

I stopped using transcode for exactly these reasons,
I have had better experiences with mplayer/mencoder.

It does have the smae incromprehensibly comandline options, though.


All times are GMT -5. The time now is 07:42 AM.