[Help] Converting with VDM - "Error Decompressing..&quo
- [Mike of the Desert]
- Joined: Fri Jul 25, 2003 5:56 am
- Status: Lonely
- Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
- Contact:
[Help] Converting with VDM - "Error Decompressing..&quo
I tried to import an Anime series into VDM to extract a Frame from it, but even this program, that should be the most "Universal" possible, doesn't accept it..
The program open the video, but nothing is shown and at the bottom it's possible to read this Error Line: Error Decompressing Video Frame #: An Unknown Error Has Occured (May be Corrupted Data). (Error code -100).
I don't know what to do, VDM was usually my "Last hope", the Videos I try to Import are at 16:9, Compressed with XVID, any advice? I need your help.. ;(
Thanks a lot for any interest or help you'll give.
The program open the video, but nothing is shown and at the bottom it's possible to read this Error Line: Error Decompressing Video Frame #: An Unknown Error Has Occured (May be Corrupted Data). (Error code -100).
I don't know what to do, VDM was usually my "Last hope", the Videos I try to Import are at 16:9, Compressed with XVID, any advice? I need your help.. ;(
Thanks a lot for any interest or help you'll give.
-
- Joined: Tue Nov 23, 2004 4:50 pm
- Contact:
- Purge
- Joined: Mon Oct 10, 2005 9:18 am
- Location: Under Aus
- [Mike of the Desert]
- Joined: Fri Jul 25, 2003 5:56 am
- Status: Lonely
- Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
- Contact:
Yeah, Sure, I watched them trough every single Player I have and they didn't show any type of corruption, neither problems with pixelation.M.H.A.Q.S. wrote:hmm, are you sure your videos are not corrupt?, or do they show any scrambled pixels in the start?
@Purge
Uhm, I studied a little Avisynth but I'm quite new to this kind of things, what's FrameServing is exactly? How should I do it and how it could possibily resolve my problem?
Thanks a lot anyway.
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
Install AviSynth if you already haven't done that.
Open Notepad and type DirectShowSource("C:\PATH\VIDEO.AVI") where PATH is the location of the file and VIDEO.AVI is the file name. Dont forget the quotation marks. Save the file with the extension of .AVS instead of the default .TXT. Example: VIDEO.AVS
Load the AviSynth script you just created into VDubMod.
Open Notepad and type DirectShowSource("C:\PATH\VIDEO.AVI") where PATH is the location of the file and VIDEO.AVI is the file name. Dont forget the quotation marks. Save the file with the extension of .AVS instead of the default .TXT. Example: VIDEO.AVS
Load the AviSynth script you just created into VDubMod.
- [Mike of the Desert]
- Joined: Fri Jul 25, 2003 5:56 am
- Status: Lonely
- Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
- Contact:
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
you don't actually need to have the address of the source, so long as it's in the same folder as your avs script.
so with the script in the same folder as the source:
so with the script in the same folder as the source:
directshowsource("put filename with extension here")
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
- Purge
- Joined: Mon Oct 10, 2005 9:18 am
- Location: Under Aus
- [Mike of the Desert]
- Joined: Fri Jul 25, 2003 5:56 am
- Status: Lonely
- Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
- Contact:
I'm sure that someday I'd like to do a video about it, so I was asking.Purge wrote:does the file work in media players - if you just want 1 frame just screenshot.
And, as you maybe don't know, Screening a video played on a program usually create some bugs
(because, someway, I think that there's some protection against it) and it's impossible to paste it on Photoshop.
Anyway I'll try what Minion said when I'll install again Avisynth.
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
AviSynth 2.57 actually lets you add a 'AviSynth script' entry under the right-click 'New' menu, so making sure to save with the right extension only applies if you don't create the file first (or if you do create the file first, the only thing to overcome would be force of habit).Willen wrote:Install AviSynth if you already haven't done that.
Open Notepad and type DirectShowSource("C:\PATH\VIDEO.AVI") where PATH is the location of the file and VIDEO.AVI is the file name. Dont forget the quotation marks. Save the file with the extension of .AVS instead of the default .TXT. Example: VIDEO.AVS
Load the AviSynth script you just created into VDubMod.