Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

vedio codec bad option #8

Merged
merged 3 commits into from
Sep 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ffmpeg/options.go
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ type Options struct {
VideoBitRateTolerance *int `flag:"-bt"`
VideoMaxBitRate *int `flag:"-maxrate"`
VideoMinBitrate *int `flag:"-minrate"`
VideoCodec *string `flag:"--c:v"`
VideoCodec *string `flag:"-c:v"`
Vframes *int `flag:"-vframes"`
FrameRate *int `flag:"-r"`
AudioRate *int `flag:"-ar"`