I created a .AVS file, that i am opening with VirtualDub, but the only way i can save it, seems to be AVI.
A 5 minute clip turns out to be 10GB, which none of my video players can handle. Is there a way to get out a file that's smaller?
Thanks, and sorry for a noobish question.
+ Reply to Thread
Results 1 to 10 of 10
-
-
what's your goal with the video?
select a video compression under video->compression in virtualdub like divx codec or xvid codec or dv-avi. -
as of now, the goal is just to see whether or not the filters i am playing with are working
my final result will be a DVD, so i guess i'll need them to be exported as MPEGs (which is what my source video is) -
Why not use VirtualDub to test out various parts of your video, and once you're satisfied, Mpeg encode using your AVS as the source file? HCenc can do it, as can Quenc, Tmpgenc, CinemaCraft, etc.
-
i tried using virtualdub to preview, but the video seems to play very slowly, and it's hard to say if the filter is working.
i am trying to use descratch and no matter how extreme i make the values, it doesn't seem to be having any effect on the video. Maybe it has something to do with the fact that i am using DirectShowSource instead of AviSource. -
There is a script for showing split screen before and after here -> https://forum.videohelp.com/viewtopic.php?t=297929 This is how I compare effects to source.
Depending on the filters, your machine just wont be able to play back in realtime. I know mine rarely does when doing heavy noise filtering.
If you want to do a test save through virtualdub, load the script, set the video mode to fast recompress, and set a codec and compression level. If you use fast recompress, vdub will use the colourspace that avisynth passes to it, rather than automatically changing to RGB.Read my blog here.
-
Hi-
I was involved in a similar thread recently:
https://forum.videohelp.com/viewtopic.php?p=1579636&highlight=stackhorizontal#1579636
If you want to compare 2 scripts side-by-side, make 2 script files, Filtered.avs and Unfiltered.avs:
Unfiltered=Import("C:\Path\To\Unfiltered.avs")
Filtered=Import("C:\Path\To\Filtered.avs")
UnfilteredCropped=Crop(Unfiltered,0,0,360,0).AddBo rders(0,0,8,0)
FilteredCropped=Crop(Filtered,360,0,0,0)
StackHorizontal(UnfilteredCropped,FilteredCropped)
http://www.avisynth.org/Import
That was for DVD. If you resized, then change the 360s to half the resized width.
That way you can check the filtering without reencoding. You can even play them in a player that accepts AviSynth script files, such as Media Player Classic. But, as guns1inger says, if there's some heavy filtering going on, don't expect real time playback. -
thanks for the replies, that gave me an idea
simply doing this StackHorizontal(last,DirectShowSource("I:\Video\1. MPG")) did the trick for me
Now, i need to figure out why i can't get descratch to work at all.
Similar Threads
-
cannot save file path too long
By masadar in forum Video ConversionReplies: 8Last Post: 26th Dec 2014, 01:56 -
Help me save an important .3gp file!
By tempestkeep in forum Newbie / General discussionsReplies: 0Last Post: 23rd Aug 2010, 11:10 -
can someone tell me how to change and save a video file
By wolfspirit1964 in forum Newbie / General discussionsReplies: 2Last Post: 16th Mar 2010, 08:59 -
WMV won't save my file
By davido53 in forum Newbie / General discussionsReplies: 3Last Post: 2nd Nov 2009, 12:19 -
can't save as quicktime file? why not?
By kevs in forum MacReplies: 8Last Post: 5th Jun 2007, 13:46