it seems to missing things like gpl licensed filters, but it works great!
hi. why time run the script it's said unable to find suitable format for (directory path) and (directory path) = invalid agreement 😞
I usually doing this tools on computer, with this tool no need type all command there is some short-cut available. Thanx you
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.
Installing to enable h.264 for YouTube movies in Opera but it's not fixing "Can't play format" problem.
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!
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.
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.
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