config:ffmpeg
                This is an old revision of the document!
ffmpeg
latest 8.0 release as statically linked self-contained binaries:
https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n8.0-latest-linux64-gpl-8.0.tar.xz tar xvf ffmpeg-n8.0-latest-linux64-gpl-8.0.tar.xz whereis ffmpeg ffprobe ffplay cp ffmpeg-n8.0-latest-linux64-gpl-8.0/bin/* /usr/bin/
Audio transcription to text (format txt) or subtitle (format srt) with 60 second chunk size:
wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3-turbo-q5_0.bin ffmpeg -i input.mkv -vn -af "whisper=model=ggml-large-v3-turbo-q5_0.bin:language=en:queue=60:destination=output.txt:format=txt" -f null -
config/ffmpeg.1758121226.txt.gz · Last modified:  by Wulf Rajek
                
                