transcode in reverse order
This commit is contained in:
parent
feb8596bfc
commit
371071ca47
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ fn main() {
|
|||
});
|
||||
|
||||
// rescale the video
|
||||
for res in Resolution::values() {
|
||||
for res in Resolution::values().into_iter().rev() {
|
||||
if res >= project.source.metadata.as_ref().unwrap().source_res {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue