sayan801 / tuneSocially-VideoExtractionAndroidApp

2 stars 1 forks source link

try out audio extraction in desktop using ffmpeg #5

Open sayan801 opened 9 years ago

sayan801 commented 9 years ago

http://jasonjano.wordpress.com/2010/02/09/a-simple-c-wrapper-for-ffmpeg/

http://www.moscowcoffeereview.com/programming/programatically-trimming-intro-material-from-a-video-by-detecting-amplitude-changes-in-the-audio/

http://stackoverflow.com/questions/2163036/solid-ffmpeg-wrapper-for-c-net

Another sample of AVI to wave extraction : http://www.codeproject.com/Articles/7388/A-Simple-C-Wrapper-for-the-AviFile-Library

sayan801 commented 9 years ago

Ffmpeg extraction using C# is working fine on windows.. https://github.com/sayan801/VideoExtractionAndroidApp/tree/master/CSharpFfmpegApp