引用
最初由 264768502 发布
这图真是HX
因为是HX片子做HX镜头剪辑
好吧我承认其实是想做ARMS 20年大特集 XD
----------------------------
刚才试了一下,以下的MediaCoder命令行可以正常压缩片源,并且可以获得近似lossless的画质
# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --subme 1 --ref 1 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 1 -o NUL
# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --subme 1 --ref 1 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 3 -o NUL
# ".\codecs\x264.exe" "$(SourceFile)" --no-psnr --no-ssim --keyint 250 --min-keyint 25 --level 40 --me tesa --merange 16 --no-dct-decimate --non-deterministic --aq-mode 1 --aq-strength 1.0 --b-adapt 2 --ref 5 --subme 9 --psy-rd 1:0 --bframes 5 --direct auto --mixed-refs --trellis 2 --b-pyramid --weightb --bitrate $(VideoBitrate) --qcomp 0.6 --sar 1:1 --threads auto --stats "$(PassLogFile)" --pass 2 -o "$(DestFile)"
但是在x264vfw下该怎么用命令行?
选中下面的命令行选项后如何设置路径?
请高人指教(尤其是被premiere pro 调用的时候,如何设置2th pass的log文件路径)
还有,请问用MediaCoder能不能把输出的文件封装(Muxer)到Microsoft AVI容器而不是 mp4或mkv
如果不行请问该用哪个软件?(除去Permiere)