Convert MP4 to HLS

최신 업데이트:2022-06-15 15:47:14

Transmuxing

Transmuxing, also referred to as repackaging or packetizing, is a process in which audio and video files are repackaged into different delivery formats without changing the files’ contents or coding.

Transmux from mp4 to HLS

Select the command video-hls-copy, which is equal to avthumb/m3u8/vcodec/copy/acodec/copy when you want to write it into the custom command gap.

(parameter copy, means maintains the encoding schemes of the original video.)
China Premium Service控制台自助配置功能上线

Transcode mp4 to HLS

If you want to do more on this mp4, for example, changing its coding, changing its resolution, setting the segtime, etc.

Type the custom command into the gap.
e.g.

avthumb/m3u8/segtime/10/s/640x480

  • segtime
    Used to define the playback duration of each small segment of audio/video stream when the output destination format is m3u8, unit: Seconds, integer in the value range of 1–120.
  • s
    Specifies video resolution, the format is wxh or a predefined value.

More avthumb parameters please refer to Ops Parameter Format

China Premium Service控制台自助配置功能上线

이 문서의 내용이 도움이 되었습니까?
아니오
정상적으로 제출되었습니다.피드백을 주셔서 감사합니다.앞으로도 개선을 위해 노력하겠습니다.