Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom CLI options to compress video by ffmpeg #107

Open
peylight opened this issue Sep 12, 2024 · 1 comment
Open

Custom CLI options to compress video by ffmpeg #107

peylight opened this issue Sep 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@peylight
Copy link

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?

@peylight peylight added the bug Something isn't working label Sep 12, 2024
@asymcon
Copy link

asymcon commented Oct 28, 2024

It's not a bug, but I second this 1000%, the defaults in ffshare are not feasible for media sharing. Currently there is no sensible FOSS encoder/transcoder for Android, all I need is to encode flac into opus and turn h265 videos into vp9+opus for sharing, and the two options on the table are adware from play store, or download ffmpeg for armv8 and have fun in terminal emulator.
Custom options would really supercharge ffshare as a user friendly frontend for ffmpeg. Parallel processing and queuing would also be a huge plus :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants