请教一个困扰很久的问题
用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
求知道的人告知一声,谢谢了