『漫游』酷论坛>『影音数码技术学习交流』>[求助]x264压制问题(已 ..

[求助]x264压制问题(已解决)

bomber1984@2007-07-06 22:00

请教一个困扰很久的问题
用megui压东西直接error生成一个0k的mp4
改用命令行后也是同样如此也直接生成0k的mp4

引用

Looking for job processor for job...
Processor found!
Starting job job1 at 21:44:36
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--crf 18.0 --ref 8 --mixed-refs --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --nf --subme 6 --trellis 1 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --merange 12 --threads 2 --thread-input --progress --no-psnr --no-ssim --output "K:\Dragon Destiny\Dragon Destiny01.mp4" "K:\Dragon Destiny\Dragon Destiny01.avs"
successfully started encoding
Processing ended at 21:44:37
----------------------------------------------------------------------------------------------------------

Log for job job1

x264 [error]: could not open input file 'K:\Dragon Destiny\Dragon Destiny01.avs'

----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs


这是megui的报错

引用
@cd /d "G:\lei ming gui\bin"
@echo Please wait until this process is set into idle.
@delay.exe 1000
@setpath.exe run
@call setpath.bat
@del setpath.bat
@echo+
@x264.exe --crf 18.0 --ref 8 --mixed-refs --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --nf --subme 6 --trellis 1 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --merange 12 --threads auto --thread-input --progress --no-psnr --no-ssim --output "K:\Dragon Destiny\Dragon Destiny01.mp4" "K:\Dragon Destiny\Dragon Destiny01.avs"
@echo+

代码
;this file is to set the directory of require programs
;one line is for one directory
;example:
; G:\lei ming gui\bin\MP4Box.exe
; G:\lei ming gui\bin\x264.exe

这是setpath.ini

引用

LoadPlugin("G:\GordianKnot\DGMPGDec\DGDecode.dll")

LoadPlugin("G:\GORDIA~1\AviSynthPlugins\UnDot.dll")

mpeg2source("K:\Dragon Destiny\Dragon Destiny01.d2v")
ConvertToYV12

crop(4,0,714,480)

LanczosResize(864,480)

Undot()


所用avs

求知道的人告知一声,谢谢了
引用

ZhenGod@2007-07-06 22:27

ConvertToYV12  这句话怎么看都是多余的 而且还写错了
引用

bomber1984@2007-07-06 22:31

引用
最初由 ZhenGod 发布
ConvertToYV12  这句话怎么看都是多余的 而且还写错了


无论是删除此句还是改成ConvertToYUY2
情况依旧
引用

ZhenGod@2007-07-06 22:41

你先拿播放器播放你的avs 看看是什么信息提示


还有就是,设么都没懂就表自作聪明+错误的语句。

convertoyuy2() 压x264的时候,这句话更错 (目前)
引用

bomber1984@2007-07-06 23:01

引用
最初由 ZhenGod 发布
你先拿播放器播放你的avs 看看是什么信息提示


还有就是,设么都没懂就表自作聪明+错误的语句。

convertoyuy2() 压x264的时候,这句话更错 (目前)


确实mpc播放不能
vdm确行

引用
雷鸣22:49:04
没可能是avisynth没安装吧……


加上大大的提醒和雷鸣这句
我警醒了
重装了个avs后问题解决了
引用

| TOP