我只想从音频 - 视频文件中捕获文件格式为.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
答案 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