> I'm new of FFmpeg, I want to decode an h264 video stream. I have built the latest FFmpeg source code successfully. But I don't know how to use ffmpeg binary, the argument is too complex. Who can help me ? It's a "raw" h264 stream? (I guess that's possible?) If it is then ffmpeg -format h264 -i input ... might work... -roger-