I'm having a problem with CCE not understanding a couple of my avs's made with fixcd v.1.2.8 however I do not believe in any way that the fixcd is the problem. fixcd has written my avs's perfect in the past attempts and its just a few files now and i believe it is their codec or something that is the problem...
CCE is reporting a total frame count of 240 frames when it is acually about 40,000... I can't seem to find a way to fix it either. I've tried reencoding etc..
Here are my screens from CCE and gspot:
Maybe you guys see something I don't?
Here's a gspot from a file that does work perfectly fine (it's avs.) and actually came in the same movie clip set :/
Thanks a ton. This is my last problem and if I can solve it tonight I'm golden! Thanks!
+ Reply to Thread
Results 1 to 13 of 13
-
-
The script might also help. If oyu load the script into virtualdub can you play the whole thing ?
Read my blog here.
-
Ok here's the AVS script
Any ideas? -
VBR MP3 audio. Drop a .killaudio at the end of the AVISource line. This will stop audio being decomped and passed through.
Load the avi into virtualdubmod. When it asks to re-write the headers with CBR, say Yes. Go Streams->Stream List. Right-click and choose full processing mode. Right-click again and select compression, then uncompressed PCM. Click OK, then click on save wav. Use ffmpeggui to convert this to AC3.
In CCE, uncheck the audio processing box.Read my blog here.
-
Ok so my avi synth looks like:
Code:# -= AviSynth v2.5.6.0 script by FitCD v1.2.8 =- AVISource("D:\3. Videos\The Office\The Office Season 2\04- The Fire.avi").killaudio BicubicResize(688,352,0,0.6,4,0,600,336) AddBorders(16,64,16,64) #Trim(0,30094).FadeOut(150)
Now when you said "uncompressed PCM" were you talking about <No Compression (PCM)> ?
Because tthat's the closest thing I have and when I went to save the wav it gave me a
I really tried to follow the instructions as closely as possible and I can't see where I'm messing them upThanks for all your time... Can you see my mistake by chance?
And the audio box in CCE remains unchecked -
Read my blog here.
-
Yes using the AVI. And here's the new Gspot:
Edit:
Ok sorry here it is. -
The correct way to kill the audio would be avisource("whatever.avi",false). That way it is never loaded. With killaudio, it fails to load before it gets a chance to be killed.
Goes to show that you should always test your script before trying to encode it. CCE just sees the error as a 240 frame RGB24 source.
That said, AVISynth should have no problem loading mp3 audio. -
Originally Posted by vumpler
Try editing the source file line like this:
AVISource("D:\3. Videos\The Office\The Office Season 2\04- The Fire.avi", audio=false)
with audio=false inside the parenthesis
Then try opening it up in virtualdubmod
Similar Threads
-
On the Topic of Reporting the News
By Soopafresh in forum Off topicReplies: 3Last Post: 31st Jan 2010, 14:46 -
btwincap dropping exactly 136 frames without reporting it
By cybertheque in forum Capturing and VCRReplies: 0Last Post: 26th Oct 2008, 15:21 -
Odd audio reporting
By eon_designs in forum DVD RippingReplies: 1Last Post: 6th Sep 2007, 10:40 -
Reporting Error/Bug
By Anxian in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 17th Jun 2007, 08:24