Search
Preparing search index...
The search index is not available
composable
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
FFmpegProcess
Class FFmpegProcess
Hierarchy
FFmpegProcess
BlackSceneProcess
Index
Constructors
constructor
Properties
args
error
Detector
error
Messages
killed
on
End
on
Error
on
Output
Line
on
Progress
process
Methods
kill
pause
resume
setup
start
wait
Constructors
constructor
new FFmpeg
Process
(
args
:
string
[]
, errorDetector
?:
FFmpegErrorDetector
)
:
FFmpegProcess
new FFmpeg
Process
(
process
:
ChildProcess
, errorDetector
?:
FFmpegErrorDetector
)
:
FFmpegProcess
Parameters
args:
string
[]
Optional
errorDetector:
FFmpegErrorDetector
Returns
FFmpegProcess
Parameters
process:
ChildProcess
Optional
errorDetector:
FFmpegErrorDetector
Returns
FFmpegProcess
Properties
args
args
:
string
[]
error
Detector
error
Detector
:
FFmpegErrorDetector
Protected
error
Messages
error
Messages
:
string
[]
= []
killed
killed
:
boolean
= false
on
End
on
End
:
Hook
<
void
>
= new Hook( 'onEnd' )
on
Error
on
Error
:
Hook
<
Error
>
= new Hook( 'onError' )
on
Output
Line
on
Output
Line
:
Hook
<
string
>
= new Hook( 'onOutputLine' )
on
Progress
on
Progress
:
Hook
<
FFmpegProgress
>
= new Hook( 'onProgress' )
process
process
:
ChildProcess
Methods
kill
kill
(
)
:
void
Returns
void
pause
pause
(
)
:
void
Returns
void
resume
resume
(
)
:
void
Returns
void
Protected
setup
setup
(
duration
?:
number
|
string
|
Duration
)
:
void
Parameters
Optional
duration:
number
|
string
|
Duration
Returns
void
start
start
(
duration
?:
number
|
string
|
Duration
)
:
void
Parameters
Optional
duration:
number
|
string
|
Duration
Returns
void
wait
wait
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Globals
FFmpeg
Process
constructor
args
error
Detector
error
Messages
killed
on
End
on
Error
on
Output
Line
on
Progress
process
kill
pause
resume
setup
start
wait
Generated using
TypeDoc