Hi, for mp4, there must be a muxer, but I don't now ffmperg uses the mov-muxer because they are very similar. For Video you can use the h.264 or mpeg4 encoder (I think h263 might be also possible). And for audio AAC, or something else, it depends on what your decoder can play and witch codecs can be transport with the mp4-container.
For output_example the muxer depends on the file name you give to the program, by default it uses mpeg . Steffen > Hi, > > what encoders / muxers do I need to compile ffmpeg with in order to > generate a video file from a given set of jpeg images and a audio file in > wave format? > > best regards > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
