Deep Dive into FFmpeg 8.0
rendi.dev
Deep Dive into FFmpeg 8.0
1–10 of 13 posts
Re: Deep Dive into FFmpeg 8.0
#2Re: Deep Dive into FFmpeg 8.0
#3Author here, available for questions
Re: Deep Dive into FFmpeg 8.0
#4Re: Deep Dive into FFmpeg 8.0
#5Is the point that you only need one tool -- ffmpeg -- to both generate transcripts as well as embed those into a video as opposed to having multiple tools?
Re: Deep Dive into FFmpeg 8.0
#6Is the point that you only need one tool -- ffmpeg -- to both generate transcripts as well as embed those into a video as opposed to having multiple tools?
This is a 3 part series, the first one discusses the new native whisper integration. And correct, for the first post - the point is to show that you can only use ffmpeg to transcribe and embed subtitles in a video
Re: Deep Dive into FFmpeg 8.0
#7Earlier quoted context omitted.
This is a 3 part series, the first one discusses the new native whisper integration. And correct, for the first post - the point is to show that you can only use ffmpeg to transcribe and embed subtitles in a video
While there's appeal in having one tool do several things I'm more a fan of the traditional UNIX philosophy that a tool should do one thing, do it extremely well, and allow for chaining of several tools together to achieve a multi-step process.
Re: Deep Dive into FFmpeg 8.0
#8Author here, available for questions
Re: Deep Dive into FFmpeg 8.0
#9Re: Deep Dive into FFmpeg 8.0
#10Do you know if it’s supported on Mac too, with whatever platform specific optimizations like running it on the gpu / with MPS ?
If you mean ffmpeg build with whisper - from memory I didn't see ffmpeg-builds for mac, so you will probably need to compile yourself