Enum VideoCaptureOutputFormat
Video Capture SDK output format.
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public enum VideoCaptureOutputFormat
Fields
Name | Description |
---|---|
AVI | AVI. |
AnimatedGIF | Animated GIF. |
Custom | Custom output format. |
DV | DV. |
DirectCaptureASF | ASF output without reencoding. |
DirectCaptureAVI | AVI output without reencoding. Can be used for some specific devices. Part of VisioForge DirectCapture technology. |
DirectCaptureCustom | MP4 container output without reencoding. Can be used for H264/AAC and other codecs. Part of VisioForge DirectCapture technology. |
DirectCaptureDV | DV AVI output without reencoding. Part of VisioForge DirectCapture technology. |
DirectCaptureMKV | MKV container output without reencoding. Can be used for H264/AAC and other codecs. Part of VisioForge DirectCapture technology. |
DirectCaptureMP4_GDCL | MP4 container output without reencoding. Can be used for H264/AAC and other codecs. Part of VisioForge DirectCapture technology. |
DirectCaptureMP4_Monogram | MP4 container output without reencoding. Can be used for H264/AAC and other codecs. Part of VisioForge DirectCapture technology. |
DirectCaptureMPEG | MPEG TS or PS output without reencoding. Part of VisioForge DirectCapture technology. |
Encrypted | Encrypted video. |
FFMPEG | FFMPEG codecs output. |
FFMPEG_EXE | FFMPEG output using console application. |
FLAC | FLAC. |
M4A | AAC audio in M4A/MP4 container. |
MKVv1 | Matroska. |
MKVv2 | Modern MKV output. |
MOV | Apple MOV output. |
MP3 | MP3 output using LAME encoder. |
MP4 | H264 encoded video, AAC audio, in MP4 container, CPU encoder. |
MP4_HW | H264/H265 encoded video, AAC audio, MP4 output, GPU encoders. |
MPEGTS | MPEG-TS |
OggVorbis | Ogg Vorbis. |
PCM_ACM | PCM or ACM. |
Speex | Speex. |
VLC_EXE | VLC output using console application. |
WMA | Windows Media Audio. |
WMV | Windows Media Video. |
WebM | WebM output. http://www.webmproject.org/ . |