I've never used 2-pass before, can someone tell me what I did wrong?

Code:
"x264(x64).exe" --preset veryslow --bitrate 809 --slow-firstpass --fps 24/1001 --level 4.1 --pass 1 --stats Batman.log -o "Batman Begins (2005).mkv" "Batman Begins (2005).avi"
"x264(x64).exe" --preset veryslow --bitrate 809 --fps 24/1001 --level 4.1 --pass 2 --stats Batman.log -o "Batman Begins (2005).mkv" "Batman Begins (2005).avi"
Code:
F:\Work\Step 1>"x264(x64).exe" --preset veryslow --bitrate 809 --fps 24/1001 --l
evel 4.1 --pass 2 --stats Batman.log -o "Batman Begins (2005).mkv" "Batman Begin
s (2005).avi"
[avi @ 0000000000386640] non-interleaved AVI
lavf [info]: 1280x528p 0:1 @ 24000/1001 fps (cfr)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
x264 [warning]: Error: 2pass curve failed to converge
x264 [warning]: target: 809.00 kbit/s, expected: 48.92 kbit/s, avg QP: 0.0157
x264 [warning]: try reducing target bitrate
x264 [info]: profile High, level 4.1
[18.6%] 37446/201467 frames, 7.35 fps, 53.09 kb/s, eta 6:12:00
-Edit- Nevermind I wrote the Framerate wrong.