hellgauss
28th September 2006, 11:46
I'm not sure i should post here (maybe in newbie... i'm not so expert with avc)
The problem is:
i have an .avs file 192x144, 12.5 fps.
I'm trying to encode it with x264.exe (date is 17/09) command line, using these command:
1:
x264.exe -r 12 -B 21 -p 1 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe1.mp4" "aa.avs"
x264.exe -r 12 -B 21 -p 3 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe1.mp4" "aa.avs"
x264.exe -r 12 -B 21 -p 2 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe1.mp4" "aa.avs"
2:
x264.exe -p 1 -B 21 -o "beppe2.mp4" "aa.avs"
x264.exe -p 3 -B 21 -o "beppe2.mp4" "aa.avs"
x264.exe -p 2 -B 21 -o "beppe2.mp4" "aa.avs"
3: (only 2 pass)
x264.exe -r 12 -B 21 -p 1 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe3.mp4" "aa.avs"
x264.exe -r 12 -B 21 -p 2 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe3.mp4" "aa.avs"
the first output is unreadable, the second and the third is ok.
I'm using gabest MPC + ffdshow 2546-gcc4.0.3-sse2-x264.nl
Wath i'm doing wrong?
Thanks, and sorry for bad English.
Dario
The problem is:
i have an .avs file 192x144, 12.5 fps.
I'm trying to encode it with x264.exe (date is 17/09) command line, using these command:
1:
x264.exe -r 12 -B 21 -p 1 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe1.mp4" "aa.avs"
x264.exe -r 12 -B 21 -p 3 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe1.mp4" "aa.avs"
x264.exe -r 12 -B 21 -p 2 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe1.mp4" "aa.avs"
2:
x264.exe -p 1 -B 21 -o "beppe2.mp4" "aa.avs"
x264.exe -p 3 -B 21 -o "beppe2.mp4" "aa.avs"
x264.exe -p 2 -B 21 -o "beppe2.mp4" "aa.avs"
3: (only 2 pass)
x264.exe -r 12 -B 21 -p 1 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe3.mp4" "aa.avs"
x264.exe -r 12 -B 21 -p 2 -w --b-pyramid -A "all" --direct temporal --me "esa" --b-rdo -m 7 -8 --mixed-refs --bime -t 2 -o "beppe3.mp4" "aa.avs"
the first output is unreadable, the second and the third is ok.
I'm using gabest MPC + ffdshow 2546-gcc4.0.3-sse2-x264.nl
Wath i'm doing wrong?
Thanks, and sorry for bad English.
Dario