七牛云提供了哪些音视频处理接口
七牛云提供了哪些音视频处理接口?
为了有效提升开发者的工作效率,七牛云为存储在七牛云存储上的文件提供了以下有价值的音视频处理接口。
详细请查看链接:
https://developer.qiniu.com/dora/api/3685/directions-for-use-av
接口 简介
音视频转码 音视频转码接口方便用户对音频、视频资源进行编码和格式转换。
七牛提供基于场景内容自适应的锐智转码接口(avsmart)、普通音视频转码接口(avthumb)和倍速转码接口(avfast)。
关于 avsmart 接口的详细说明请参阅锐智转码(avsmart)。
关于 avthumb 接口的详细信息请参阅普通音视频转码 (avthumb)。
关于 avfast 接口的详细说明请参阅倍速转码(avfast)
音视频切片(HLS) 音视频切片接口用于支持HTTP Live Streaming播放。它将一整个音频、视频流切割成可由 HTTP 下载的一个个小的音视频流,并生成一个 M3U8 播放列表,客户端只需要获取资源的 M3U8 播放列表即可播放音频、视频。
关于音视频切片接口的详细信息请参阅音视频切片(HLS)。
音视频分段 音视频分段接口用于按时长或时间点对原视频分段,不改变原音/视频的编码格式、分辨率、码率等,将原音/视频切成多个较小的文件。
关于音视频分段接口的详细信息请参阅音视频分段(segment)。
音视频拼接 音视频拼接接口用于将指定的数个音频片段拼接成一段音频,或者将数个视频片段拼接成一段视频。
关于 avconcat 接口的详细信息请参阅音视频拼接 (avconcat)。
获取音视频信息 音视频元信息接口用于获取指定音频、视频资源的元信息。
关于 avinfo 接口的详细信息请参阅音视频元信息 (avinfo)。
视频截帧 视频帧缩略图接口用于从视频流中截取指定时刻的单帧画面并按指定大小缩放成图片。
关于 vframe 接口的详细信息请参阅视频帧缩略图 (vframe)。
视频水印 七牛云存储服务内置了对视频打水印的功能。
关于视频水印接口的详细信息请参阅视频水印。
视频抽取多帧 视频采样缩略图接口用于从视频文件中截取多帧画面并按指定大小缩放成图片。
关于 vsample 接口的详细信息请参阅视频采样缩略图 (vsample)。
实时流式转码 实时音视频转码 (avvod),用于对已经上传到七牛云上的音频、视频,在终端播放时按照指定参数进行实时转码。
关于 avvod 接口的详细信息请参阅实时音视频转码 (avvod)。
多码率自适应转码 多码率自适应转码 (adapt),用于对已经上传到七牛云的视频转码成包含多种码率的HLS视频流。以便能随着终端网络带宽的变化动态选择适应的码率播放。
关于 adapt 接口的详细信息请参阅多码率自适应转码 (adapt)。
pm3u8 pm3u8 接口只能用于私有空间中的 m3u8 文件,作用是对 m3u8 文件中的 ts 资源进行批量下载授权。通过将 ts 资源的 url 改写成私有 url,以临时获取访问权限。
关于 pm3u8 接口的详细信息请参阅私有M3U8 (pm3u8)。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.
