caydey / ffshare

An android app to compress image, video and audio files through ffmpeg before sharing them
GNU General Public License v3.0
589 stars 27 forks source link

Custom CLI options to compress video by ffmpeg #107

Open peylight opened 3 weeks ago

peylight commented 3 weeks ago

Hi I want to use custom CLI options but i'm not sure it is possible by ffshare. For example i want to make this options in ffmpeg: ffmpeg -i input.mp4 -vf "scale=640:-1" -vcodec libx264 -crf 28 -preset fast -acodec aac -b:a 128k -movflags +faststart output.mp4 Is it possbile? If yes how can i do it? If no can you add this feature that possible to make custom CLI ffmpeg?