This n8n workflow runs comprehensive quality checks on video exports before they go to the media buying team or client. It validates resolution, aspect ratio, duration, audio levels, frame rate, file size, and codec compatibility against platform-specific specs for Meta, TikTok, and YouTube Shorts.
Meta (Facebook/Instagram), TikTok, and YouTube Shorts — each with specific resolution, duration, aspect ratio, file size, and audio requirements.
Webhook receives the video URL and target platforms. The workflow downloads the video, runs FFprobe to extract all technical metadata, analyzes audio levels with FFmpeg volumedetect, then validates every metric against each platform’s specs. Results are logged to Google Sheets and a formatted PASS/FAIL report is posted to Slack.
n8n, FFmpeg, FFprobe, Google Sheets, Slack