mediaforge - v0.1.0
GitHub
npm
JSR
Changelog
Preparing search index...
types/probe
VideoStreamSummary
Interface VideoStreamSummary
Convenience summary of a video stream
interface
VideoStreamSummary
{
index
:
number
;
codec
:
string
;
width
:
number
;
height
:
number
;
fps
:
number
;
pixFmt
:
string
;
durationSec
:
number
|
null
;
bitrateBps
:
number
|
null
;
profile
?:
string
;
colorSpace
?:
string
;
}
Index
Properties
index
codec
width
height
fps
pix
Fmt
duration
Sec
bitrate
Bps
profile?
color
Space?
Properties
index
index
:
number
codec
codec
:
string
width
width
:
number
height
height
:
number
fps
fps
:
number
pix
Fmt
pixFmt
:
string
duration
Sec
durationSec
:
number
|
null
bitrate
Bps
bitrateBps
:
number
|
null
Optional
profile
profile
?:
string
Optional
color
Space
colorSpace
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
codec
width
height
fps
pix
Fmt
duration
Sec
bitrate
Bps
profile
color
Space
GitHub
npm
JSR
Changelog
mediaforge - v0.1.0
Loading...
Convenience summary of a video stream