Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Gstreamer 将纯 h.264 流包装到 mp4 中,以便我可以寻找视频中的特定位置?使用 Gstreamer 是因为它的许可证要求,所以请不要提供 ffmpeg!
gst-launch-1.0 filesrc location=stream.h264 ! video/x-h264 ! h264parse ! mp4mux ! filesink location=video.mp4