Friday, February 1, 2019

Introduction to FFMPEG





Hello Guys, This is Vinesh Chauhan, From Surat City, Located in Gujarat, India. This is My First Blog So Sorry for Any Mistakes. I am Working As Android Application Developer. As Development team member i got the task to create video editor app in Android. so when i got task from my senior. I started finding on google for video editor app, I have only 1.5 years of work expeerince so i faced some difficulties to find proper way to edit video. Some of App uses GLSL, OPENGLES, MediaCodec, etc. Some of library are very ueful but limited options for Video Editor. after some research i got found about FFMPEG. FFmpeg is a free software project consisting of a vast software suite of libraries and programs for handling video, audio, and other multimedia files and streams. FFMPEG is designed for command-line-based processing of video and audio files, and widely used for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTEITU). FFmpeg includes libavcodec, an audio/video codec library used by many commercial and free software products, libavformat (Lavf),[6] an audio/video container mux and demux library, and the core ffmpeg command line program for transcoding multimedia files. Then after i found that developer build ffmpeg by his/her requierment for specified devices like Linux ARM, x86, x64 etc. ffmpeg is a power full library to build video editor softarware for any platform like Windows, Android, Web App etc.

now a day GLSL , openGLES is a another famous techniqs for creating video application on any filters effect. but as beginners as android application developer you guys can use ffmpeg for video editor.  if you guys want to knwo more about ffmpeg you can visit official website for its documentation.:
 let me know about if you guys what to know more about ffmpeg. if you guys have any queries regarding ffmpeg just let me know by commnet below . i have found a great video editing solutions using ffmpeg. so i think i can help you guy in your project feel free to contact to me :chauhanvinesh24@gmail.com

i am planning to write a blog for full ffmpef tutorial so if you guys want to learn ffmpeg. just let me know. Thank You