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 3459893 commit eeca4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/aux-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ $ video-viewer --loop=-1 my_video.mp4 # loop the video forever (until user qu

#### Secondary Destination

Sometimes you may wish to record the unprocessed camera feed (or the post-processed video) to disk in addition to the primary output stream. For incoming inputs that are already compressed (for example, an H264-encoded camera or network stream), the `--input-save=<FILE>` option can be used to dump the encoded video to disk before it's decoded and processed.
Sometimes you may wish to save the unprocessed camera feed (or the post-processed video) to disk in addition to the primary output stream. For incoming inputs that are already compressed (for example, an H264-encoded camera or network stream), the `--input-save=<FILE>` option can be used to dump the encoded video to disk before it's decoded and processed.

For output streams that are to be compressed (i.e. network streams like WebRTC/RTP/RTSP) then the `--output-save=<FILE>` option will save the processed video to disk in addition to it's primary output. To save an output video file in addition to displaying it on-screen (which is uncompressed), just use the method above for [recording video](#video-files).
For output streams that are to be compressed (i.e. network streams like WebRTC/RTP/RTSP) then the `--output-save=<FILE>` option will record the processed video to disk in addition to it's primary output. To save an output video file in addition to displaying it on a screen attached to your Jetson (which is an uncompressed stream), just use the method above for [recording video](#video-files).


``` bash
Expand Down

0 comments on commit eeca4a4

Please sign in to comment.