--margin LENGTH-mSet sections near "loud" as "loud" too if section is less than LENGTH away
--edit METHODSet an expression which determines how to make auto edits
--export EXPORT:ATTRS?-exChoose the export mode
--output FILE--output-file -oSet the name/path of the new output file
--silent-speed NUM-sSet speed of sections marked "silent" to NUM
--video-speed NUM--sounded-speed -vSet speed of sections marked "loud" to NUM
--cut-out [START,STOP ...]The range of media that will be removed completely, regardless of the value of silent speed
--add-in [START,STOP ...]The range of media that will be added in, opposite of --cut-out
--set-speed-for-range [SPEED,START,STOP ...]--set-speedSet an arbitrary speed for a given range
--frame-rate NUM-fps -r --time-base -tbSet timeline frame rate
--sample-rate NAT-arSet timeline sample rate
--resolution WIDTH,HEIGHT-resSet timeline width and height
--background COLOR-bSet the background as a solid RGB color
--yt-dlp-location PATHSet a custom path to yt-dlp
--download-format FORMATSet the yt-dlp download format (--format, -f)
--output-format TEMPLATESet the yt-dlp output file template (--output, -o)
--yt-dlp-extras CMDAdd extra options for yt-dlp. Must be in quotes
--progress PROGRESSSet what type of progress bar to use
--debugShow debugging messages and values
--quiet-qDisplay less output
--preview--statsShow stats on how the input will be cut and halt
-snDisable the inclusion of subtitle streams in the output file
-dnDisable the inclusion of data streams in the output file
--faststartEnable movflags +faststart, recommended for web (default)
--no-faststartDisable movflags +faststart, will be faster for large files
--fragmentedUse fragmented mp4/mov to allow playback before video is complete See: https://ffmpeg.org/ffmpeg-formats.html#Fragmentation
--no-fragmentedDo not use fragmented mp4/mov for better compatibility (default)
--video-codec ENCODER-vcodec -c:vSet video codec for output media
--video-bitrate BITRATE-b:vSet the number of bits per second for video
-vprofile PROFILE-profile:vSet the video profile. For h264: high, main, or baseline
--scale NUMScale the output video's resolution by NUM factor
--no-seekDisable file seeking when rendering video. Helpful for debugging desync issues
--audio-codec ENCODER-acodec -c:aSet audio codec for output media
--audio-layout LAYOUT-channel-layout -layoutSet the audio layout for the output media/timeline
--audio-bitrate BITRATE-b:aSet the number of bits per second for audio
--mix-audio-streamsMix all audio streams together into one
--keep-tracks-separateDon't mix all audio streams into one when exporting (default)
--audio-normalize NORM-TYPEApply audio rendering to all audio tracks. Applied right before rendering the output file
--no-cacheDon't look for or write a cache file
--no-openDo not open the output file after editing is done
--temp-dir PATHSet where the temporary directory is located
--player CMD-pSet player to open output media files
--version-VDisplay version and halt