How To Split Audio And Video Separately From A Given Video File Using Mlt?
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 abov
Solution 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.
Post a Comment for "How To Split Audio And Video Separately From A Given Video File Using Mlt?"