Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Sep 16, 2024
1 parent 0f33763 commit 82fa139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/args/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub struct Encode {
/// scores represent the quality of input stream *after* applying filters compared
/// to the encoded result.
/// This allows filters like cropping to work with VMAF, as it would be the
/// cropped stream that is VMAF compared to a cropped-then-encoded stream. These
/// cropped stream that is VMAF compared to a cropped-then-encoded stream. Such filters
/// would not otherwise generally be comparable.
///
/// A consequence is the VMAF score will not reflect any quality lost
Expand Down

0 comments on commit 82fa139

Please sign in to comment.