Aaand it's minimally working, so: https://ffmpeg.app is now live!

Use FFmpeg recipes without fiddling with the command line!

Consider this an early beta. There's still a ton missing:

- Ability to tweak the command line (i.e. hand editing, or selectors)
- Proper mobile styles
- About, disclaimers, etc
- Many more command recipes
- Better accessibility
- "Bug fixes and performance improvements"

But, it's doing the thing!

#ffmpeg #video

FFmpeg.app

A website where you can search for and perform video and audio conversions, right on your browser.

@zeh I typed "h265" and got no suggested results, then when I pressed enter it just wiped the input field (Firefox on Android)
@Exagone313 Thanks again for the report - https://github.com/zeh/ffmpeg.app/issues/3 should fix the "enter" key issue, both on mobile and on desktop (currently deployed to https://dev.ffmpeg.app/, will promote to production at a later time).
[Search] Pressing "enter" in the search box wipes out input · Issue #3 · zeh/ffmpeg.app

If we enter a word in search, and press "ENTER", it simply empties the search field. We need better logic there. Requirements When pressing "ENTER", it needs to select the first available option, o...

GitHub