Skip to content

Commit 53f3659

Browse files
committed
Fix x265 target quality
Closes #907
1 parent e6b29a5 commit 53f3659

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

av1an-core/src/encoder.rs

+4
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ impl Encoder {
762762
"fast",
763763
"--crf",
764764
q.to_string(),
765+
"--input",
766+
"-",
765767
],
766768
}
767769
}
@@ -799,6 +801,8 @@ impl Encoder {
799801
"--y4m",
800802
"--crf",
801803
q.to_string(),
804+
"--input",
805+
"-",
802806
],
803807
}
804808
}

0 commit comments

Comments
 (0)