←back to thread

FFmpeg 8.0

(ffmpeg.org)
985 points gyan | 6 comments | | HN request time: 0s | source | bottom
Show context
pmarreck ◴[] No.44985875[source]
Impressed anytime I have to use it (even if I have to study its man page again or use an LLM to construct the right incantation or use a GUI that just builds the incantation based on visual options). Becoming an indispensable transcoding multitool.

I think building some processing off of Vulkan 1.3 was the right move. (Aside, I also just noticed yesterday that Asahi Linux on Mac supports that standard as well.)

replies(3): >>44985906 #>>44986225 #>>44986323 #
Culonavirus ◴[] No.44985906[source]
> incantation

FFmpeg arguments, the original prompt engineering

replies(4): >>44985969 #>>44985984 #>>44986587 #>>44987357 #
1. mrandish ◴[] No.44986587[source]
I'd also include Regex in the list of dark arts incantations.
replies(3): >>44986921 #>>44988701 #>>44998486 #
2. RedShift1 ◴[] No.44986921[source]
I'm ok with regex, but the ffmpeg manpage, it scares me...
replies(1): >>44989101 #
3. zvr ◴[] No.44988701[source]
I am perfectly at home with regexp, but ffmpeg, magick, and jq are still on the list to master.
4. quectophoton ◴[] No.44989101[source]
Ffmpeg was designed to be unusable if it falls into enemy hands.
replies(1): >>45007175 #
5. lukeschlather ◴[] No.44998486[source]
Regex is only difficult because it's complicated, the primitives are all sensibly arranged and predictable. FFmpeg is layers of dark magic where the primitives are often inscrutable before you compose them.
6. falloon ◴[] No.45007175{3}[source]
I defer understanding FFMPEG arguments to the LLMs.