morphinapg
14th December 2008, 08:43
Not sure if this is the best place to post this or not.
I figured out why all my videos end up being slightly larger than ASXGui predicts them to be, it's because I' missing a calculation for container overhead.
I need figures for MP4, MKV and M2TS.
It doesn't need to be perfect (I know it can get quite complicated trying to figure it out) I just need a value that would be safe.
It would be something like
(video bitrate + audio bitrate) * length * x = total size
where x is the factor for container overhead. The bigger it is, the safer it would be (so if a user selects a target file size in ASXGui it won't go over) just not too big.
I figured out why all my videos end up being slightly larger than ASXGui predicts them to be, it's because I' missing a calculation for container overhead.
I need figures for MP4, MKV and M2TS.
It doesn't need to be perfect (I know it can get quite complicated trying to figure it out) I just need a value that would be safe.
It would be something like
(video bitrate + audio bitrate) * length * x = total size
where x is the factor for container overhead. The bigger it is, the safer it would be (so if a user selects a target file size in ASXGui it won't go over) just not too big.