Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated movflags parameter #90

Open
kydemy-fran opened this issue Aug 26, 2024 · 1 comment
Open

Duplicated movflags parameter #90

kydemy-fran opened this issue Aug 26, 2024 · 1 comment

Comments

@kydemy-fran
Copy link

There are two struct fields: movFlags and movflags

And it is added to the parameters twice:

goffmpeg/media/file.go

Lines 707 to 726 in 2cfc9f1

"MovFlags",
"RawOutputArgs",
"OutputFormat",
"OutputPipe",
"HlsListSize",
"HlsSegmentDuration",
"HlsPlaylistType",
"HlsMasterPlaylistName",
"HlsSegmentFilename",
"AudioFilter",
"VideoFilter",
"HttpMethod",
"HttpKeepAlive",
"CompressionLevel",
"MapMetadata",
"Tags",
"EncryptionKey",
"OutputPath",
"Bframe",
"MovFlags",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@kydemy-fran and others