View Single Post
Old 13th November 2018, 21:09   #6  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Just do yourself a favor and don't use x264 VfW encoder, which has been dropped by "official" x264 developers ages ago.

Simply download the latest x264 CLI encoder, e.g. from here:
https://www.mediafire.com/?bxvu1vvld31k1

If you don't like encoding from the command-line, then there is like a zillion of GUI front-ends available that you can choose from:
https://forum.doom9.org/forumdisplay.php?f=78

Even VirtualDub can use the x264 CLI encoder, as an "external encoder", if you really need to stick with VirtualDub:
* https://forum.videohelp.com/attachme...%20Encoder.gif
* https://forum.videohelp.com/threads/...ncoder-feature


Quote:
Originally Posted by stormy1777 View Post
Running it is just a CLI (black window starts and disappear
If you want to manually invoke the CLI encoder, you have to start it from a terminal. With a command-line like this:

x264.exe --crf 20 --preset slower --tune film --output "c:\some\path\your_output.mkv" "c:\some\path\your_input.{avs,mp4,mov}"


Quote:
Originally Posted by stormy1777 View Post
how does one hook this into VD2?
If you really want to go that route, as an "external encoder" (see above).
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 13th November 2018 at 21:48.
LoRd_MuldeR is offline   Reply With Quote