I got the new version of DirectShow, Avisynth, and VirtualDub.
I place the file in VirtualDub and get the file info:
Video - 836 kbps
Audio - 128 kbps
File Size - 170MB
================================================== ===========
When I put a avisynth script in the VirtualDub like this:
DirectShowSource(C:\My File)
BilinearResize(640,436)
AddBorders(0,22,0,22)
When I look at the file info for that particular script I get:
Video - 88385
Audio - 1536
================================================== ===========
When I try to save the Avi, the file is about 15GB. Is this a known issue or something. Is there anything I can do to correct this?
+ Reply to Thread
Results 1 to 7 of 7
-
-
Yes, you have to select and configure the compression in VirtualDub. Your 15 GB file is most likely uncompressed.
/Mats -
Avisynth is a frame server -- it decodes a file and presents it to the client (in this case, VirtualDub) uncompressed on demand. So you have to compress the output unless you want a gigantic file.
Somewhat like doing a screen capture of a JPEG displayed in an image viewer. By default you may get a huge BMP file, if you want a JPEG you have to explicitly choose that. -
Hey thanks, I never knew that until I started to do a "direct stream copy" of the file. I just wanted borders with the same quality video. Of course even though avisynth throws VirtualDub an uncompuressed version of the file, when I recompress it, my quality will go to crap right???
My video file was already an xvid video, but Virtualdub wouldn't process all the frames cause it said it was bad frames or something. After that I started using avisynth. Is there another way to input the video in avisynth/virtual in the compressed version so I could do a "direct stream copy"? -
Originally Posted by mrcoolekin
Simplest to just encode a few minutes at different compression settings to see what difference they make. -
If you want to add borders, the video has to be recompressed. Only type of edit you can do with direct stream is to cut or concatenate video.
/Mats
Similar Threads
-
VirtualDub Output Too Large
By solarblast in forum EditingReplies: 2Last Post: 26th Dec 2007, 20:30 -
Avisynth + Virtualdub
By demonwarrior in forum Newbie / General discussionsReplies: 7Last Post: 21st Dec 2007, 05:57 -
Virtualdub made my movie too large
By Belfour in forum EditingReplies: 3Last Post: 14th Aug 2007, 03:59 -
AviSynth and unusually large video file.
By Holonet in forum EditingReplies: 1Last Post: 7th Aug 2007, 01:51 -
Using avisynth instead of virtualdub?
By capman21 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 5Last Post: 12th Jul 2007, 10:23