Using VirtualDub
- beau kang
- Joined: Sat Jan 01, 2005 11:03 am
- Location: Arizona
Using VirtualDub
I'm trying to compress my video so that I can keep the quality of my amv, but I'm having a slight problem. Mainly, whenever I try to compress the vid in any format, I get a lot of horizontal lines going through my vid. This is mainly because I had to increase the speed on some of the clips that I used in the vid.
If there is a special something that I need to do in order to keep this from happening so that I can produce a better quality vid, please let me know.
If there is a special something that I need to do in order to keep this from happening so that I can produce a better quality vid, please let me know.
Disposable Gundams
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
If you're using Adobe Premiere 6.5 or lower, right-click on each affected clip, select "Field Options" or whatever it is, and uncheck "Deinterlace when speed is below 100%". Also, make sure your project field order is set to "No fields (progressive)".
This is assuming that you deinterlaced your footage before editing it. If not, it's not too difficult to deinterlace after editing (and before compressing it for distribution) -- VirtualDub(/Mod) has options for deinterlacing, but <a href="http://www.animemusicvideos.org/guides/ ... VISynth</a> has more and better options.
This is assuming that you deinterlaced your footage before editing it. If not, it's not too difficult to deinterlace after editing (and before compressing it for distribution) -- VirtualDub(/Mod) has options for deinterlacing, but <a href="http://www.animemusicvideos.org/guides/ ... VISynth</a> has more and better options.
- beau kang
- Joined: Sat Jan 01, 2005 11:03 am
- Location: Arizona
I have already done that for the previous editing of the video, and thank for your help on that as well. This problem is a little different (seeing as how I no longer have the project file). I have the avi that I created from Premiere Pro and it is 1.8 GB. I'm trying to compress that down to lower than 100MB while keeping the quality so that I can display a better video. (It's first one. It's my baby!)Scintilla wrote:If you're using Adobe Premiere 6.5 or lower, right-click on each affected clip, select "Field Options" or whatever it is, and uncheck "Deinterlace when speed is below 100%". Also, make sure your project field order is set to "No fields (progressive)".
This is assuming that you deinterlaced your footage before editing it. If not, it's not too difficult to deinterlace after editing (and before compressing it for distribution) -- VirtualDub(/Mod) has options for deinterlacing, but <a href="http://www.animemusicvideos.org/guides/ ... VISynth</a> has more and better options.
Anyway, I'm loading the avi into VirtualDub and trying to compress it using that, but I keep getting horizontal lines whenever I use anything other than HuffYUV. I tried using HuffYUV but got a much bigger video than my 1.8 GB. I tried DivX and Xvid but still got the same lines.
I hope that helps out a little more. I'd still like to show a better quality video than what looks like I got the clips from a VHS instead of DVD.
Disposable Gundams
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
If the lines aren't in your HuffYUV AVI, then they shouldn't be appearing in a DivX/XviD AVI compressed from it. Do you have your codec set to encode interlaced, perhaps?
I'd suggest serving the HuffYUV AVI via AVISynth and looking through the result in VirtualDub(/Mod); if you see the lines then, it should be an easy matter to deinterlace (check the link I posted upthread) and then convert to DivX/XviD (with or without additional filtering and resizing).
I'd suggest serving the HuffYUV AVI via AVISynth and looking through the result in VirtualDub(/Mod); if you see the lines then, it should be an easy matter to deinterlace (check the link I posted upthread) and then convert to DivX/XviD (with or without additional filtering and resizing).
- beau kang
- Joined: Sat Jan 01, 2005 11:03 am
- Location: Arizona
Knowing that I'm going to sound ignorant and retarded (I'm a noob, so I really don't care at this point), but I still don't understand how I should have my script for AVIsynth. I can barely remember if I saved it in PAL or NTSC. Could you give me an example of the script so that I can understand it a little better?Scintilla wrote:If the lines aren't in your HuffYUV AVI, then they shouldn't be appearing in a DivX/XviD AVI compressed from it. Do you have your codec set to encode interlaced, perhaps?
I'd suggest serving the HuffYUV AVI via AVISynth and looking through the result in VirtualDub(/Mod); if you see the lines then, it should be an easy matter to deinterlace (check the link I posted upthread) and then convert to DivX/XviD (with or without additional filtering and resizing).
P.S. - Man you sure are on a lot, aren't you Scintilla? Not that I mind, you've been a great help to me
Disposable Gundams
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Well, you'd start with the line:
<b>AVISource("C:\mypath\myfile.avi")</b>
(changing the path and filename as appropriate)
and save that in Notepad with the .AVS extension (remember to change the file type to "All files (*.*)" before saving).
Then open this .AVS file in VirtualDub(/Mod) just as you would a normal AVI (DO NOT use "Open file via AVISynth") and see how it looks.
VirtualDubMod includes a script editor (Ctrl+E) that you can use to make changes and save and refresh on the fly. Very useful feature, really.
<b>AVISource("C:\mypath\myfile.avi")</b>
(changing the path and filename as appropriate)
and save that in Notepad with the .AVS extension (remember to change the file type to "All files (*.*)" before saving).
Then open this .AVS file in VirtualDub(/Mod) just as you would a normal AVI (DO NOT use "Open file via AVISynth") and see how it looks.
VirtualDubMod includes a script editor (Ctrl+E) that you can use to make changes and save and refresh on the fly. Very useful feature, really.
- beau kang
- Joined: Sat Jan 01, 2005 11:03 am
- Location: Arizona
I tried out starting with that line of script that you gave me and it gave me an errors that said "couldn't locate a decompressor for fourcc"Scintilla wrote:Well, you'd start with the line:
<b>AVISource("C:\mypath\myfile.avi")</b>
(changing the path and filename as appropriate)
and save that in Notepad with the .AVS extension (remember to change the file type to "All files (*.*)" before saving).
Then open this .AVS file in VirtualDub(/Mod) just as you would a normal AVI (DO NOT use "Open file via AVISynth") and see how it looks.
VirtualDubMod includes a script editor (Ctrl+E) that you can use to make changes and save and refresh on the fly. Very useful feature, really.
Does that mean that my video was saved the wrong way?
Disposable Gundams
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- beau kang
- Joined: Sat Jan 01, 2005 11:03 am
- Location: Arizona
I'm not getting any error. Does that mean that it's something that the program hasn't encountered before?Scintilla wrote:Well, if you can open your video in VirtualDub(/Mod) <i>without</i> AVISynth, then the video itself can't be the problem...
What was the FourCC code given in the error message?
Disposable Gundams
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
- Keeper of Hellfire
- Joined: Sun Jan 09, 2005 6:13 am
- Location: Germany


