Purpose: | CAPTURE does video and / or audio screen capture. It supports H264, H265, VP80, VP90, MP3, FLAC, and AAC. |
Format: | CAPTURE "filename" [/= /Start=n /End=n /FPS=n /HWND=n /Monitor=n /Rect=top,left,bottom,right /Video=[H264 | HEVC | VP80 | VP90] /AudioFormat=[MP3 | AAC | FLAC] /AudioFrom="name" /Threads=n /C /E /P].. |
"filename" - The output filename (.mp4 or .asf for video; .mp3, .aac, .flac for audio)
Usage:
If you do not specify /End, CAPTURE will continue capturing the screen until you call it again with the /E option.
If you do not specify /HWND or /RECT, CAPTURE will capture the desktop.
CAPTURE runs in a separate thread, so it will not block the current TCC / Take Command window.
Options:
/= | Display the SHORTCUT command dialog to help you set the command line options. The /= option can be anywhere on the line; additional options will set the appropriate fields in the command dialog. |
/E | End the capture. If you do not specify /End, CAPTURE will continue capturing video and/or audio until you do a CAPTURE /E. |
/End | The end time in seconds. If you do not specify /End, you will need to run CAPTURE /E to stop the capture. |
/AudioFrom | The friendly name of the audio source. You can use wildcards in the name; for example: /AudioFrom="HD Audio*" |