I read this topic
http://aflux.deltaanime.net/Zero1/MP4/x264.html
and now i have these files...

avs file
Code: Select all
avisource("video.avi")
converttoyv12()
Code: Select all
@ECHO OFF
x264.exe --bitrate 700 --bframes 3 --ref 8 --subme 7 --b-rdo --8x8dct --weightb --trellis 1 --fps 23.976 --qp 18 --vbv-maxrate --pass 1 --crf --pass 2 --pass 3 --progress --output test.264 video.avs
PAUSE
CLS
EXIT
then what to do to encode and get the final video file?
^___^