tencent cloud

Video on Demand

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Overview
Product Features
Features
Strengths
Scenarios
Solutions
Professional Edition
Introduction to Video On Demand Professional Edition
Quick Start
Console Guide
Development Guide
Purchase Guide
Billing Overview
Billing Modes
Purchase Guide
Viewing Bills
Renewal
Overdue Policy
Refund Policy
Getting Started
Console Guide
Console Overview
Service Overview
Application Management
Media Management
Package Management
License Management
Real-Time Log Analysis
Practical Tutorial
Media Upload
Smart Cold Storage of VOD Media Asset Files
Video Processing
Distribution and Playback
How to Receive Event Notification
How to Migrate Files from Origin Server to VOD
Live Recording
How to Pull from Custom Origin Servers
How to Use EdgeOne to Distribute Content in VOD
Development Guide
Media Upload
Media Processing
Video AI
Event Notification
Video Playback
Media Encryption and Copyright Protection
Broadcast Channel
CAM
Media File Download
Subapplication System
Error Codes
Player SDK
Overview
Basic Concepts
Features
Free Demo
Free Trial License
Purchase Guide
SDK Download
Licenses
Player Guide
Integration (UI Included)
Integration (No UI)
Advanced Features
API Documentation
Player Adapter
Player SDK Policy
Server APIs
History
Introduction
API Category
Other APIs
Media Processing APIs
Task Management APIs
Media Upload APIs
Media Management APIs
Event Notification Relevant API
Media Categorization APIs
Domain Name Management APIs
Distribution APIs
AI-based Sample Management APIs
Region Management APIs
Data Statistics APIs
Carousel-Related APIs
Just In Time Transcode APIs
No longer recommended APIs
Making API Requests
AI-based image processing APIs
Parameter Template APIs
Task Flow APIs
Data Types
Error Codes
Video on Demand API 2024-07-18
FAQs
Mobile Playback
Fees
Video Upload
Video Publishing
Video Playback
Web Playback
Full Screen Playback
Statistics
Access Management
Cold Storage
Agreements
Service Level Agreement
VOD Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

Media File Download

PDF
Focus Mode
Font Size
Last updated: 2023-03-07 11:20:50
You can download media files stored in VOD and save them to a local disk or elsewhere.

Downloadable media files

VOD offers different types of media files for download, including the original files you uploaded and the files generated as you use VOD’s services, such as transcoding files, screenshots, and thumbnails.
Audio/Video
Original audio/video files: The audio/video files you uploaded to VOD.
Processed audio/video files: The audio/video files generated by media processing tasks, such as transcoding files and adaptive bitrate files.
Image
Original image files: The image files you uploaded to VOD.
Processed image files: The image files generated by media processing tasks, such as screenshots, image sprites, and animated images.

Getting download URLs from the console

Log in to the VOD console. Select Media Assets on the left sidebar and click Video/Audio Management or Image Management. Find the target file and click Manage on the right to get the download URL of the file. For details, see Audio/Video Management or Managing Image.
Log in to the VOD console and select Media Assets > Video/Audio Management on the left sidebar. Click the download icon in the top right corner to export the download URLs of all the files. For details, see Exporting the Audio/Video List.

Getting download URLs using APIs

You can also use the following APIs to get the download URLs of media files.

Naming a downloaded file

Normally, if you open the URL of a media file with a browser, instead of downloading the file, the browser will open the file. For example, if you open the URL of a video with a browser, the browser will start playing the video. To download the file, you can add the parameter download_name to the query string. This also allows you to name the downloaded file. Here is an example:
http://example.vod2.myqcloud.com/dir1/dir2/myVideo.mp4?download_name=[download_name]
Note:
If you enable hotlink protection, download may be subject to restrictions such as a referer allowlist/blocklist or URL expiration time. For details, see Hotlink Protection Settings.
If a video is encrypted, the transcoding file you download will also be encrypted. You need to decrypt the file first in order to play the video. For details, see Play back an encrypted video.
For HLS files, you need to download both the index file and segment files. To avoid this, you can transcode an HLS file into MP4.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback