View Single Post
Old 22nd September 2008, 19:11   #306  |  Link
blubberbirne
Registered User
 
Join Date: Sep 2004
Location: Germany, Hamm
Posts: 161
what the hell is going on

i test the new version with some orf hd test file (1280x720 50P)

First Pass: encoded 3618 frames, 19.61 fps, 4972.53 kb/s
Second Pass: encoded 3618 frames, 87.28 fps, 4994.29 kb/s

i used these settings:

Code:
x264.exe --pass 1 --bitrate 5000 --stats ".stats" --level 4.1 --bframes 3 --b-adapt 2 --direct auto --filter -1:-1 --subme 2 --partitions none --vbv-bufsize 50000 --vbv-maxrate 50000 --me dia --threads auto --thread-input --progress --no-psnr --no-ssim --output NUL "dga.avs"
pause 
x264.exe --pass 2 --bitrate 5000 --stats ".stats" --level 4.1 --bframes 3 --b-adapt 2 --direct auto --filter -1:-1 --subme 2 --partitions none --vbv-bufsize 50000 --vbv-maxrate 50000 --threads auto --thread-input --progress --no-psnr --no-ssim --output "video.mp4" "dga.avs" 
pause
can't belive it, but the encoded video works fine here

Last edited by blubberbirne; 22nd September 2008 at 19:24.
blubberbirne is offline