Chainmax
15th September 2006, 04:41
I am currently trying to restore a horrible VHS-to-DVD transfer of a ~100min movie. Unfortunately, I don't have enough HDD space for a lossless intermediary file, and my computer is too slow to directly feed the Avisynth script to CCE. Therefore, I'll have to encode the movie in segments. Here's what I intend to do:
Extract the audio from the whole movie and process it.
Put Trim(0,n) at the end of the script, make an intermediary file out of that and then encode it in CCE.
Change the Trim line to Trim(n+1,0) and do the same as in the previous step.
Join the two encodes.
Feed the joined encode and the processed audio to DVDLab and author the DVD.
What I'd like to know is if this will result in perfect A/V synch, as I'm not exactly sure how Trim works (namely, if the range is inclusive or exclusive) and if by joining the two halves no extra frame is created. Another thing I'd like to know is which program would you recommend me for joining the two halves. Any help will be greatly appreciated.
Extract the audio from the whole movie and process it.
Put Trim(0,n) at the end of the script, make an intermediary file out of that and then encode it in CCE.
Change the Trim line to Trim(n+1,0) and do the same as in the previous step.
Join the two encodes.
Feed the joined encode and the processed audio to DVDLab and author the DVD.
What I'd like to know is if this will result in perfect A/V synch, as I'm not exactly sure how Trim works (namely, if the range is inclusive or exclusive) and if by joining the two halves no extra frame is created. Another thing I'd like to know is which program would you recommend me for joining the two halves. Any help will be greatly appreciated.