←back to thread

917 points cryptophreak | 1 comments | | HN request time: 0s | source
Show context
andreldm ◴[] No.45761642[source]
If handbrake scares them, don’t you dare to demonstrate how to use ffmpeg. I remember when I used handbrake for the first time and thought “wow, it’s much more convenient than struggling with ffmpeg”.
replies(7): >>45761715 #>>45761913 #>>45761996 #>>45762179 #>>45762626 #>>45762929 #>>45764672 #
soraminazuki ◴[] No.45762626[source]
If you only care about converting media without tweaking anything, ffmpeg offers the simplest UI ever.

    ffmpeg -i input.avi output.mp4
replies(3): >>45762850 #>>45766399 #>>45769237 #
a_shovel ◴[] No.45762850[source]
Proposing a CLI command as a candidate for "simplest UI ever" is a great gag.
replies(1): >>45763048 #
ekjhgkejhgk ◴[] No.45763048[source]
Come on. "type ffmpeg, then hyphen i then the input filename then the output filename". I would've understood this when I was 8. Because I was super smart? No, because I was making a genuine effort.
replies(5): >>45763358 #>>45764401 #>>45765442 #>>45767638 #>>45770301 #
1. asielen ◴[] No.45767638[source]
It is easy but annoying. I nearly always find it easier to write a short script and run that rather than type terminal commands directly.