hi ...
first i like to say that problably this is a stupid question, but i have
bothering me like 2 weeks now; here is the deal im encoding a video (a
clients request to translate an a avi file to dvd) so i tried to make a
dvd format compilant but the audio is not synced, and i dont know what
im doing wrong, here is the method im using

-----------------------------------------------------------------------
for video:
mkfifo stream.yuv

cat stream.yuv | yuvdenoise | yuvscaler -M WIDE2STD -O DVD -n n |
mpeg2enc -a 2 -n n -F 4 -s -f 8 -o video.m1v&

mplayer -nosound -vo yuv4mpeg input.avi

for audio:
mkfifo audiodump.wav

cat audiodump.wav | mp2enc -V -o sound.mp2&

mplayer -ao pcm  input.avi

mixing both:
mplex -o dvd.mpg sound.mp2 video.m1v
-----------------------------------------------------------------------

it seems that somewhere its frame dropping cuz the video goes faster
than the audio track

Any suggestion will be appreciated

Jean



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to