Giter Site home page Giter Site logo

ffmpeg's Introduction

FFmpeg

Now execute FFmpeg commands on your Android smartphone. This app is based on MobileFFmpeg.

Download the app.

Features:

Easy to use.

Responsive and Friendly UI.

Input and output commands managed by the app.

Shows log of the ongoing process.

Screenshots

Screenshot_1636135030 Screenshot_1636135553 Screenshot_1636135564 Screenshot_1636744707

ffmpeg's People

Contributors

abhiraljain avatar

Stargazers

Liam Goodrick avatar Ut_Jungskeee avatar Amirali Esfandiari avatar lmath avatar  avatar  avatar  avatar  avatar The Insider Sandrush avatar  avatar  avatar Bartłomiej Maryńczak avatar CHANDAN avatar Shubham avatar 林博仁 Buo-ren Lin avatar Andrian Andersen avatar  avatar  avatar LinBeitsi avatar exelix avatar  avatar  avatar

Watchers

 avatar

Forkers

anod

ffmpeg's Issues

some commands are not working when they should be.

-hwaccel auto
-y
-ss 00:00:09
-to 00:00:10.5 
-i "movie.mkv" 
-filter:v "fps=30"
-an
-sn
"output.mp4"

This command works fine on another ffmpeg GUI app, but even after removing the -hwaccel command, the -ss, -to, -an, -sn options are failing too.

if (command.contains('-') && command.length > 2) {
This might be the problematic code because you are limiting the valid commands to 2+

The trick to using -ss efffectively to trim the media file is to mention it before the -i input command. This way it won't take several minutes just to seek to the timestamp.

Permission denied while trying to convert any file

The device I'm having this issue is running Android 11 and the app is at version 1.1.9

Steps to reproduce: take any file and do any process using the file and will give an error "opperation not permitted" the file permissions are allowed for this app, but only for multimedia.

Hints for the solution: either ask android to have permissions to r/w all storage or change default output folder to any for multimedia.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.