How do I calculate video bitrate for a target size?
Multiply target megabytes by 8,192, divide by duration in seconds, then subtract the audio bitrate. Use a safety margin below the platform limit.
Interactive file-size tool
Calculate the video bitrate available for an 8MB, 10MB, 25MB, or custom target. You can also estimate final file size from video bitrate, audio bitrate, and duration.
Target-size result
Low bitrate. Often more practical around 480p–720p.
File-size estimate
Approximately 11.69 MBBased on 1,500 kbps video plus 96 kbps audio for 60 seconds.
Total kbps = target MB × 8,192 ÷ duration in seconds.
Video kbps = total kbps − audio kbps.
File MB = (video kbps + audio kbps) × duration ÷ 8,192.
Use a safety margin because real encoders are not perfectly exact.
Multiply target megabytes by 8,192, divide by duration in seconds, then subtract the audio bitrate. Use a safety margin below the platform limit.
Add video and audio bitrate, multiply by duration in seconds, then divide by 8,192 to estimate megabytes.
Variable bitrate, container overhead, metadata, multiple streams, and encoder behavior can move the final size above or below the estimate.
Five percent is a practical starting point. Increase it if the destination rejects files at or very close to its stated limit.