• FFmpeg CLI Professional 1
  • FFmpeg CLI Professional 2
  • FFmpeg CLI Professional 3
  • FFmpeg CLI Professional 4

FFmpeg CLI Professional

This is an application which can help you edit audio and video by using FFmpeg with Command Line Interface on Android devices.
FFmpeg is a video and audio converter. It supports many codecs and has many useful functions to deal with conversion. The most important thing is that FFmpeg is FREE for personal use. You can compile your own FFmpeg binary file(if you want, please use the FFmpeg source code on our GitHub) called customized FFmpeg and use it via this application.

This application has a default built-in FFmpeg 3.2.2 program, which enables many libraries below: ● freetype 2.7.0 ● fribidi 0.19.7 ● fontconfig 2.12.0 ● kvazaar
- 1.0.0 ● libass 0.13.4 ● libmp3lame 3.99.5 ● libopencore-amr 0.1.3 ● libvorbis 1.3.5 ● libopus 1.1.3 ● libspeex 1.2.0 ● libvpx 1.6.0 ● libsoxr 0.1.2 ● libcaca 0.99 Beta 19 ● libwebp 0.5.2 ● libopenjpeg 2.1.2 ● libtwolame 0.3.13 ● libv4l2 1.10.1 ● libbluray 0.9.2 ● libbs2b 3.1.0 ● librtmp 2.3 ● libwavpack 5.0.0 ● libvo-amrwbenc 0.1.3 ● libtheora 1.1.1 ● libopenmpt 0.2.7386 Beta 20.3 ● openh264 1.6.0

If you want to enable GPL license or nofree libraries such as libxvid, libx264, libx265, libfdk-aac..., please use our FFmpeg source code to configure and compile by yourself.

GitHub: https://github.com/magiclen/FFmpeg-For-MagicLen-Applications

Category : Tools

Related searches

Reviews (10)

A. G. u. Nov 20, 2018     

A fully fledged Android implementation of ffmpeg - what's not to like? Piecing together a working command line can be a pain, so here are some tested examples: ★ Mux video from file 1 with audio from file2 -i file1.mp4 -i file2.m4a -map 0:v -map 1:a -c:v copy -c:a copy newfile.mp4 ★ Demux audio stream -i in.mp4 -map 0:a -c:a copy out.m4a I'm hardly going to use this for encoding, but it's nice to have all these options... anyway, would someone PLEASE create a nice GUI in the vein of Yamb/MeGUI for advanced muxing/demuxing? (: sigh

Bro. Apr 29, 2019     

Very easy to use, inside help, search the ffmpeg command you need, insert the commands and paths to files in an easy way. Seriously Awesome! I will check how it is to use this in an automated way to convert on batch too.

tux. May 21, 2019     

Wonderful implementation of ffmpeg for Android. This app allows importing custom builds of ffmpeg. That's a very useful and very clever feature. 99¢ is a bargin for this app! 5 stars!

Bil. C. Mar 26, 2019     

ffmpeg with managed CLI command strings (preset text) is godsend for Linux users who appeciate the powers of ffmpeg in purest form! This app is an honest way to duplicate the Linux CLI experience in Android. Puts all cores to good use.

T. M. Dec 24, 2019     

Installing to enable h.264 for YouTube movies in Opera but it's not fixing "Can't play format" problem.

bac. u. May 11, 2020     

hi. why time run the script it's said unable to find suitable format for (directory path) and (directory path) = invalid agreement 😞

Sjo. d. b. Jun 19, 2020     

it seems to missing things like gpl licensed filters, but it works great!

Ony. H. K. P. Feb 12, 2020     

I usually doing this tools on computer, with this tool no need type all command there is some short-cut available. Thanx you

෴. ツ. ෴. Nov 19, 2019     

Thank you so much for this Sir. 👍

Ray. M. Jun 22, 2017     

This is one of the only ffmpeg builds that actually works. Keep up the good work.