This commit is contained in:
jb-alvarado 2024-05-07 15:22:16 +02:00
parent cbce5e6925
commit 893ab4f26b

@ -101,6 +101,7 @@ impl Filters {
chain.push_str(&format!("{sep}{filter}"));
} else {
chain.push_str(&format!(
// build audio/video selector like [0:a:0]
"{sep}[{position}:{filter_type}:{track_nr}]{filter}",
));
}