-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A number of updates to the main documentation. (#80)
* Sws flags2 (#75) * Minor cleanup. Signed-off-by: [email protected] <[email protected]> * Image sequence when doing a seq.head() will include the period, this will strip it off. Signed-off-by: [email protected] <[email protected]> * Document why I'm truncating the basepath, but also only truncate if necessary. Signed-off-by: [email protected] <[email protected]> * Cleanup of class variables. Signed-off-by: [email protected] <[email protected]> * Better handling of path variable, making sure that path() is returning a pathlib class. Signed-off-by: [email protected] <[email protected]> * For some reason I was truncating the basepath, when creating the image-sequence-reference, which was wrong. Signed-off-by: Sam Richards <[email protected]> Signed-off-by: [email protected] <[email protected]> * Fixing report labels. Signed-off-by: [email protected] <[email protected]> * For 444 the sws_flags are not needed. Signed-off-by: [email protected] <[email protected]> * Lanczos for downsampling. Signed-off-by: [email protected] <[email protected]> * Adding zoneplate documentation. Signed-off-by: [email protected] <[email protected]> * Changing the title on the doc testing. Signed-off-by: [email protected] <[email protected]> * Add the creation of the zoneplate. Signed-off-by: [email protected] <[email protected]> * If we are extracting from YUV files, its good to have full_chroma_int enabled. Signed-off-by: [email protected] <[email protected]> * If we are using one of the generated images as the reference image, we dont need to do further processing. Signed-off-by: [email protected] <[email protected]> * Baseline sws_flags tests for RGB to YUV tests. Signed-off-by: [email protected] <[email protected]> * Added checks for exit code, and added a config file that forces that test. Signed-off-by: [email protected] <[email protected]> * Fix the broken link. Signed-off-by: [email protected] <[email protected]> * Incorrectly were using area and other sws_flags when they either had no input, or gave a poor result. We are now defaulting to the defaults for most RGB to YCrCb cases, and only using lanczos for YCrCb conversion rather than area or spline. Signed-off-by: [email protected] <[email protected]> * Adding in some of the other sws_flag tests. Signed-off-by: [email protected] <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Sam Richards <[email protected]> Co-authored-by: [email protected] <[email protected]> Signed-off-by: [email protected] <[email protected]> * Some missing images needed for the test suite. Signed-off-by: [email protected] <[email protected]> * Make it clear where the animation chart came from. Signed-off-by: [email protected] <[email protected]> * Make paths relative. Signed-off-by: [email protected] <[email protected]> * Reworking script, since we now have the yml files in the folder already, we cant use the check that the directory exists. Separately, the colorspace needed some love for OCIO2.2 Signed-off-by: [email protected] <[email protected]> * Make sure the shell scripts end up with unix line endings. Signed-off-by: [email protected] <[email protected]> * More tests for sws tests. Signed-off-by: [email protected] <[email protected]> * Templates used for scaling image tests. Signed-off-by: [email protected] <[email protected]> * Adding missing zoneimage test charts, these are generated by ffmpeg, but its handy to have them pre-built. Signed-off-by: [email protected] <[email protected]> * VMAF Environment variables (#77) * On the different platforms, its easier to just assume the VMAF model directory exists somewhere rather than the whole lib directory. So we have changed the environment variable to be VMAF_MODEL_DIR Signed-off-by: richardssam <[email protected]> Signed-off-by: [email protected] <[email protected]> * Comparing different av1 codecs. Signed-off-by: [email protected] <[email protected]> * Adding a scale test. Signed-off-by: [email protected] <[email protected]> * Merge to main Signed-off-by: [email protected] <[email protected]> * Adding in -vf scale filters to fix color issues with HDR conversion. Signed-off-by: [email protected] <[email protected]> * A little cleanup of the AOM section. Signed-off-by: [email protected] <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Sam Richards <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: richardssam <[email protected]>
- Loading branch information
1 parent
e46adb5
commit a63f008
Showing
25 changed files
with
676 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.py text=lf | ||
*.sh text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
enctests/sources/hdr_sources/sparks2_hlg/sparks2_hlg.%05d.png.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
enctests/sources/hdr_sources/sparks2_srgb/sparks2_srgb.%05d.png.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.