如何使用gstreamer仅从音频 - 视频文件中捕获视频

时间:2012-06-28 09:22:26

标签: c gstreamer

我只想从音频 - 视频文件中捕获文件格式为.webm的视频,并且我将其转换为.mp4格式,该格式仅包含视频文件。

gst-launch filesrc location = / home / project / teri_meri_kahaani_theatrical_trailer_2.webm! decodebin2! ffenc_mpeg2video! mpegvideoparse!排队! filesink location = / home / project / h.mp4

我使用了这个管道,但它没有用。请告诉我怎么做......

谢谢 harshal

1 个答案:

答案 0 :(得分:0)

您忘了添加复用器。尝试

gst-launch filesrc location=/home/project/teri_meri_kahaani_theatrical_trailer_2.webm ! decodebin2 ! ffenc_mpeg2video ! mpegvideoparse ! mp4mux ! filesink location=/home/project/h.mp4