pub fn estimate_output_size_bytes(duration_ms: u64, bitrate_kbps: u32) -> u64
Estimates the output file size in bytes for the given duration and bitrate.
Returns 0 for lossless or if bitrate is zero.