mirror of
https://github.com/fxkt-tech/liv
synced 2025-09-26 20:11:20 +08:00
feat: ClearOutput
This commit is contained in:
@@ -54,6 +54,11 @@ func (fm *FFmpeg) AddOutput(outputs ...*output.Output) *FFmpeg {
|
||||
return fm
|
||||
}
|
||||
|
||||
func (fm *FFmpeg) ClearOutput() *FFmpeg {
|
||||
fm.outputs = nil
|
||||
return fm
|
||||
}
|
||||
|
||||
func (fm *FFmpeg) Params() []string {
|
||||
var params []string
|
||||
if fm.v != "" {
|
||||
|
Reference in New Issue
Block a user