We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6374b commit c5fed70Copy full SHA for c5fed70
ffmpeg/options.go
@@ -40,6 +40,7 @@ type Options struct {
40
MovFlags *string `flag:"-movflags"`
41
HideBanner *bool `flag:"-hide_banner"`
42
OutputFormat *string `flag:"-f"`
43
+ PatternType *string `flag:"-pattern_type"`
44
CopyTs *bool `flag:"-copyts"`
45
NativeFramerateInput *bool `flag:"-re"`
46
InputInitialOffset *string `flag:"-itsoffset"`
0 commit comments