查找上传视频的时长
有没有什么方法可以查找上传视频的持续时间而无需在asp.net中运行任何exe(ffmpeg.exe)?如果是这样,请建议一种可以处理流量大的网站的方法......
Is there any method for finding the duration of an uploaded video without running any exe (ffmpeg.exe) in asp.net? If so any one please suggest a method which can handle a heavy traffic site...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以强制用户上传带有 ID3 标签的视频,并使用 Ultra id3 库
You could force a user to upload a video with ID3 tags, and use the Ultra id3 library