Documentation
¶
Overview ¶
Package cmd provides command line tools built using mp4ff.
Install like
go install ./...
or directly from the repo as
go install github.com/Eyevinn/mp4ff/cmd/mp4ff-info go install github.com/Eyevinn/mp4ff/cmd/mp4ff-subslister ...
Directories
¶
| Path | Synopsis |
|---|---|
|
mp4ff-crop crops a (progressive) mp4 file to just before a sync frame after specified number of milliseconds.
|
mp4ff-crop crops a (progressive) mp4 file to just before a sync frame after specified number of milliseconds. |
|
mp4ff-decrypt decrypts a fragmented mp4 file encrypted with Common Encryption scheme cenc or cbcs.
|
mp4ff-decrypt decrypts a fragmented mp4 file encrypted with Common Encryption scheme cenc or cbcs. |
|
mp4ff-encrypt encrypts a fragmented mp4 file using Common Encryption with cenc or cbcs scheme.
|
mp4ff-encrypt encrypts a fragmented mp4 file using Common Encryption with cenc or cbcs scheme. |
|
mp4ff-info prints the box tree of input mp4 (ISOBMFF) file.
|
mp4ff-info prints the box tree of input mp4 (ISOBMFF) file. |
|
mp4ff-nallister lists NAL units and slice types of AVC or HEVC tracks of an mp4 (ISOBMFF) file or a file containing a byte stream in Annex B format.
|
mp4ff-nallister lists NAL units and slice types of AVC or HEVC tracks of an mp4 (ISOBMFF) file or a file containing a byte stream in Annex B format. |
|
mp4ff-pslister lists parameter sets for AVC/H.264 or HEVC/H.265 from mp4 sample description, bytestream, or hex input.
|
mp4ff-pslister lists parameter sets for AVC/H.264 or HEVC/H.265 from mp4 sample description, bytestream, or hex input. |
|
mp4ff-subslister lists and displays content of wvtt or stpp samples.
|
mp4ff-subslister lists and displays content of wvtt or stpp samples. |
Click to show internal directories.
Click to hide internal directories.