PDA

View Full Version : no audio of final rmvb produced produced by AutoRV10


adrianmak
18th June 2007, 00:38
I have a 720p avi and used AutoRV10 convert it to 704x396 rmvb

Here is my steps.
1. I ripped the mp3 audio track from the source avi
2. write a .avs file as follow

Import("..\avsfilter.avs")
Import("C:\Program Files\AviSynth 2.5\plugins\mfToon-v0.5.avs")
DirectShowSource("G:\anime_1280.mkv",audio=false).changefps(23.98).lanczosresize(704,396)
hqdn3d(0.0,2,0.0,4)
LimitedSharpenFaster(ss_x=1.0,ss_y=1.0,Smode=3,strength=75,overshoot=7)
return

3. In AutoRV10, I inputted avs as the video source file
4. I inputted .mp3 as the audio and clicked "Add Audio"
5. clicked "Add Job" the job list and clicked "start encode"

After more than an hour for encoding, rmvb produced but there is no audio track in the rmvb.

What's the problem I did ? did I miss some steps ?

Sirber
18th June 2007, 00:53
I see an audio=false in your things...

adrianmak
18th June 2007, 01:12
I see an audio=false in your things...

That's mean there is no effect or AutoRV10 will not use external audio , even though I inputted a mp3 audio under the Audio like this