Using avisynth 2.53 and mpeg2dec3 v1.10 and v1.0 it always gives me this error at 91%. I've tried it on a bunch of different video files, and it always does it (800MB files)
It works fine if I do it on a small portion of the video, but i'd REALLY like to get this working for the whole thing.
Here's my avs:
LoadPlugin("C:\program files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
killaudio(mpegsource("D:\avideofile.mpg"))
I found this thread on the doom9 forums but it didn't really help me out...seemed to be the exact problem though.
http://forum.doom9.org/showthread.php?threadid=52799
I thought it was my ram, but memtest86 runs with no problems. Any help is GREATLY appreciated, i'm going nuts!
+ Reply to Thread
Results 1 to 12 of 12
-
-
I would try:
Code:LoadPlugin("C:\program files\AviSynth 2.5\plugins\MPEG2Dec3.dll") mpegsource("D:\avideofile.mpg") killaudio() or even LoadPlugin("C:\program files\AviSynth 2.5\plugins\MPEG2Dec3.dll") mpegsource("D:\avideofile.mpg").killaudio()
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
Originally Posted by Ejoc
edit: didn't work with the new avs file, trying it with the d2v file now. -
And since it is an AVI file, you may want to scan it for bad frames.
Hello. -
Originally Posted by Tommyknocker
I've tried a few different mpegs and they all error at 91%.
I tried doing just the first half of one, and it worked fine, and i tried doing just the second half of the same one, and it worked fine, but when I try to do the whole video at one time it gives me the error. I don't get it! That's gotta be a hardware issue, no?
I'm gonna try it on another system just for shits. -
It didn't work with the .d2v either
Haven't tested it on another system yet, doing that now though... -
Are all the files encoded in the same way with the same encoder and bitrate?Try another encoder and experiment.
-
When I load the file in virtualdub-mpeg2 i get this error...maybe that is a clue as to what is going on?
If it is, I still don't understand why it would work fine on my other computer but not this one....it's gotta be my ram. -
Originally Posted by fletchdodgerEjoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
Originally Posted by Tommyknocker
Similar Threads
-
Really need help, 1680x1050 is giving me a hard time
By cel in forum EditingReplies: 10Last Post: 6th May 2011, 10:47 -
Avisynth batch scripter run-time error 380
By dude112 in forum Video ConversionReplies: 4Last Post: 13th Oct 2010, 12:13 -
H264 in vdub giving me an error.
By SignedupGuest in forum Newbie / General discussionsReplies: 4Last Post: 1st Jul 2009, 09:23 -
Get many error messages, AviSynth error message and meGUI error
By MKVcrazy in forum Video ConversionReplies: 0Last Post: 25th Aug 2007, 16:41