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