mediaforge - v0.1.0
GitHub
npm
JSR
Changelog
Preparing search index...
types/codecs
CodecInfo
Interface CodecInfo
Info about a codec from ffmpeg -codecs
interface
CodecInfo
{
name
:
string
;
description
:
string
;
flags
:
CodecFlags
;
}
Index
Properties
name
description
flags
Properties
name
name
:
string
Codec name, e.g. "h264", "aac"
description
description
:
string
Human-readable description
flags
flags
:
CodecFlags
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
description
flags
GitHub
npm
JSR
Changelog
mediaforge - v0.1.0
Loading...
Info about a codec from ffmpeg -codecs