PTDown
29th October 2011, 11:02
Hi folks! :)
I´m tryng encode a .mp4 with 50fps (Digital TV). When i encode to 25fps (PAL) the audio is oos. So i have to use FFMS2, but he does not recognize .aac
Here is the script:
Import("C:\Program Files\AviSynth 2.5\plugins\NAA.avs")
FFIndex("C:\Users\Ricardo Vieira\Desktop\Entrevista\1025205953DVB-TRTP 1_852_1782_0_929.mp4")
AudioDub(FFVideoSource("C:\Users\Ricardo Vieira\Desktop\Entrevista\1025205953DVB-TRTP 1_852_1782_0_929.mp4"),
FFAudioSource("C:\Users\Ricardo Vieira\Desktop\Entrevista\1025205953DVB-TRTP 1_852_1782_0_929.aac"))
nnedi3(field=-2)
SelectEven()
crop( 2, 2, -2, -4)
Spline36Resize(640,480)
NAA()
Error:
http://www.alojaimagens.com/images/coe0h8ceev4cbd464yp.png
SAMPLE: http://dl.dropbox.com/u/30743665/1025205953DVB-TRTP_1_852_1782_0_929_0_30.mp4
Help please.
Best Regards,
PTDown.
I´m tryng encode a .mp4 with 50fps (Digital TV). When i encode to 25fps (PAL) the audio is oos. So i have to use FFMS2, but he does not recognize .aac
Here is the script:
Import("C:\Program Files\AviSynth 2.5\plugins\NAA.avs")
FFIndex("C:\Users\Ricardo Vieira\Desktop\Entrevista\1025205953DVB-TRTP 1_852_1782_0_929.mp4")
AudioDub(FFVideoSource("C:\Users\Ricardo Vieira\Desktop\Entrevista\1025205953DVB-TRTP 1_852_1782_0_929.mp4"),
FFAudioSource("C:\Users\Ricardo Vieira\Desktop\Entrevista\1025205953DVB-TRTP 1_852_1782_0_929.aac"))
nnedi3(field=-2)
SelectEven()
crop( 2, 2, -2, -4)
Spline36Resize(640,480)
NAA()
Error:
http://www.alojaimagens.com/images/coe0h8ceev4cbd464yp.png
SAMPLE: http://dl.dropbox.com/u/30743665/1025205953DVB-TRTP_1_852_1782_0_929_0_30.mp4
Help please.
Best Regards,
PTDown.