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 ?
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 ?