Log in

View Full Version : x264 batch script


x265
20th May 2013, 20:37
Could someone show me how to write a batch script for using the same x264 settings on different avs scripts?

Warperus
21st May 2013, 09:42
Create empty document in notepad
Put this line in it:
x264.exe --tune film --profile high --preset slow -o %2 %1
Save as my264.bat
Run it from command line with parameters input-script output-file
For example:
my264.bat test.avs test.mp4