
Extract Audio from Video in Zapier
Video in. Audio out. Automatically. You record a video interview. You need the audio as an MP3 for your podcast feed. You film a webinar. You need the audio for transcription. You get UGC video. You need to check the audio quality without downloading the whole file. Each of these requires extracting audio from video. It's a 30-second FFmpeg operation that Zapier can't do natively. With RenderIO, it becomes an automated step in any Zap. Video goes in, MP3 comes out. The basic Zap Step 1: Trigger App : Google Drive Event : New File in Folder Folder : "Videos for Audio Extraction" Alternative triggers: Dropbox: New file Email: New attachment Webhook: Custom trigger Typeform: New file upload Step 2: Extract audio App : Webhooks by Zapier Event : POST URL : https://renderio.dev/api/v1/run-ffmpeg-command Headers : X-API-KEY : your_api_key Content-Type : application/json Body : { "ffmpeg_command" : "-i {{in_video}} -vn -c:a libmp3lame -b:a 192k {{out_audio}}" , "input_files" : { "in_video" :
Continue reading on Dev.to
Opens in a new tab
