【问题标题】:Get the duration of the video file in coldfusion获取coldfusion中视频文件的时长
【发布时间】:2015-01-29 22:41:38
【问题描述】:

目前我正在使用视频上传功能。要求是在播放之前显示视频的长度。那么有什么方法可以获取 CF 中视频的长度。还需要在浏览器中显示该特定视频的缩略图。

提前感谢您的帮助....

【问题讨论】:

    标签: coldfusion image-uploading


    【解决方案1】:

    我用ffmpeg.exe来获取coldfusion中关于视频的所有信息。

    试试<cfexecute>http://ffmpeg.org/

    应该有效的命令 -

    ffprobe -loglevel error -show_streams inputFile.mp3 | grep duration | cut -f2 -d=
    

    更多关于 ffprobe 的细节 -

    http://ffmpeg.org/ffprobe.html#Writers

    【讨论】:

      猜你喜欢
      • 2015-05-30
      • 2011-04-25
      • 2021-05-21
      • 2011-12-08
      • 1970-01-01
      • 1970-01-01
      • 2016-04-09
      • 1970-01-01
      相关资源
      最近更新 更多