Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: 3x Clear Filter

OpenAI charges by the minute, so speed up your audio

Want to make OpenAI transcriptions faster and cheaper? Just speed up your audio. I mean that very literally. Run your audio through ffmpeg at 2x or 3x before transcribing it. You’ll spend fewer tokens and less time waiting with almost no drop in transcription quality. That’s it! Here’s a script combining of all my favorite little toys and tricks to get the job. You’ll need yt-dlp, ffmpeg and llm installed. # Extract the audio from the video yt-dlp -f 'bestaudio[ext=m4a]' --extract-audio --au

OpenAI Charges by the Minute, So Make the Minutes Shorter

Want to make OpenAI transcriptions faster and cheaper? Just speed up your audio. I mean that very literally. Run your audio through ffmpeg at 2x or 3x before transcribing it. You’ll spend fewer tokens and less time waiting with almost no drop in transcription quality. That’s it! Here’s a script combining of all my favorite little toys and tricks to get the job. You’ll need yt-dlp, ffmpeg and llm installed. # Extract the audio from the video yt-dlp -f 'bestaudio[ext=m4a]' --extract-audio --au