Log in

View Full Version : changed fps, audio?


cybersharky
3rd October 2010, 16:44
Hi,

I know audio doesn't have a fps. The Dvd was NTSC 29.97 fps. So is there anything I need to do with the audio?

LoadPlugin("G:\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\LOTR\MainMovie\FELLOWSHIP_EXT_D1\VIDEO_TS\job1.d2v", info=3)
LoadPlugin("G:\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("G:\megui\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate()

:thanks:

zmaster
3rd October 2010, 17:15
No, this particular case does not require special manipulitsy with the audio track.

cybersharky
3rd October 2010, 17:17
No, you find something special need to do.

No, I'm going to keep the original and merge it into mkv.

zmaster
3rd October 2010, 17:51
You can convert the audio track in any format you need (In formats that support mkv), you can put it to mkv without converting, you will not need to specify the delay (except for that which is defined DgIndex. And even then I would advise you to check the layout of the project), accelerate or decelerate are causing or something else is.

Inspector.Gadget
3rd October 2010, 18:11
For IVTC, you don't need to do anything with the audio. The duration of the movie remains unchanged. The only time you need to speed the audio is FILM -> PAL, and you need to slow the audio for PAL->FILM

zmaster
3rd October 2010, 18:37
For IVTC, you don't need to do anything with the audio. The duration of the movie remains unchanged. The only time you need to speed the audio is FILM -> PAL, and you need to slow the audio for PAL->FILM+1
That's what I wanted to say with his level of English proficiency. :/