this post was submitted on 09 Aug 2023
125 points (99.2% liked)

Open Source

30270 readers
390 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Via https://mastodon.gamedev.place/@zeh/110851781460641259

Use FFmpeg recipes without fiddling with the command line!

FFmpeg.app is a web-based front end to FFmpeg, the free and open-source application and libraries for processing of video and audio files. Its purpose is to serve as an easy front-end to this powerful tool, so anybody can discover and use it with no setup (or command-line access) necessary.

you are viewing a single comment's thread
view the rest of the comments
[–] unknowing8343@discuss.tchncs.de -3 points 1 year ago (1 children)

Honestly, I generally just ask ChatGPT with very good results.

[–] Jimmycrackcrack@lemmy.ml 1 points 1 year ago (2 children)

I was thinking that it'd be good if you could combine chat GPT with this web app prompt but I don't know much about how it works and I thought you'd have to do something to tailor it to this use. Does just plain old chat GPT accessed via the public website already know the correct commands for FFMPEG and is capable of translating written English requests in to the appropriate set of commands? That's fantastic if so.

Yes, you can ask it and see. Sometimes it misses, but it's generally easily fixable, sometimes you can even ask it to fix it.

It not only gives you the command with a handy "copy" button, but also explains why it chose each argument.