VoidShell
26th July 2007, 15:05
Hi, everyone.
This is a my first question in doom9.
Normally I am used to writting AVS Script and encoding with VirtualDubMod.
But I have a working that flv encoding with On2 Flix Pro.
As you know, On2 Flix Pro has not funtion that add audio file. So I can't add a AC3 audio file which has a delay to use On2 Flix Pro.
I try to dub AC3 audio file on video(d2v) in AVS Script.
I suffer to sync problem that come to IVTC and delayed AC3 audio file. Finally I successed perfect sync dubbing. (I confirm this sync at Vegas.)
Here is my AVS Script.
D2VPath="F:\Encoding\Source\VTS_02_2.d2v"
Video=MPEG2Source(D2VPath).ColorMatrix(mode="Rec.709->Rec.601", d2v=D2VPath, interlaced=true).TFM(d2v=D2VPath, order=-1, mode=1).TDecimate(mode=0, cycle=5)
AC3Path="F:\Encoding\Source\VTS_02_2 T01 2_0ch 448Kbps DELAY -168ms.ac3"
Audio=NicAC3Source(AC3Path)
Interleave(Audio)
DelayAudio(Audio, -0.168)
AudioDub(Video, Audio)
But there is a not soved problem yet. In VirtualDubMod Interleaving, there is a function "Audio block placement".
http://img411.imageshack.us/img411/8317/interleaveoptionsdb8.jpg
I search for this in AVS Script funtion or plugin, but I can't find it. Tell me about this solution please.
In additional, What effect "Interleave(clip 1,clip 2)" in AVS Script? I try writting "Interleave(Video, Audio)" but it show error message in AvsP.
So I try writting "Interleave(Audio)", and it is succeed. but I don't know diffrent that write this and nothing. What is its effect?
Thanks to read my question.
PS: I'm not living in english country. Sorry :)
This is a my first question in doom9.
Normally I am used to writting AVS Script and encoding with VirtualDubMod.
But I have a working that flv encoding with On2 Flix Pro.
As you know, On2 Flix Pro has not funtion that add audio file. So I can't add a AC3 audio file which has a delay to use On2 Flix Pro.
I try to dub AC3 audio file on video(d2v) in AVS Script.
I suffer to sync problem that come to IVTC and delayed AC3 audio file. Finally I successed perfect sync dubbing. (I confirm this sync at Vegas.)
Here is my AVS Script.
D2VPath="F:\Encoding\Source\VTS_02_2.d2v"
Video=MPEG2Source(D2VPath).ColorMatrix(mode="Rec.709->Rec.601", d2v=D2VPath, interlaced=true).TFM(d2v=D2VPath, order=-1, mode=1).TDecimate(mode=0, cycle=5)
AC3Path="F:\Encoding\Source\VTS_02_2 T01 2_0ch 448Kbps DELAY -168ms.ac3"
Audio=NicAC3Source(AC3Path)
Interleave(Audio)
DelayAudio(Audio, -0.168)
AudioDub(Video, Audio)
But there is a not soved problem yet. In VirtualDubMod Interleaving, there is a function "Audio block placement".
http://img411.imageshack.us/img411/8317/interleaveoptionsdb8.jpg
I search for this in AVS Script funtion or plugin, but I can't find it. Tell me about this solution please.
In additional, What effect "Interleave(clip 1,clip 2)" in AVS Script? I try writting "Interleave(Video, Audio)" but it show error message in AvsP.
So I try writting "Interleave(Audio)", and it is succeed. but I don't know diffrent that write this and nothing. What is its effect?
Thanks to read my question.
PS: I'm not living in english country. Sorry :)