level 1
各位大佬:
最近在学习bat的相关语法的知识,凑了一个1pass crf+ 2pass 的bat 句法,但总是报错:
x264 [warning]: Error: 2pass curve failed to converge折腾几天,一直没有找到问题出处。句法如下,请大佬指点:
@璐村惂鐢ㄦ埛_000076K馃惥 OFF & CD/D "%~dp0"
:start
set cs=%~dpn1
if exist "%cs%_temp.mp4" del "%cs%_temp.mp4"
avs4x264mod.exe --x264-binary "D:\green\x264\x264_64_tMod-10bit-all.exe" --preset veryslow --tune film --crf 17.5 --pass 1 .... --colormatrix bt709 --sar 1:1 --slow-firstpass --stats "1pass.stat" --output NUL "%~1"
avs4x264mod.exe --x264-binary "D:\green\x264\x264_64_tMod-10bit-all.exe" --preset veryslow --tune film --bitrate 1200 --pass 2....--colormatrix bt709 --sar 1:1 --stats "1pass.stat" --output "%cs%_temp.mp4" "%~1"
shift
if not "%~1"=="" goto start
echo. & pause
2022年05月14日 11点05分
1
最近在学习bat的相关语法的知识,凑了一个1pass crf+ 2pass 的bat 句法,但总是报错:
x264 [warning]: Error: 2pass curve failed to converge折腾几天,一直没有找到问题出处。句法如下,请大佬指点:
@璐村惂鐢ㄦ埛_000076K馃惥 OFF & CD/D "%~dp0"
:start
set cs=%~dpn1
if exist "%cs%_temp.mp4" del "%cs%_temp.mp4"
avs4x264mod.exe --x264-binary "D:\green\x264\x264_64_tMod-10bit-all.exe" --preset veryslow --tune film --crf 17.5 --pass 1 .... --colormatrix bt709 --sar 1:1 --slow-firstpass --stats "1pass.stat" --output NUL "%~1"
avs4x264mod.exe --x264-binary "D:\green\x264\x264_64_tMod-10bit-all.exe" --preset veryslow --tune film --bitrate 1200 --pass 2....--colormatrix bt709 --sar 1:1 --stats "1pass.stat" --output "%cs%_temp.mp4" "%~1"
shift
if not "%~1"=="" goto start
echo. & pause