I've been frameserving avs scripts into cce 2.66 and mainconcept with no problems until today. Possibly I have deleted a codec I shouldn't!!.
In both programs when loading the avs file it shows as just 10 seconds of video and no audio. The actual avi file loads perfectly but I need to frameserve to resize.
Can anyone help, I've reinstalled avisynth 2.51 and this hasn't helped
+ Reply to Thread
Results 1 to 7 of 7
-
-
Getting 10secs is usually an indicator of an Avisynth script error.
To find out what the error is, play the 'AVS' file in your video player (e.g. Windows Media Player), the error message should be shown. -
ok wmp and vdub both "acm failed to suggest compatible pcm format"
This is the script generated from fitcd
AviSource("C:\music\lord.of.avi")
BicubicResize(448,272,0,0.6,14,0,612,272)
AddBorders(16,104,16,104)
I get same problem on all my avis which incidentally all have ac3 audio although this hasn't been a problem before -
I have heard that you need to have simple file names for your avisource. Try changing the file name to lord.avi instead of lord.of.avi. I'm still a newbie so don't get mad if it doesn't work it's merely a suggestion.
Goodluck,
VCThis is so much fun! -
If it was working before then perhaps the codec did get scrambled at some time, I would try 2 things..
1. reinstall the AC3 codec - there is one in the TOOLS Section.
2. Try adding the 'ResampleAudio(44100)' or 'ResampleAudio(48000)' instruction to the AVS file. -
Ok I tried renaming file to lord.avi, installing ac3 codec and resample audio command but still getting same error..
Also opening the avi files in gspot says the codecs are installed and able to render video and audio ok..baffled??? -
I've found obvious way of avoiding this by putting the "false" argument in avisource to avoid using audio and this works fine so I can frameserve video whilst using avi audio file at same time.
I still can't understand why the audio fails in the avs file though as avisynth 2.5 should support ac3 audio.
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35 -
Avisynth 3.0
By nbi in forum LinuxReplies: 1Last Post: 30th Oct 2007, 16:50