hello everyone.
I made some 50 3-min clips with canon A70 camera (it can shoot video for 3min only). Camera encodes video in Mjeg format with video bitrate around ~5000kbps. I have no problem playing back the clips - this is because I have directshow filter (decoder) which can decode this video. Also Mplayer and VLC can play it w/o problem. But when i want to re-encode this clips in x264 with .mkv container i get this:
virtualdub can encode those because it has internal mjpeg decompressor (or at least it says so)
But i need to do a little filtering, this is the avisynth script :
megui says me that it didn't find appropriate decompressor:Code:LoadPlugin ("c:\Program Files\AviSynth 2.5\plugins\FluxSmooth.dll") LoadPlugin ("c:\Program Files\AviSynth 2.5\plugins\convolution3d.dll") LoadPlugin ("c:\Program Files\AviSynth 2.5\plugins\undot.dll") AVISource("O:\to send3\23.avi",false) lanczosresize(464,352) ConvertToYUY2() undot() FluxSmoothT() Convolution3D (0, 3, 4, 3, 4, 2.8, 0)
Where can i get a FREE decompressor /codec for avisynth that can handle this format?
In case more info is needed - this is the virtualdub info on the file itself (not script):
![]()
+ Reply to Thread
Results 1 to 5 of 5
-
Arguing with an idiot, make sure he isn't doing the same
-
Arguing with an idiot, make sure he isn't doing the same
-
ffdshow has both Directshow and VFW MJPEG decoders. But I think they aren't enabled by default.
For Virtualdub you need to enable the VFW MJPEG decoder. Use Start -> All Programs -> ffdshow -> VFW Codec Configuration. Select the "decoder" tab, "codecs" in the left pane, MJPEG in the right pane, use the pulldown to select "libavcodec".
It's similar for Directshow but start with Start -> All Programs -> ffdshow -> Video Decoder Configuration.
Similar Threads
-
Blender Tutorials for the Video People
By tin2tin in forum Latest Video NewsReplies: 20Last Post: 10th Jan 2012, 14:20 -
Compress/encode video recorded by photo camera
By trynitro in forum Newbie / General discussionsReplies: 11Last Post: 18th Nov 2010, 21:13 -
Veho Kuzo VCC002HD review and video test: Cheap camera for needed people
By diodox in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 23rd Aug 2010, 14:58 -
SD Video Camera Vs. HD Movie Mode on Digital Still Camera.
By CP/M User in forum Newbie / General discussionsReplies: 20Last Post: 20th Nov 2009, 14:57 -
problem with shadowed people in video
By lucifron in forum EditingReplies: 2Last Post: 3rd Nov 2008, 13:06