VirtualdubMod Error

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

VirtualdubMod Error

Postby LeX » Mon Nov 15, 2010 7:31 am

So i tryed today the first time to convert a movie clip and this is what happens
User avatar
LeX
 
Joined: 21 Mar 2010
Status: M'king Music

Re: VirtualdubMod Error

Postby LeX » Mon Nov 15, 2010 7:35 am

Image
User avatar
LeX
 
Joined: 21 Mar 2010
Status: M'king Music

Re: VirtualdubMod Error

Postby mirkosp » Mon Nov 15, 2010 7:51 am

Post your script, it seems there's some error in the code.
Also, don't pick "load with avisynth" or whatever the option's called when you open it.
Also also, use virtualdub 1.9.10, the plain version, not virtualdubmod, which is quite old and outdated.
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: VirtualdubMod Error

Postby LeX » Mon Nov 15, 2010 8:53 am

C:\Dokumente und Einstellungen\Administrator\Desktop\LOL.mp4
KillAudio()

sorry german xD
User avatar
LeX
 
Joined: 21 Mar 2010
Status: M'king Music

Re: VirtualdubMod Error

Postby ngsilver » Mon Nov 15, 2010 9:44 am

You need to use an import function. Loading the file name wont work.

something like:

ffmpegsource(C:\Dokumente und Einstellungen\Administrator\Desktop\LOL.mp4)
KillAudio()

or

directshowsource(C:\Dokumente und Einstellungen\Administrator\Desktop\LOL.mp4)
KillAudio()
ImageImage
ImageImageImage
User avatar
ngsilver
The Hookah Guy
 
Joined: 28 Jun 2003
Location: Detroit area
Status: Calm Your Miniature Colorful Horses

Re: VirtualdubMod Error

Postby mirkosp » Mon Nov 15, 2010 9:56 am

nate got it slightly wrong. Get ffmpegsource-2.14-mt.7z and unpack it so that the ffms2.dll is in your C:\Program Files\Avisynth 2.5\plugins folder.
Then, the avisynth code should be like this:
Code: Select all
FFVideoSource("C:\Dokumente und Einstellungen\Administrator\Desktop\LOL.mp4")

I didn't put killaudio since by default ffvideosource will NOT load it (and can't, you'd have to use ffaudiosource for that).
Do not forget the double quotes (the " symbol) either, they are important. Nate forgot these in his code, but without it won't work.
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: VirtualdubMod Error

Postby LeX » Mon Nov 15, 2010 11:39 am

is it normal that a 7 min long video is after this over 32 GB?
User avatar
LeX
 
Joined: 21 Mar 2010
Status: M'king Music

Re: VirtualdubMod Error

Postby Zarxrax » Mon Nov 15, 2010 11:52 am

If you are saving it uncompressed, then yes.
If you compress with a lossless codec, it should reduce the size by at least half.
User avatar
Zarxrax
 
Joined: 01 Apr 2001
Location: Concord, NC

Re: VirtualdubMod Error

Postby Mister Hatt » Tue Nov 23, 2010 5:19 am

KillAudio() loads audio and then removes it, so can still be problematic. What mirko said.
Mister Hatt
 
Joined: 25 Dec 2007
Status: better than you


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 2 guests