--margin
-m
Set sections near "loud" as "loud" too if section is less than LENGTH away.
--edit-based-on
--edit
Decide which method to use when making edits
--silent-speed
-s
Set speed of sections marked "silent" to NUM
--video-speed
--sounded-speed
-v
Set speed of sections marked "loud" to NUM
--cut-out
The range of media that will be removed completely, regardless of the value of silent speed
--add-in
The range of media that will be added in, opposite of --cut-out
--set-speed-for-range
--set-speed
Set an arbitrary speed for a given range
--frame-rate
-fps
-r
--time-base
-tb
Set timeline frame rate
--sample-rate
-ar
Set timeline sample rate
--resolution
-res
Set timeline width and height
--background
-b
Set the background as a solid RGB color
--add
Insert an audio/video object to the timeline
--yt-dlp-location
Set a custom path to yt-dlp
--download-format
Set the yt-dlp download format (--format, -f)
--output-format
Set the yt-dlp output file template (--output, -o)
--yt-dlp-extras
Add extra options for yt-dlp. Must be in quotes
--export
-ex
Choose the export mode
--output-file
--output
-o
Set the name/path of the new output file.
--player
-p
Set player to open output media files
--no-open
Do not open the output file after editing is done
--temp-dir
Set where the temporary directory is located
--ffmpeg-location
Set a custom path to the ffmpeg location
--my-ffmpeg
Use the ffmpeg on your PATH instead of the one packaged
--progress
Set what type of progress bar to use
--debug
Show debugging messages and values
--show-ffmpeg-commands
Show ffmpeg commands
--show-ffmpeg-output
Show ffmpeg stdout and stderr
--quiet
-q
Display less output
--preview
--stats
Show stats on how the input will be cut and halt
--video-codec
-vcodec
-c:v
Set video codec for output media
--video-bitrate
-b:v
Set the number of bits per second for video
--video-quality-scale
-qscale:v
-q:v
Set a value to the ffmpeg option -qscale:v
--scale
Scale the output video's resolution by NUM factor
--no-seek
Disable file seeking when rendering video. Helpful for debugging desync issues
--audio-codec
-acodec
-c:a
Set audio codec for output media
--audio-bitrate
-b:a
Set the number of bits per second for audio
--keep-tracks-separate
Don't mix all audio tracks into one when exporting
--audio-normalize
Apply audio rendering to all audio tracks. Applied right before rendering the output file
-sn
Disable the inclusion of subtitle streams in the output file
--extras
Add extra options for ffmpeg. Must be in quotes
--config
When set, look for `config.pal` and run it
--no-cache
Don't look for or write a cache file
--version
-V
Display version and halt