i currently want to write a program which can extract audio from an FLV video using either python or c++. I have no idea how to go about it? Is there some kind of a tutorial or anything that would help me? Please help me out here learn this.
Thanks!
i currently want to write a program which can extract audio from an FLV
Share
Actually you can use MPlayer to do this, e.g.
So, you can use this in combination with calls from python (or C). Another way is to use FFmpeg which MPlayer uses internally.