Live data from Hacker News

FFmpeg 8.1

ffmpeg.org

41–50 of 73 posts

Re: FFmpeg 8.1

#41
post #35

One of the best open-source tools out there. I'm a frequent user of Plex, Jellyfin, Tunarr, local music files, etc. I use it weekly to extract subtitles, trim videos, convert music formats, and remove audio tracks. After writing the previous paragraph, I realized I've never donated to the project; it's time to change that.

It's a lower-level component in so much stuff we're not even aware of.

FFmpeg is a prime single-block-everything-is-built-on xkcd example.

Re: FFmpeg 8.1

#42

FFmpeg is really great. The only wish I'd have is for the usage to become simpler - both for regular stuff, but also for advanced filtering. If anyone remembers, avisynth was pretty cool back in the days. You could kind of script video/audio manipulations, a bit like a UNIX/Linux pipe, but kind of simpler, in my opinion. FFmpeg allows for many similar operations, but remembering anything here is ... hard. I'd love fo…

If there’s one thing I’ve entirely handed over to our AI overlords it’s the ffmpeg command line.

Re: FFmpeg 8.1

#43
post #35

One of the best open-source tools out there. I'm a frequent user of Plex, Jellyfin, Tunarr, local music files, etc. I use it weekly to extract subtitles, trim videos, convert music formats, and remove audio tracks. After writing the previous paragraph, I realized I've never donated to the project; it's time to change that.

It's a lower-level component in so much stuff we're not even aware of.

Yep. Which is a great architecture IMO. Simple, performant and flexible: choose 3

Re: FFmpeg 8.1

#44
post #31

Earlier quoted context omitted.

One of the best uses of LLMs is to help find the right command line options for tools like ffmpeg.

It won't always give you a perfect answer the first time, but it's much better than memorizing the manual or interpreting a forum discussion. Haven't used it for ffmpeg, but lots of other command lines.

Because ffmpeg is built on the Unix chained utility philosophy I find ai is also good at building scripts the use it as well

Re: FFmpeg 8.1

#45
post #3
post #2

Changelog: ffprobe -codec option EXIF Metadata Parsing gfxcapture: Windows.Graphics.Capture based window/monitor capture hxvs demuxer for HXVS/HXVT IP camera format MPEG-H 3D Audio decoding via mpeghdec D3D12 H.264 encoder drawvg filter via libcairo ffmpeg CLI tiled HEIF support D3D12 AV1 encoder ProRes Vulkan hwaccel DPX Vulkan hwaccel Rockchip H.264/HEVC hardware encoder Add vf_scale_d3d12 filter JPEG-XS parser JPE…

TIL: JPEG XS - an image and video codec that offers both visually and mathematically lossless quality for low latency implementations. Additionally, JPEG XS compressed content is indistinguishable from the original uncompressed content. https://en.wikipedia.org/wiki/JPEG_XS

Not royalty free, unfortunately.

Re: FFmpeg 8.1

#46
post #40

Earlier quoted context omitted.

quite easy? like learning to draw an owl? getting the stock ffmpeg to compile/build might be "easy", but once you start adding on additional codecs and other features that get you into dependency nightmares "easy" is not the word I would use. I have not been able to use the stock ffmpeg since forever. for example, i see no openssl enabled in your config. I see no freetype. I see you've disabled openjpeg. clearly, you…

https://commons.wikimedia.org/wiki/File:How_to_draw_an_owl_m...

"fill in the rest of the details" is the politest way I've ever seen this, and it really lames it up.
Post reply on HN