1. 首页
  2. 数据库
  3. 其它
  4. go fluent ffmpeg:Go的fluent ffmpeg实现 源码

go fluent ffmpeg:Go的fluent ffmpeg实现 源码

上传者: 2021-03-12 14:37:36上传 ZIP文件 16.28KB 热度 22次
流利的FFmpeg Go版本的 。 安装 go get -u github.com/modfy/fluent-ffmpeg 要求 您将需要在计算机上安装FFmpeg,或者可以指定二进制文件的路径: // Provide an empty string to use default FFmpeg path cmd := fluentffmpeg . NewCommand ( "" ) // Specify a path cmd = fluentffmpeg . NewCommand ( "/path/to/ffmpeg/binary" ) 快速开始 使用类似于node-fluent-ffmpeg的API创建和运行命令: err := fluentffmpeg . NewCommand ( "" ). InputPath ( "/path/to/video.avi" ). O
下载地址
用户评论