if it's slightly out of sync you can pass the -O option to mplex...
(man mplex)
Printable View
if it's slightly out of sync you can pass the -O option to mplex...
(man mplex)
yeah it is out of sync.. I cant use mplex . i need to use MP4Box to encode it to mp4 . mplex doesnt suport that file format.
ok heres the code i am using to divide audio and video
i had to rencode it with higher frame rate because it was coded at 24 FPS which my ipod doesnt support. has to be 29.97Quote:
transcode -i test.avi --export_asr 2 --export_par 2 -F mpeg4 -y xvid,wav -o test.avi -M 2 -N 0x1 --export_fps 29.97 -m test.wav modfps=clonetype=3transcode
i then code the wave file to m4a
this makes test.m4aQuote:
faac -w test.wav
now i put them together
i have no clude where my SYNC problem is happening from MP4Box or is it from transcode. I think its from transcode because the audio is getting delayed . any ideas how to get these both in sync. the audio and video arnt way off but are off a few seconds. thanksQuote:
MP4Box test.mp4 -add test.avi#video -add test.m4a
figure it out. its a process to get it working. if i use ffmpeg first then use transcode i can get it to sync correctly ..... :)
I love this technique, to which I owe some beautiful no-nonsense DVDs. Thought it might be a nice time to give this thread a bump.
For the first time, this isn't working for me. The error message that I'm getting is "Segmentation Fault" Can anybody tell me what that means?
Did you recently update any software? It sounds like one of the programs used in the script has a bug or no longer supports an option and is crashing.