Updated README

This commit is contained in:
Alex Eidt 2022-04-16 15:39:56 -07:00
parent 1700998b3b
commit 5de0d207f5
2 changed files with 3 additions and 4 deletions

View file

@ -37,7 +37,7 @@ type Options struct {
FPS float64 // Frames per second for output video.
Quality float64 // If bitrate not given, use quality instead. Must be between 0 and 1. 0:best, 1:worst.
Codec string // Codec for video.
Audio string // File path for audio. If no audio, audio=nil.
Audio string // File path for audio. If no audio, audio="".
AudioCodec string // Codec for audio.
}