Typo fix
This commit is contained in:
parent
b1fd41b75f
commit
bff4dd575c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ Copy `input.mp4` to `output.mp4`. Copy the audio from `input.mp4` to `output.mp4
|
|||
video := vidio.NewVideo("input.mp4")
|
||||
options := vidio.Options{
|
||||
fps: video.fps,
|
||||
bitrate: video.bitrate
|
||||
bitrate: video.bitrate,
|
||||
audio: "input.mp4",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue