From 87066ccdbd8bb30f0afdcd4d640690395547bb0e Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Tue, 30 May 2023 17:15:14 -0400 Subject: [PATCH] updated docs --- docs/aux-streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aux-streaming.md b/docs/aux-streaming.md index fb7c67600..630390ce9 100644 --- a/docs/aux-streaming.md +++ b/docs/aux-streaming.md @@ -337,7 +337,7 @@ $ video-viewer --loop=-1 my_video.mp4 # loop the video forever (until user qu #### Secondary Destination -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=` option can be used to dump the encoded video to disk before it's decoded and processed. It supports MP4, MKV, AVI, and FLV formats. +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=` option can be used to dump the encoded video to disk before it's decoded and processed. It supports MP4, MKV, AVI, FLV, and uncontainerized H264/H265. For output streams that are to be compressed (i.e. network streams like WebRTC/RTP/RTSP) then the `--output-save=` option will record the processed video to disk in addition to it's primary output. To save an output video file while also displaying it on a screen attached to your Jetson (which is an uncompressed stream), just use the method above for [recording video](#video-files).