config:ffmpeg
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| config:ffmpeg [2025/09/15 11:17] – created Wulf Rajek | config:ffmpeg [2025/09/18 19:29] (current) – Wulf Rajek | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| </ | </ | ||
| + | |||
| + | Audio transcription to text (format txt) or subtitle (format srt) with 60 second chunk size: | ||
| + | < | ||
| + | wget https:// | ||
| + | ffmpeg -i input.mkv -vn -af " | ||
| + | </ | ||
| + | |||
| + | recording live audio from microphone could be done using: | ||
| + | < | ||
| + | ffmpeg -loglevel warning -f pulse -i default \ | ||
| + | -af ' | ||
| + | : | ||
| + | :queue=10\ | ||
| + | : | ||
| + | : | ||
| + | : | ||
| + | </ | ||
| + | |||
| + | |||
| + | Transcribe and translate example: | ||
| + | < | ||
| + | ffmpeg -i movie.mp4 -af whisper=model=large-v3: | ||
| + | </ | ||
config/ffmpeg.1757931437.txt.gz · Last modified:  by Wulf Rajek
                
                