ricardo.santos
7th January 2009, 15:09
Hi everyone
Ive been trying to recreate the settings used with x264 that i saw on this page:
http://somestuff.org/flashAVC/flvplayer.php?moviename=movies
i tried 3 examples:
x264.exe --crf 21 --bframes 1 --subme 1 --analyse p8x8,b8x8,i4x4,p4x4 --progress --filter "-2,-1" --output "teste.mp4" "c:\x264\123.avs"
x264 0.65.1073= produces a playable file
x264 0.65.1016= produces a playable file
x264 --pass 1 --bitrate 300 --stats "teste.stats" --bframes 1 --subme 1 --analyse none --me dia --progress --no-psnr --filter "0,0" --output NUL "123.avs"
x264 --pass 2 --bitrate 300 --stats "teste.stats" --ref 5 --bframes 1 --subme 6 --b-rdo --analyse p8x8,b8x8,i4x4,p4x4 --progress --no-psnr --filter "0,0" --output "video.mp4" "123.avs"
x264 0.65.1073= processes first pass but at the beggining of the second pass displays a message that "-- b-rdo" is a unknown option, by removing "--b-rdo" from the bat makes it work
x264 0.65.1016= processes first pass but at the beggining of the second pass displays a message that "-- b-rdo" is a unknown option, by removing "--b-rdo" from the bat makes it work
x264 --pass 1 --bitrate 300 --stats "2pass.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me esa --threads auto --thread-input --sar 1:1 --progress --no-dct-decimate --no-psnr --no-ssim --output NUL "123.avs"
x264 --pass 2 --bitrate 300 --stats "2pass.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me esa --threads auto --thread-input --sar 1:1 --progress --no-dct-decimate --no-psnr --no-ssim --output "video.mp4" "123.avs"
x264 0.65.1073= doesnt start and diplays message "unknown option "-- b-rdo", by removing "--b-rdo" and "--bime" from the bat makes it work
x264 0.65.1016= doesnt start and diplays message "unknown option "-- b-rdo", by removing "--b-rdo" and "--bime" from the bat makes it work
Can someone help me out? What am i doing wrong? "outdated" sintax?
Thanks
Ive been trying to recreate the settings used with x264 that i saw on this page:
http://somestuff.org/flashAVC/flvplayer.php?moviename=movies
i tried 3 examples:
x264.exe --crf 21 --bframes 1 --subme 1 --analyse p8x8,b8x8,i4x4,p4x4 --progress --filter "-2,-1" --output "teste.mp4" "c:\x264\123.avs"
x264 0.65.1073= produces a playable file
x264 0.65.1016= produces a playable file
x264 --pass 1 --bitrate 300 --stats "teste.stats" --bframes 1 --subme 1 --analyse none --me dia --progress --no-psnr --filter "0,0" --output NUL "123.avs"
x264 --pass 2 --bitrate 300 --stats "teste.stats" --ref 5 --bframes 1 --subme 6 --b-rdo --analyse p8x8,b8x8,i4x4,p4x4 --progress --no-psnr --filter "0,0" --output "video.mp4" "123.avs"
x264 0.65.1073= processes first pass but at the beggining of the second pass displays a message that "-- b-rdo" is a unknown option, by removing "--b-rdo" from the bat makes it work
x264 0.65.1016= processes first pass but at the beggining of the second pass displays a message that "-- b-rdo" is a unknown option, by removing "--b-rdo" from the bat makes it work
x264 --pass 1 --bitrate 300 --stats "2pass.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me esa --threads auto --thread-input --sar 1:1 --progress --no-dct-decimate --no-psnr --no-ssim --output NUL "123.avs"
x264 --pass 2 --bitrate 300 --stats "2pass.stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me esa --threads auto --thread-input --sar 1:1 --progress --no-dct-decimate --no-psnr --no-ssim --output "video.mp4" "123.avs"
x264 0.65.1073= doesnt start and diplays message "unknown option "-- b-rdo", by removing "--b-rdo" and "--bime" from the bat makes it work
x264 0.65.1016= doesnt start and diplays message "unknown option "-- b-rdo", by removing "--b-rdo" and "--bime" from the bat makes it work
Can someone help me out? What am i doing wrong? "outdated" sintax?
Thanks