Hi to all,
I have an annoying problem.
I'm trying to configure my x264vfw compression in VD but all the guides i came across on the web are for a different version of x264vfw then i have.
1. I have tried to download from the guides page
2. I have tried to remove all compression applications from my PC and install only from the guide page
Noting helped, i keep coming to another version, please see attached pic
in case that my version in newer- where are all the other options?
Thanks!!!
+ Reply to Thread
Results 1 to 11 of 11
-
-
Looks like they stuffed the content of three tabs in the old codec (May 2009) into one flat dialog in the current (March 2013).
The only way to have access to all encoder options is not to use a VfW codec, but a standalone x264 encoder.
The AVI container can't handle the advanced features of AVC video anyway (e.g. B-frames with multiple references, or references across I frames; can't separate I and IDR frames). -
The most important change since 2009 was the introduction of the Preset + Tuning system. It's much easier now than ever before.
- Select a "Preset", depending on how much time you are willing to spend/waste. General recommendation: Not much slower than "slow".
- If you have a special kind of video material, select a "Tuning" which matches that (usual grain: "film"; as heavy as in 300: "grain"; clean CG: "animation"; not certain: none)
I will refuse to recommend any values for any other option. I do not even recommend using x264vfw at all. -
So what do you recommend?
I'm making video of diamonds and my use is to upload to Youtube (need to be in the best practice for youtube)
Thanks -
Given that YouTube recompresses everything (and therefore, makes quality worse),
you'd better use a lossless codec (for example, UT Video) and uncompressed audio.
But if you insist on using x264VfW, then you should specify a non-AVI output in the Extra Options textbox
(I've got the build 2245 by Komisar, but I use it only for decoding & previewing in VirtualDub).
More info: http://mewiki.project357.com/wiki/X264_SettingsLast edited by El Heggunte; 18th Mar 2014 at 07:57. Reason: ......
-
I have no idea what "diamonds" means.
If you want to upload a video to YouTube, you can use MKV or MP4 instead of AVI as container. So you can use e.g. StaxRip (or MeGUI) as a modern converter which supports containers recommended for AVC video content.
Uploading lossless videos is quite a waste of bandwidth and will take ages if you don't have VDSL upload speed. Encoding with x264 to AVC using a rather small CRF value (~15-18) will be a sensible compromise. -
I'm having a bit of hard time to follow your comments, i'm kinda a newbie.
"Diamonds"= real diamonds CHECK UP MY YOUTUBE ACCOUNT -
Ah, OK, sorry. I thought "Diamonds" is a game, like "Candy Crush", and you are trying to encode "Let's Play" videos of screen recordings.
__
The current x264vfw seems to have several "Output mode" options. So I guess it is also able to write an additional H.264 video stream (outside of the AVI file VirtualDub would create), which you could multiplex into an MP4 or MKV file, together with an audio stream encoded to e.g. MP3 (using LAME) or AAC (using NeroAacEnc or QAAC). -
So you have that first picture available for settings? edit: I see the other pic, but never mind, it is all the same, go with defaults, change only that is described below,
Just set rate control single pass CRF , set to 18,
then you can check "use command line" and put extra commands in that extra option box, like:
Code:--crf 18 --preset medium --tune film --ref 3 --profile high --vbv-bufsize 35000 --vbv-maxrate 34000
x264 defaults:
-preset medium is default,
-tune none is default,
-profile and level will most likely be high @ 4.1 - I found those defaults always correct depending on video
-to set reference frames does not hurt like --ref 3 , because you might set preset slow and that will change number of reference frames, you want to keep in check that number (it is for youtube but it never hurts to make a decent encoding that you actually are able to play on hardware devices)
-those buffers is never a bad idea to set, to give your encodings some bitrate limit, even high, these values might set your default profile and level accordingly too, if not set otherwise (if I'm not mistaken), level depends on bitrate, frame rate, size of video, but nevertheless, your video will not reach 30.000 anyway, judging your samplesLast edited by _Al_; 18th Mar 2014 at 10:21.
-
You are best off using the external encoder feature of the latest Virtualdub builds.
The command argument would be...
--crf 18 --preset medium --tune film --demuxer raw --input-csp i420 --input-res %(width)x%(height) --fps %(fpsnum)/%(fpsden) -o "%(tempvideofile)" -
copy and paste into the encoder profile
Here is a guide for using the external encoder feature...
http://forums.virtualdub.org/index.php?act=ST&f=3&t=18840&
Similar Threads
-
Virtualdub and x264vfw
By GradationAir in forum Video ConversionReplies: 25Last Post: 30th Sep 2014, 04:19 -
very small output from virtualdub/x264vfw
By dihoff in forum Video ConversionReplies: 4Last Post: 2nd Oct 2012, 05:13 -
Need some help with VirtualDub and x264vfw
By Maukr in forum Newbie / General discussionsReplies: 1Last Post: 29th Jul 2012, 08:02 -
Configuration of x264vfw using AVICOMPRESSOPTIONS
By Lena_2011 in forum Newbie / General discussionsReplies: 0Last Post: 26th Jan 2011, 03:18 -
x264vfw, virtualdub and vegas?
By greatveemon in forum Newbie / General discussionsReplies: 5Last Post: 16th Jan 2011, 08:32