TorgoGuy
28th January 2004, 21:03
I'm doing some DVD backups. I'm using Besweet to convert from AC3 to MP3. I've not had any problems with sync, but on my current DVD I want to cut a bit of stuff off from the front and back of the D2V project. So in AVISynth I added my "trim(1134,222042)" and it looks like AVISynth trimmed it at the correct frame.
Next I have to trim the corresponding audio, so converting 1134 frames to seconds, I did the calculation 1134/29.97:
Cut 1134 frames divided by 29.97 fps = 37.838 seconds
This is 29.97fps material--not a telecined movie. So in my besweet command line I added "-split( -start 37.838 -end 7408.809 )"
When I mux it together (I've tried two different muxers) the audio sync is off. I can manually adjust it (the audio seems to be about 160ms early), but anybody know why this is happening? If I encode this same DVD without trimming in AVISynth and BeSweet the audio sync is fine.
I've used search, but so far haven't been able to find any help. Anybody know why this is happening? Is it maybe a playback problem? (I've tried a couple of different computers).
Next I have to trim the corresponding audio, so converting 1134 frames to seconds, I did the calculation 1134/29.97:
Cut 1134 frames divided by 29.97 fps = 37.838 seconds
This is 29.97fps material--not a telecined movie. So in my besweet command line I added "-split( -start 37.838 -end 7408.809 )"
When I mux it together (I've tried two different muxers) the audio sync is off. I can manually adjust it (the audio seems to be about 160ms early), but anybody know why this is happening? If I encode this same DVD without trimming in AVISynth and BeSweet the audio sync is fine.
I've used search, but so far haven't been able to find any help. Anybody know why this is happening? Is it maybe a playback problem? (I've tried a couple of different computers).