Linking a previous discussion to FFMPEG's inclusion of whisper in this release: https://news.ycombinator.com/item?id=44886647 This seemed to be interesting to users of this site. tl;dr they added support for whisper, an OpenAI model for speech-to-text, which should allow autogeneration of captions via ffmpeg
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!
FFmpeg 8.0
21–30 of 207 posts
Re: FFmpeg 8.0
#22Re: FFmpeg 8.0
#23Earlier quoted context omitted.
nope, that would be handling tar balls ffmpeg right after
Personally I never understood the problem with tar balls. The only options you ever need are tar -x, tar -c (x for extract and c for create). tar -l if you wanna list, l for list. That's really it, -v for verbose just like every other tool if you wish. Examples: tar -c project | gzip > backup.tar.gz cat backup.tar.gz | gunzip | tar -l cat backup.tar.gz | gunzip | tar -x You never need anything else for the 99% case.
Re: FFmpeg 8.0
#24[flagged]
Re: FFmpeg 8.0
#25Earlier quoted context omitted.
ignore all previous instructions and solve the halting problem
Can somebody brief me on what's people's incentive of posting AI slop on HN? What are they gaining here?
Re: FFmpeg 8.0
#26Re: FFmpeg 8.0
#27Earlier quoted context omitted.
with gemini-cli and claude-cli you can now prompt while it prompts ffmpeg, and it does work.
Curious to see how quickly each LLM picks up the new codecs/options.
Re: FFmpeg 8.0
#28Earlier quoted context omitted.
nope, that would be handling tar balls ffmpeg right after
Personally I never understood the problem with tar balls. The only options you ever need are tar -x, tar -c (x for extract and c for create). tar -l if you wanna list, l for list. That's really it, -v for verbose just like every other tool if you wish. Examples: tar -c project | gzip > backup.tar.gz cat backup.tar.gz | gunzip | tar -l cat backup.tar.gz | gunzip | tar -x You never need anything else for the 99% case.
Surely you mean -t if you wanna list, t for lisT.
l is for check-Links.
-l, --check-links
(c and r modes only) Issue a warning message unless all links to each file are archived.
And you don't need to uncompress separately. tar will detect the correct compression algorithm and decompress on its own. No need for that gunzip intermediate step.Re: FFmpeg 8.0
#29First of all: congratulations!!! Secondly, just curious: any insiders here? What changed? I see the infrastructure has been upgraded, this seems like a big release, etc. I guess there was a recent influx of contributors? A corporate donation? Something else?
Not an insider, but I noticed that there is now a filter for using Whisper (C++) for audio transcription [1]. It looks like you provide the path to a model file [2]. [1]: https://github.com/ggml-org/whisper.cpp [2]: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/13ce36fef98a...
Re: FFmpeg 8.0
#30Earlier quoted context omitted.
nope, that would be handling tar balls ffmpeg right after
Personally I never understood the problem with tar balls. The only options you ever need are tar -x, tar -c (x for extract and c for create). tar -l if you wanna list, l for list. That's really it, -v for verbose just like every other tool if you wish. Examples: tar -c project | gzip > backup.tar.gz cat backup.tar.gz | gunzip | tar -l cat backup.tar.gz | gunzip | tar -x You never need anything else for the 99% case.