I've downloaded virtualdub for the first time. I am new to it. It does not support MP4 file. I've tried a couple of video convertors, however, they all ''explode' to a very big file.
My MP4 is only around 7MB, after converting using those software the size explodes to 3.3GB
Anything I can do to make virtualdub support MP4 or any converter that will not give super big video files
+ Reply to Thread
Results 1 to 7 of 7
-
-
QuickTime input plugin for VirtualDub: http://gral.y0.pl/~fcchandler/index.html
after converting using those software the size explodes to 3.3GB -
-
-
You have to use VirtualDub's external encoder option, buried under Options. First you create an encoder configuration, then you need to create an "encoder set' that includes the encoder configuration, The encoder set can consist of a video encoder, audio encoder and muxer etc. When it's configured, instead of File/Save As you use "File/Export/External Encoder". VirtualDub normally use video for windows (vfw) encoders/decoders which is somewhat limited by today's standards. You'd install one (often Xvid) and configure it using VirtualDub's Video/Compression menu. The external encoder feature allows VirtualDub to use standard command line encoders instead. It's a pain to set it up but once it's working it does work.
Google "virtualdub external encoder configuration" and hopefully you'll find some instructions. Or post back here if you don't and someone should be able to help you set it up.
MP4 is not a compressor. It's a container in which various types of video and audio can be stored. The most commonly used video encoder at the moment is the x264 encoder. I prefer to use an MKV container myself as there's utilities such as MKVToolnix that make working with MKVs fairly easy.
This is what my VirtualDub x264 configuration looks like.... to get you started. When you open the VirtualDub encoder configuration it'll hopefully make sense. For the Program setting you'd change the path to wherever you put x264.exe after downloading it. For the command line section everything prior to "--demuxer raw" are optional x264 settings. Everything from "-demuxer raw" onwards is required for VirtualDub to communicate with the encoder correctly. Especially the dash right at the end.
Type: Video Encoder
Program: C:\Program Files\VirtualDub\encoders\x264.exe
Command Arguments: --level 4.1 --preset slow --tune film --crf 18.0 --stitchable --vbv-bufsize 50000 --vbv-maxrate 50000 --demuxer raw --input-csp i420 --input-res %(width)x%(height) --fps %(fpsnum)/%(fpsden) -o "%(tempvideofile)" -
Output File Name: %(outputname).mkv
That's just the video. I don't know what your audio preference is. I tend to keep the original audio myself, rather than re-encode it.
For decoding MP4s or other format's using VirtualDub in order to re-encode them: https://sourceforge.net/projects/virtualdubffmpeginputplugin/
Mind you after having typed all that.... if you just want to re-encode for a smaller file size and you're not editing, try Vidcoder or Handbrake. They both use the x264 encoder and can output MKV or MP4. They'll be easier to use than VirtualDub and there's no extra setting up required. They're self-contained.Last edited by hello_hello; 9th Aug 2016 at 00:21.
Similar Threads
-
How to open .MP4 files in virtualdub? (i want to sharpen mp4
By fuc847 in forum Video ConversionReplies: 27Last Post: 22nd Apr 2015, 08:06 -
How can I open a MP4 file in VirtualDub?
By IAMMADASHELL in forum Video ConversionReplies: 17Last Post: 15th Jun 2014, 14:17 -
Encoded/Tagged date & Title fields in MP4 video file (VirtualDub + MP4Box)
By spinik in forum Video ConversionReplies: 11Last Post: 26th Nov 2013, 16:11 -
does mp4 support 10-bit?
By begna112 in forum Video ConversionReplies: 16Last Post: 22nd Oct 2012, 06:29 -
VirtualDub gives error when i encode mp4 h264/aac file with same codec
By soshipurpleskies in forum Video ConversionReplies: 2Last Post: 13th Aug 2012, 04:54