package
Version:
v0.0.0-...-b5f4b34
Opens a new window with list of versions in this module.
Published: Jun 5, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package codecs contains codec definitions.
ToFMP4 converts a codec in its fMP4 equivalent.
ToMPEGTS converts a codec in its MPEG-TS equivalent.
Codec is a codec.
FromFMP4 imports a codec from fMP4.
FromMPEGTS imports a codec from MPEG-TS.
type H264 struct {
SPS []byte
PPS []byte
}
H264 is a H264 codec.
MPEG4Audio is a MPEG-4 Audio codec.
type Opus struct {
ChannelCount int
}
Opus is a Opus codec.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.