How to split audio and video separately from a given video file using MLT?

拟墨画扇 提交于 2019-12-24 13:16:57

问题


I would like to split both audio and video from a given input video file. After surfing in internet I came to know that it is possible using ffmpeg.I am going to implement the above functionality in the Android application.In ffmpeg it has lot of build procedures, so i would prefer MLT or any other package available for this.Anyone please guide me about how can i achieve these concepts with MLT or any other frame works if available.

Given input video file(contains both Audio and Video)

Expected output audio file(contains only audio not video)

Expected output Video file(contains only Video not audio)


回答1:


MLT does not provide simple demuxing or splitting functions. It brings every input into the uncompressed domain for eventual output after processing. I suggest that you use FFmpeg.



来源:https://stackoverflow.com/questions/22940553/how-to-split-audio-and-video-separately-from-a-given-video-file-using-mlt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!