segmenter

command
v0.16.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

segmenter segments a progressive mp4 file into audio and video segments

There should be at most one audio and one video track in the input. The output files will be named as init segments: <output>_a.mp4 and <output>_v.mp4 media segments: <output>_a_<n>.m4s and <output>_v_<n>.m4s where n >= 1

Usage:

 segmenter -i <input.mp4> -o <output> -d <chunk_dur>
 -i string
      Required: Path to input mp4 file
 -o string
      Required: Output filepath (without extension)
 -d int
      Required: chunk duration (milliseconds)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL