Gstreamer-1.0: mux raw video in a mp4 container
问题 I have a raw video that I can play through gstreamer: gst-launch-1.0 ... autovideoconvert ! autovideosink I can encode this video: gst-launch-1.0 ... ! autovideoconvert ! x264enc ! h264parse ! mp4mux ! filesink location=a.mp4 I would like now to put this raw video in a mp4 container "lossless", without any compression. How can I do that? 回答1: You answered in your question. Don't do compression gst-launch-1.0 ... ! autovideoconvert ! mp4mux ! filesink location=a.mp4 But you know, without