I have doubts about working with the audio: I want to put the original audio and a new track.
When I demuxed the audio with DGIndex for the whole episode (not just the sample), I got the value "xxxx T01 2_0ch 384Kbps DELAY -162ms.ac3"
So according to http://www.animemusicvideos.org/guides/ ... dio3b.html I need to keep that delay in mind when synchronizing the episode. OK… now my question is: which script in avisynth will let me correct this delay? I know there is this filter called delayaudio but I don't know if that's the filter I need or how to use it.
Anyway, I will be converting a NTSC DVD to 23.976fps by IVTCing it. My final video will be 25fps as the the 2nd audio track I want to add is a 25fps audio. I will be using Zarx264gui_1.4 to convert the DVD to mp4, so is the following script what I need to convert from 23.976fps to 25fps?
Code: Select all
Delayaudio(xxx)
- IVTC filter
- footage cleaning filters
- resizing & cropping filters
AssumeFPS(25)