c# - Extracting audio data from FLV and injecting into MP3 -
I need to extract audio data from an FLV and put it into an MP3 with C # So I would like to see either a library for it or with a raw data / file structure. Take a look at
An os flux audio stream extractor.
Edit: The files of interest are under the Library
folder to try them in your project:
(FLVFile flvFile = Using the new FLVFile (fileName)) {// The first paragraph is whether to extract audio stream (true) / second parameter or whether to remove video streams (false) / / third parameter Whether to remove timecode (false) or not / fourth This is the absolute representative who is said in the case of overwritten signal (if you want to overwrite leave empty then automatically) flvFile.ExtractStreams (true, false, false, blank); }
Comments
Post a Comment