FFmpeg CLI Professional

by Magic Len


Tools

0.99 usd



Now, you can edit audios and videos by using Command Line Interface for FFmpeg.


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 4.2.2 program which is compiled and optimized for arm, arm64, x86 and x86_64 architectures. It enables many libraries below: ● OpenH264 2.0.0 ● LAME 3.100 ● Opus 1.3.1 ● libwebp 1.0.3 ● libvorbis 1.3.6 ● OpenJPEG 2.3.1 ● libvpx 1.8.0 ● opencore-amr 0.1.5 ● vo-amrwbenc 0.1.3 ● libsoxr 0.1.3 ● WavPack 5.1.0 ● TwoLAME 0.4.0 ● libbs2b 3.1.0 ● libtheora 1.1.1 ● kvazaar - 1.3.0 ● libopenmpt 0.4.10 ● freetype 2.10.1 ● FriBidi 1.0.7 ● fontconfig 2.13.92 ● libass 0.14.0 ● libaom 1.0.0-20191030 ● libressl 3.0.2 ● gmp 6.1.2 ● OpenCV 2.4.13.6 ● zimg 2.9.2If you want to enable GPL license or nofree libraries such as libxvid, libx264, libx265, libfdk-aac..., please download a customized FFmpeg file that can be compiled by using our FFmpeg source code on GitHub.GitHub: https://github.com/magiclen/FFmpeg-For-MagicLen-ApplicationsNo ADs versionUpgrades FFmpeg to 4.2.2Remove the customized FFmpeg file downloader.

Read trusted reviews from application customers

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

Sjors de bruijn

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

back up

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

Ony Hendrawan Kusuma Putra

Downloading and installing Customized FFmpeg from the app, which is necessary for many features, causes the app to crash and to be unusable thereafter. It seems there is some sort of incompatibility with Android 10.

Kyong Jang

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

T Mst

Thank you so much for this Sir. 👍

෴ ツ ෴

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!

tux9656

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.

BrooBe69

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.

Bill Chan

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

A Google user