Amefurashi
7th December 2008, 21:20
Hello folks,
straight to the point: I'm trying to backup my BRD movie (Doomsday) into 1080p using x264. My script is the following:
directshowsource("C:\doomsday\DOOMSDAY_ITALY\BDMV\STREAM\RIP\video.m2ts")
Crop(0,128,-0,-136)
blackmanresize(1920,816)
Works flawless when fed into VDM/Xvid, but x264 CLI returns me this message:
http://xs434.xs.to/xs434/08490/error890.png
x264 revision is 1047, commandline (as seen in the screenshot) is
x264.exe --crf 18.00 --level 4.1 --keyint 240 --min-keyint 24 --ref 5 --mixed-refs --bframes 5
--b-adapt 2 --b-pyramid --weightb --direct auto --deblock -2:-1 --subme 9 --trellis 1
--psy-rd 0.8:0 --partitions all --8x8dct --qpmin 1 --qpstep 8 --ipratio 1.3 --pbratio 1.1
--vbv-bufsize 40000 --vbv-maxrate 40000 --me umh --merange 24 --threads auto --thread-input
--aq-strength 0.4 --progress --no-psnr --no-ssim --output ct.mp4 doomsday.avs
pause
Any suggestions? Thanks! :thanks:
straight to the point: I'm trying to backup my BRD movie (Doomsday) into 1080p using x264. My script is the following:
directshowsource("C:\doomsday\DOOMSDAY_ITALY\BDMV\STREAM\RIP\video.m2ts")
Crop(0,128,-0,-136)
blackmanresize(1920,816)
Works flawless when fed into VDM/Xvid, but x264 CLI returns me this message:
http://xs434.xs.to/xs434/08490/error890.png
x264 revision is 1047, commandline (as seen in the screenshot) is
x264.exe --crf 18.00 --level 4.1 --keyint 240 --min-keyint 24 --ref 5 --mixed-refs --bframes 5
--b-adapt 2 --b-pyramid --weightb --direct auto --deblock -2:-1 --subme 9 --trellis 1
--psy-rd 0.8:0 --partitions all --8x8dct --qpmin 1 --qpstep 8 --ipratio 1.3 --pbratio 1.1
--vbv-bufsize 40000 --vbv-maxrate 40000 --me umh --merange 24 --threads auto --thread-input
--aq-strength 0.4 --progress --no-psnr --no-ssim --output ct.mp4 doomsday.avs
pause
Any suggestions? Thanks! :thanks: