←back to thread

FFmpeg 8.0

(ffmpeg.org)
985 points gyan | 2 comments | | HN request time: 0s | source
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 #
Keyframe ◴[] No.44985969[source]
with gemini-cli and claude-cli you can now prompt while it prompts ffmpeg, and it does work.
replies(3): >>44986076 #>>44986346 #>>44986872 #
NSUserDefaults ◴[] No.44986076{3}[source]
Curious to see how quickly each LLM picks up the new codecs/options.
replies(2): >>44986138 #>>44986420 #
1. baq ◴[] No.44986138{4}[source]
the canonical (if that's the right word for a 2-year-old technique) solution is to paste the whole manual into the context before asking questions
replies(1): >>44987082 #
2. xnx ◴[] No.44987082[source]
Gemini can now load context from a URL in the API (https://ai.google.dev/gemini-api/docs/url-context), but I'm not sure if that has made it to the web interfaces yet.