简体   繁体   中英

Calculate width and height of Flv and Swf using C#

我无法弄清楚如何使用C#.NET计算.flv视频或.swf文件的宽度和高度尺寸。

Maybe this article can help you. It show how to read flv files and it's meta information in c#.

Basically, you have to open a binary file stream and read the first part of the file.

You have than to interpret bytes you read according to Adobe flv format specification . Anyway, the article has some code sample showing you how to read width and height of files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM