[FFmpeg-user] How to mux a raw h264 es into some container without x264 installed

jing li lijing0010 at gmail.com
Thu Jan 9 04:23:18 CET 2014


Hi there, I read the sample code muxing.c in doc/examples.
It need to call avcodec_find_encoder() to get the AVCodec before creating
AVStreams. What if x264 is not compiled, or let's say no h264 encoder
registered. Then I can't mux a 264 stream?

Any other way to do this?

Thanks


More information about the ffmpeg-user mailing list