I need to encode the video+audio output of the avisynth script to a new video..
anyone knows how?
the script is too taxing on my cpu that pretty much, rendering in real time is impossible so i need to
re encode the corrected video..
I tried feeding the avs file to virtual dub but got:
AVI Import Filter errorUnknown) (88040154)
Im running windows 7 x64
+ Reply to Thread
Results 1 to 7 of 7
-
-
Try changing your script to use DirectShowSource() instead of AVISource()
Once you have it loading correctly in virtualdub (i.e. you can see the video), make sure you select a codec and configure it for both video and audio, then save your new file.
Did you write this script yourself, or did you just copy it from somewhere else ?Read my blog here.
-
i used directshowsource() already
i can stream the .avs file to me mpc-hc player no problem but i cant seem to throw it to virtual dub
i used external filter called AnimeAntiAliasing.
on side notes, if i feed the virtual dub with
.avi files directly i get ->
Couldn't locate decompressor for format 'xvid' (unknown)
virtualdub requires a video for windows (VFW) compatible codec to decompress video. directshow codecs,
such as those used by windows media player, are not suitable.
....
thx for replying btw -
im currently using k-lite codec pack. is it not included?
but in any case.. the .avs file gave me a totally different error..
AVI Import Filter error(Unknown). (88040154)
EDIT: i installed the codec and still get the exact same errorLast edited by anthell; 8th May 2010 at 05:02.
-
Once you install a codec pack, all bets are off.
The other issue is that you have copied a script from somewhere and I suspect have little to no idea how it works, or if you have all the components.
Start with something simple to test if you can actually load a clip. Creatye script that is just AviSource(file) and see if it opens in virtualdub.Read my blog here.
Similar Threads
-
Difference/Relationship among encoding, re-encoding & decoding?
By iqbal88 in forum DVD RippingReplies: 12Last Post: 19th Aug 2011, 14:46 -
Video Encoding, MeGui + AviSynth fuzzy picture
By shorto in forum Video ConversionReplies: 8Last Post: 21st Mar 2010, 18:07 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Encoding MKV to MP4 with .ass subtitles without re-encoding.
By smilegreen in forum Video ConversionReplies: 7Last Post: 26th Apr 2009, 14:11 -
Best settings for encoding with subtitles and then re-encoding for PS3?
By bish73 in forum ffmpegX general discussionReplies: 5Last Post: 21st Jul 2007, 00:31