Skip to content

Commit 45690e4

Browse files
authored
Ffmpeg8.0 and HDR updates. (#109)
* Adding ffmpeg-8.0, bumping version of libs too OIIO=3.0.9.1 OCIO=2.4.2 OpenEXR=3.3.5 Adding OpenJPH (for OIIO) AOM=3.12.1 SVT_AV1=3.1.0 Signed-off-by: [email protected] <[email protected]> * Revert back to PNG. Signed-off-by: [email protected] <[email protected]> * Missing fileseq and chrome for plotly. Signed-off-by: [email protected] <[email protected]> * Adding oapv and openjph. Signed-off-by: [email protected] <[email protected]> * MIssing image from test suite. Signed-off-by: [email protected] <[email protected]> * Adding bellnuiteHDTestchart.tif Signed-off-by: [email protected] <[email protected]> * Adding this 2-d animation test, to see how scaling affects them. Signed-off-by: [email protected] <[email protected]> * Fixing link to wiki. Signed-off-by: [email protected] <[email protected]> * Missing result images. Signed-off-by: [email protected] <[email protected]> * Replaced inline images with real images. Signed-off-by: [email protected] <[email protected]> * Big upgrade to HDR page, made some sense of the mastering parameters. Signed-off-by: [email protected] <[email protected]> * Change some of the colors for better visibility. Signed-off-by: [email protected] <[email protected]> * Color fixes. Signed-off-by: [email protected] <[email protected]> * More HDR tests. Signed-off-by: [email protected] <[email protected]> * Adding warning. Signed-off-by: [email protected] <[email protected]> --------- Signed-off-by: [email protected] <[email protected]>
1 parent 58f6e6d commit 45690e4

File tree

57 files changed

+5980
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5980
-143
lines changed

EncodeOpenAPV.md

Lines changed: 32 additions & 33 deletions
Large diffs are not rendered by default.

Quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ ffmpeg -y -loop 1 -i ../sourceimages/radialgrad.png \
166166
```
167167
We have seen the full range encoding work across all browsers, and a number of players including RV.
168168

169+
{: .important }
170+
Its worth noting however, that with the increasing support for 10-bit or more encoding, that its really preferable to use 10-bit legal range, rather than stick with 8-bit at all. The file size can be compariable if not a little smaller than 8-bit, and you will more likely eliminate many of the quantizing issues that you will see at 8-bit.
171+
169172
TODO: Do additional testing across all players.
170173

171174
For more details see:

_config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ exclude: ["ICC", "*.yml", "enctests/*/*.mov",
44
"enctests/sources/encsources/*/*.png", "enctests/sources/encsources/*/*.exr",
55
"enctests/sources/encsources/*/*.tif", "enctests/sources/hdr_sources/*/*.png",
66
"enctests/*/*.mov",
7+
"framerate/*",
78
"MarkdownNotes.md",
89
"enctests/sources/hdr_sources/*/*.exr", "enctests/sources/Sintel-trailer-1080p-png",
910
"enctests/sources/1080p"]
@@ -36,13 +37,13 @@ callouts:
3637
color: yellow
3738
important:
3839
title: Important
39-
color: blue
40+
color: yellow
4041
new:
4142
title: New
4243
color: green
4344
note:
4445
title: Note
45-
color: purple
46+
color: yellow
4647
warning:
4748
title: Warning
4849
color: red
@@ -65,6 +66,10 @@ nav_external_links:
6566
url: https://github.com/AcademySoftwareFoundation/EncodingGuidelines/issues
6667
hide_icon: false # set to true to hide the external link icon - defaults to false
6768
opens_in_new_tab: true # set to true to open this link in a new tab - defaults to false
69+
- title: Test Results
70+
url: https://encode.taurich.org/wedge_results/index.html
71+
hide_icon: false # set to true to hide the external link icon - defaults to false
72+
opens_in_new_tab: true # set to true to open this link in a new tab - defaults to false
6873
- title: Discussion
6974
url: https://github.com/AcademySoftwareFoundation/EncodingGuidelines/discussions
7075
hide_icon: false # set to true to hide the external link icon - defaults to false

0 commit comments

Comments
 (0)