Buggle
10th November 2005, 16:01
I am not new to this forum, but I was not able to find the correct forum to put this question in. Maybe a moderator can give me hint concerning that.
Now on to the question, or better put: my project.
I am going to build a DVD of 11 episodes from the Teenage Mutant Ninja Turtles (we’re having a highschool-time revival :) ). The problem is that they are almost all in different resolutions and framerates, so that’s where you guys come in. What I am concerned about is quality and sync of video/audio. I have thought about this a million times, but my knowledge (and search skills) are not that extensive to give me the answers I need.
My current plan:
1* Encoding all NTSC episodes (some 23,976fps files and one 29,970fps) to PAL resolution and framerate (compressing to Lagarith) by using this script:
AVISource("E:\TMNT\Teenage Mutant Ninja Turtles - 01 - 001 - Turtle Tracks.avi",audio=false)
BicubicResize(704,560,1/3,1/3,0,1,512,382)
AddBorders(8,8,8,8)
AssumeFPS(25.000, true)
ConvertToYUY2()Concerning the fps change; am I overseeing something there? (like Telesync and so).
There is one burning question: I used FitCD for this, using 1 block overscan. FitCD has a slider there ("round to:") that gives different values, like MMX optimized, macro block optimized. The script above is 'not optimized'. Will that give speed or other problems?
2* Extracting the audio from each file using VirtualDubMod. Here I do not know what to use: demux or save WAV. I am unsure because of the audio sync; is there something like offset used in avi files? What I have done with the first is demux, transcode to wav with BeSweet (using 23,976->25fps conversion). Would that give me a sync a/v or am I forgetting something there?
3* Encoding all the PAL sources to PAL Lagarith.
4* Demux the audio from the PAL episodes and decode them to WAV (48kHz)
5* Join all Lagarith files and encode them with CCE (bitrate will be about 2400kbit VBR)
6* Join all wav files and encode them to AC3 with SonicFoundry. The question here is: do I loose a/v sync when I join them all? Also, maybe I better use mp2?
I am really looking forward to your suggestions, and my sincerest excuses if this is the wrong forum…
Now on to the question, or better put: my project.
I am going to build a DVD of 11 episodes from the Teenage Mutant Ninja Turtles (we’re having a highschool-time revival :) ). The problem is that they are almost all in different resolutions and framerates, so that’s where you guys come in. What I am concerned about is quality and sync of video/audio. I have thought about this a million times, but my knowledge (and search skills) are not that extensive to give me the answers I need.
My current plan:
1* Encoding all NTSC episodes (some 23,976fps files and one 29,970fps) to PAL resolution and framerate (compressing to Lagarith) by using this script:
AVISource("E:\TMNT\Teenage Mutant Ninja Turtles - 01 - 001 - Turtle Tracks.avi",audio=false)
BicubicResize(704,560,1/3,1/3,0,1,512,382)
AddBorders(8,8,8,8)
AssumeFPS(25.000, true)
ConvertToYUY2()Concerning the fps change; am I overseeing something there? (like Telesync and so).
There is one burning question: I used FitCD for this, using 1 block overscan. FitCD has a slider there ("round to:") that gives different values, like MMX optimized, macro block optimized. The script above is 'not optimized'. Will that give speed or other problems?
2* Extracting the audio from each file using VirtualDubMod. Here I do not know what to use: demux or save WAV. I am unsure because of the audio sync; is there something like offset used in avi files? What I have done with the first is demux, transcode to wav with BeSweet (using 23,976->25fps conversion). Would that give me a sync a/v or am I forgetting something there?
3* Encoding all the PAL sources to PAL Lagarith.
4* Demux the audio from the PAL episodes and decode them to WAV (48kHz)
5* Join all Lagarith files and encode them with CCE (bitrate will be about 2400kbit VBR)
6* Join all wav files and encode them to AC3 with SonicFoundry. The question here is: do I loose a/v sync when I join them all? Also, maybe I better use mp2?
I am really looking forward to your suggestions, and my sincerest excuses if this is the wrong forum…