Earlier quoted context omitted.
Exciting! I am consistently blown away by the talent of the ffmpeg maintainers. This is fairly hard stuff in my opinion and they do it for free.
Could you explain more about it? I assumed the maintainers are doing it as part of their jobs for a company (completely baseless assumption)
FFmpeg 8.0
121–130 of 207 posts
Re: FFmpeg 8.0
#122Nice! Looking forward to try WHIP/WebRTC based streaming to replace SRT.
I am curious about adoption and features that would make big difference to users :)
Re: FFmpeg 8.0
#123Earlier quoted context omitted.
these days most movies and series already come out with captions, but you know what does not, given the vast amount of it?... ;) yep, finally the deaf will able to read what people are saying in a porno!
And also pirated releases are super weird and all over the place with subtitles and video player compatibility This could streamline things
Re: FFmpeg 8.0
#124Happy to hear that they've introduced video encoders and decoders based on compute shaders. The only video codecs widely supported in hardware are H.264, H.265 and AV1, so cross-platform acceleration for other codecs will be very nice to have, even if it's less efficient than fixed-function hardware. The new ProRes encoder already looks useful for a project I'm working on. > Only codecs specifically designed for para…
This is great news. I remember being laughed at when I initially asked whether the Vulkan enc/dec were generic because at the time it was all just standardising interfaces for the in-silicon acceleration.
Having these sorts of improvements available for legacy hardware is brilliant, and hopefully a first route that we can use to introduce new codecs and improve everyone's QOL.
Re: FFmpeg 8.0
#125Is anyone else on the opinion that ffmpeg now ranks 4th as the most used lib after ssl, zlib, and sqlite... given video is like omnipresent in 2025?
Re: FFmpeg 8.0
#126Happy to hear that they've introduced video encoders and decoders based on compute shaders. The only video codecs widely supported in hardware are H.264, H.265 and AV1, so cross-platform acceleration for other codecs will be very nice to have, even if it's less efficient than fixed-function hardware. The new ProRes encoder already looks useful for a project I'm working on. > Only codecs specifically designed for para…
When the resulting frame is already in a GPU texture then, displaying it has fairly low overhead.
My question is: how wrong am I?
Re: FFmpeg 8.0
#127Earlier quoted context omitted.
these days most movies and series already come out with captions, but you know what does not, given the vast amount of it?... ;) yep, finally the deaf will able to read what people are saying in a porno!
And also pirated releases are super weird and all over the place with subtitles and video player compatibility This could streamline things
1. Just copy them over from the Bluray. This lacks support in most client players, so you'll either need to download a player that does, or use something like Plex/Jellyfin, which will run FFMpeg to transcode and burn the picture subtitles in before sending it to the client.
2. Run OCR on the Bluray subtitles. Not perfect.
3. Steal subtitles from a streaming service release (or multiple) if it exists.
Re: FFmpeg 8.0
#128Nice! Looking forward to try WHIP/WebRTC based streaming to replace SRT.
What are you using WHIP against today? I am curious about adoption and features that would make big difference to users :)
Re: FFmpeg 8.0
#129Earlier quoted context omitted.
Yeah I never really understood why people complain about tar; 99% of what you need from it is just `tar -xvf blah.tar.gz`.
What value does tar add over plain old zip? That's what annoys me about .tar files full of .gzs or .zips (or vice versa) -- why do people nest container formats for no reason at all? I don't use tape, so I don't need a tape archive format.