I'm trying to combine four avi files into one MPG for burning to DVD. I'm using AviSynth to do it.
On running the avs file in WMC, I get the following error:
This is the contents of the avs file:AviSource: Could not decompress first keyframe 2 (C:\Documents and Settings\*removed*\Desktop\vintage.avs)
Here's a screencap from GSpot:UnalignedSplice(AVISource("F:\Boston.@.Philadelphi a.April.5.1987.Legend33\Boston @ Philadelphia 1st QT.avi"), \
AVISource("F:\Boston.@.Philadelphia.April.5.1987.L egend33\Boston @ Philadelphia 2nd QT.avi"), \
AVISource("F:\Boston.@.Philadelphia.April.5.1987.L egend33\Boston @ Philadelphia 3rd QT.avi"), \
AVISource("F:\Boston.@.Philadelphia.April.5.1987.L egend33\Boston @ Philadelphia 4th QT.avi"))
What's the problem, how do I fix it, etc...?
+ Reply to Thread
Results 1 to 18 of 18
-
-
Could be many things.
Try this app to be sure your syntax is good.
avisplicer.rar
Don't use @ as a folder or file name
If you're using Avisource, use Directshowsource or vice versa. -
AVI Splicer returns the same error.
Renaming the files results in the same error.
I changed from AVISource to DirectShowSource, and it played the audio, but there was no video. -
Did you just rename the files, or the folder they're in, as well? You might also try a simpler folder and filename setup, such as this:
F:\bpa87\bp01.avi
...just in case it's being confused by the long filenames with multiple periods as well.If cameras add ten pounds, why would people want to eat them? -
I've uploaded it elsewhere, and edited the first post.
I'm using version 2.57. -
I thought so.
Open the files in vdubmod and delete the first drop frames, probably the first two frames.
Direct stream copy and try again.
Have you got FFdshow and VFW h.264 decoder set up?
You should.
Drag into graphedit to check problems with directshow.
I wouldn't mind a small sample if you can provide one.
(I thought newer versions of avisynth have a fix for the dropped frames)
gl -
512x384 isn't a legitimate dvd resolution.
resize to 720x480 in avisynth and encode again.
lanczosresize(720,480)
What did you encode with?
a link on determining aspect ratio, with tables what to resize to
https://forum.videohelp.com/topic174200.html -
I added the resize to the original avs, ran it, and muxman has accepted it. I then opened the avs in virtualdub, saved the wav...and it's been rejected. Any ideas?
-
Saved the wav with full processing?
you should.
could be the sampling rate. needs to be 48 khz.
You should encode to dolby really.
using aften.
have a search for it.
I posted a rar in a thread recently with aften and a gui.
Doesn't muxman tell you anything when it's rejecting you?
Too much like a woman's rejection for my tastes...
gl -
---------------------------
aften.exe - Application Error
---------------------------
The instruction at "0x00420d58" referenced memory at "0xffffffff". The memory could not be "read".
Click on OK to terminate the program
Click on CANCEL to debug the program
---------------------------
OK Cancel
--------------------------- -
Memory errors are not good.
Could be anything from a broken app, to windows failures, to hardware failures.
Have you been getting these errors elsewhere?
Most likely the app here I'd say.
Try another version.
https://forum.videohelp.com/topic330449.html?highlight=dolby%20rar
download dolby.rar
and try again
Or try encWAVtoAC3
gl
Similar Threads
-
Sudden RipBot error (avisynth error)
By Charles314 in forum DVD RippingReplies: 5Last Post: 24th Oct 2010, 01:44 -
AVISynth script error
By rvnwlf in forum Blu-ray RippingReplies: 1Last Post: 24th Aug 2010, 19:52 -
meGUI - AVISynth Error!
By th3obr0 in forum Video ConversionReplies: 2Last Post: 27th Jan 2009, 21:20 -
Error using Avisynth to HCgui
By rcwalters in forum Authoring (DVD)Replies: 6Last Post: 1st Nov 2007, 00:10 -
Get many error messages, AviSynth error message and meGUI error
By MKVcrazy in forum Video ConversionReplies: 0Last Post: 25th Aug 2007, 16:41