We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be82f3b commit 88ed5a1Copy full SHA for 88ed5a1
av1an-core/src/settings.rs
@@ -565,6 +565,9 @@ properly into a mkv file. Specify mkvmerge as the concatenation method by settin
565
"FFMS2 is not installed, but it was specified as the chunk method"
566
);
567
}
568
+ if self.chunk_method == ChunkMethod::Select {
569
+ warn!("It is not recommended to use the \"select\" chunk method, as it is very slow");
570
+ }
571
572
if let Some(vmaf_path) = &self.vmaf_path {
573
ensure!(vmaf_path.exists());
0 commit comments