NMM视频技术(旧)

 找回密码
 成为会员
搜索
查看: 5135|回复: 4

[AVC(H.264)] x264命令行是否有任务序列功能?

[复制链接]
发表于 2010-8-7 08:10 | 显示全部楼层 |阅读模式
就是这个压好了,压下一个avs。。

因为我试过一起压。。可是。。一起压都用DGIndexNV压出来的视频就不对的。。

小白不会弄,查过了也查不到什么。。。。只好请教下大家~

是否在bat里写呢?

x264.exe --profile high --level 4.1 --thread-input --crf 18 --keyint 300 --min-keyint 2 --bframes 8 --b-adapt 2 --ref 8 --merange 24 --aq-mode 2 --b-pyramid strict --partitions all --direct auto --me tesa --subme 10 --psy-rd 1.0:0 --trellis 2 --no-fast-pskip  --sar 40:33 --output "D:\100.mp4" "001.avs"


如何添加
发表于 2010-8-7 09:07 | 显示全部楼层
queue的话 全写在一个bat里 执行完第一个,就顺延执行第二个了
发表于 2010-8-7 09:09 | 显示全部楼层
x264.exe --profile high --level 4.1 --thread-input --crf 18 --keyint 300 --min-keyint 2 --bframes 8 --b-adapt 2 --ref 8 --merange 24 --aq-mode 2 --b-pyramid strict --partitions all --direct auto --me tesa --subme 10 --psy-rd 1.0:0 --trellis 2 --no-fast-pskip  --sar 40:33 --output "D:\100.mp4" "001.avs"
x264.exe --profile high --level 4.1 --thread-input --crf 18 --keyint 300 --min-keyint 2 --bframes 8 --b-adapt 2 --ref 8 --merange 24 --aq-mode 2 --b-pyramid strict --partitions all --direct auto --me tesa --subme 10 --psy-rd 1.0:0 --trellis 2 --no-fast-pskip  --sar 40:33 --output "D:\200.mp4" "002.avs"
x264.exe --profile high --level 4.1 --thread-input --crf 18 --keyint 300 --min-keyint 2 --bframes 8 --b-adapt 2 --ref 8 --merange 24 --aq-mode 2 --b-pyramid strict --partitions all --direct auto --me tesa --subme 10 --psy-rd 1.0:0 --trellis 2 --no-fast-pskip  --sar 40:33 --output "D:\300.mp4" "003.avs"
用Windows记事本保存为264.bat之后(注意路径,这里假设你的x264.exe和.avs文件都在一同一个目录下),点击开始菜单,点击“运行”,输入cmd之后按OK,就打开命令行窗口了。然后进入你保存264.bat的目录,输入264回车,就可以运行这个bat了。
 楼主| 发表于 2010-8-7 13:53 | 显示全部楼层
嗯,学会了~
发表于 2010-8-7 19:44 | 显示全部楼层
  1. @echo off&cd /d "%~dp0"
  2. x264.exe --profile high --level 4.1 --thread-input --crf 18 --keyint 300 --min-keyint 2 --bframes 8 --b-adapt 2 --ref 8 --merange 24 --aq-mode 2 --b-pyramid strict --partitions all --direct auto --me tesa --subme 10 --psy-rd 1.0:0 --trellis 2 --no-fast-pskip  --sar 40:33 --output "D:\%~n1.mp4" "%~f1"
复制代码
你也可以这样写bat,然后直接把文件拖进去就行了
您需要登录后才可以回帖 登录 | 成为会员

本版积分规则

小黑屋|手机版|NMM视频技术

GMT+8, 2024-4-26 06:18 , Processed in 0.292482 second(s), 14 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表