Becky Weiss [MS]
Guest
|
Posted:
Sat Oct 09, 2004 4:27 am Post subject:
RE: how to get the estimated file size? |
|
|
Rubing,
The SDK does not provide a way to get an accurate estimate of your file size.
If you want a very ballpark figure, you can just estimate based on duration
* bitrate for all streams. (Yes, you probably already thought of this...)
Of course, this will always give you an underestimate, since ASF overhead is
not accounted for.
Becky
This posting is provided AS IS with no warranties and confers no rights.
"Rubing Chiu" wrote:
| Quote: | Given a profile(with MBR) and a file duration, how to get
the estimated file size?
|
|
|