Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed May 30, 2023
1 parent 74cece2 commit f80802e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/aux-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,11 @@ input = videoSource("/dev/video0",
'flipMethod': 'rotate-180',
})

input = videoSource("/dev/video0", options={ 'width': 1280, 'height': 720, 'framerate': 30, 'flipMethod': 'rotate-180' })


output = videoOutput("my_video.mp4", options={'codec': 'h264', 'bitrate': 4000000})

output = videoOutput("my_video.mp4",
options={
'codec': 'h264',
Expand Down

0 comments on commit f80802e

Please sign in to comment.