This document describes how to change the fields displayed in the audio/video list and export the list from the VOD console.
Customizing the Audio/Video List
- Log in to the VOD console and select Application Management on the left sidebar.
- Select the target application.
- Go to Media Assets > Video/Audio Management > Uploaded
- Click in the top right of the list, select the fields you want to display, and click Confirm. You can select up to 14 fields. Video Name/ID and Operation are selected by default.
Exporting the Audio/Video List
- Log in to the VOD console and select Application Management on the left sidebar.
- Select the target application.
- Go to Media Assets > Video/Audio Management > Uploaded
- Click in the top right of the list, select an export format and the export data, and click Confirm. Export All File Info is selected by default.
- You can choose to export the information of selected files or all files in CSV or JSON Lines format.
- A CSV (Character Separated Values) file is a plain text file that stores table information. Below is an example of an exported CSV file:
File Format
| Fields (In Specified Order)
|
CSV |
Media file name, creation time, last updated time, expiration time, category ID, category name, category path, thumbnail URL, source, storage, labels, live recording file (VID), file URL, file ID, file size, duration |
- The JSON Lines format is used to store structured data that can be processed one record at a time. An exported JSON Lines file contains the following fields:
File Format
| Field
| Description
|
JSON Lines |
BasicInfo |
Basic information such as file name, category, playback URL, and thumbnail |
MetaData |
Metadata, such as size, duration, video stream information, and audio stream information |
TranscodeInfo |
Transcoding output information, including the URLs, specifications, bitrates, and resolutions of the files generated |
AnimatedGraphicsInfo |
The output information of animated image generation |
SampleSnapshotInfo |
Sampled screenshot information |
ImageSpriteInfo |
Image sprite information |
SnapshotByTimeOffsetInfo |
Time point screenshot information |
KeyFrameDescInfo |
Video keyframe descriptions |
AdaptiveDynamicStreamingInfo |
Adaptive bitrate streaming information |
SubtitleInfo |
Subtitle information |
FileId |
The unique ID of a media file |
Was this page helpful?