View Full Version : x264 batch script
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
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.