Files
ersatztv/ErsatzTV.FFmpeg/StreamKind.cs
T
Jason DoveandGitHub df45b93819 burn in picture-based subtitles (#718)
* add subtitle mode setting

* start to add subtitle support

* cuda test

* move subtitle settings from ffmpeg profile to channel

* fix image-based subtitles

* experimental wip

* subtitle fixes
2022-03-31 18:15:57 -05:00

10 lines
102 B
C#

namespace ErsatzTV.FFmpeg;
public enum StreamKind
{
Audio,
Video,
Subtitle,
All
}