命令行模式参考
Command line version can be used to edit a single file or a group of files in a shot.
Can also be called by .bat or .vbs custom scripts.
This will change level of file C:\MyFiles\test.avi to 4.1:
> H264LevelEditorCli.exe --action change --input "C:\MyFiles\test.avi" --new-level 4.1
This will change level of all file*.avi files into folder C:\MyFiles (file001.avi, file002.avi, fileabc.avi, ...) to 4.1:
> H264LevelEditorCli.exe --action change --input "C:\MyFiles\file*.avi" --new-level 4.1
See the included file H264LevelEditorCli.txt for more options, samples and exit codes.