[FFmpeg-user] How to Decode h264 Video Stream?

Roger Pack rogerdpack2 at gmail.com
Fri Sep 14 18:22:04 CEST 2012


>  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-


More information about the ffmpeg-user mailing list