mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 20:22:01 -06:00
Manually burn-in subtitles only if no pre-burned video is available (#268)
This commit is contained in:
parent
14e71c05b8
commit
2c37093959
5 changed files with 88 additions and 14 deletions
|
|
@ -2,6 +2,8 @@ use lazy_static::lazy_static;
|
|||
use regex::Regex;
|
||||
use std::str::FromStr;
|
||||
|
||||
pub const SOFTSUB_CONTAINERS: [&str; 3] = ["mkv", "mov", "mp4"];
|
||||
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub enum FFmpegPreset {
|
||||
Predefined(FFmpegCodec, Option<FFmpegHwAccel>, FFmpegQuality),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue