1. whn i use x264.exe, the output is .264 . Wht Cmnd shold i used when i use ffmpeg as decoder?
2. Can u show to me the cmmndline of ffmpeg as encoder and decoder?
3. i use qcif 176x144. Wht is CRF stand for n how do i use it?
1. The default output of x264 is a raw H.264 stream .264. This need to be muxed into a container, usually MP4 or MKV. AFAIK some x264 builds for Windows can produce an MP4 output, use the command "x264 --longhelp" for a full list of options.
2. Google is your friend:
https://sites.google.com/site/linuxenco ... eg-mapping
And keep in mind FFmpeg has a H.264 decoder but it's not a player.
Doom9 and
Doom10 are good places to find more info about FFmpeg.
3. CRF is quality based so it will obviously use more bitrate for higher reslutions than for lower ones. As said before, use a value between 18 and 22 for a start and check the result.