-
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.
* Adding link to Nextgen white-paper. Signed-off-by: [email protected] <[email protected]> * The readme links were not working on the home page, so cut them out and added a link to the main encoding guidelines. Signed-off-by: [email protected] <[email protected]> * Updates adding in lossless encoding. Signed-off-by: [email protected] <[email protected]> --------- Signed-off-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
2821106
commit 3a75b36
Showing
5 changed files
with
47 additions
and
39 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,36 +1,17 @@ | ||
# ORI Video Encoding recommendations. | ||
|
||
The formatted documentation is at [https://academysoftwarefoundation.github.io/EncodingGuidelines/](https://academysoftwarefoundation.github.io/EncodingGuidelines/). | ||
|
||
This repository contains a variety of test suites to help pick encoding profiles suitable for VFX/Animation media reviews. | ||
We are trying to develop best practices, so we will suggest a good starting point, but there isn't a right answer for all cases. We also try to explain what the encoding parameters do, and in what situations you might want to choose different parameters. | ||
This is not the site for general encoding, although you may find answers here, we will likely opt for a simple one-size fits all solution over file-size efficiency. | ||
We welcome suggestions and improvements. | ||
|
||
This work is being done as part of the [ASWF Open Review Initiative](https://openreviewinitiative.org/). We are grateful for the ASWF for creating the collaborative cross company environment that allows such projects to exist. | ||
|
||
The main wiki page for this for now is [here](https://wiki.aswf.io/pages/viewpage.action?pageId=16031068) | ||
The main wiki page for this for now is [here](https://wiki.aswf.io/pages/viewpage.action?pageId=16031068). | ||
|
||
|
||
### Acknowledgements <a name="Acknowledgements"></a> | ||
|
||
1. [Acknowledgements](#Acknowledgements) | ||
2. [Encoding Cheat Sheet](Quickstart.html) | ||
3. [Encoding Overview](Encoding.html#Encoding-Overview) | ||
4. [Color space conversion](ColorPreservation.html#Color-space-conversion) | ||
5. [Media Encoding with ffmpeg](ColorPreservation.html#encodestart) | ||
1. [Frame sequence specification](FfmpegInputs.html) | ||
2. [RGB to YCrCb Conversion](ColorPreservation.html#yuv) | ||
3. [TV vs. Full range.](ColorPreservation.html#tvfull) | ||
4. [RGB encode](RGBEncoding.html) | ||
5. [Useful Ffmpeg Filters.](OtherFfmpegArgs.html) | ||
6. [HDR Encoding](HDR_Encoding.html) | ||
7. [Adding Timecode and Editorial Workflow](EditorialWorkflow.html) | ||
6. [Codec Comparsions](Encoding.html#encode) | ||
1. [h264](Encodeh264.html) | ||
2. [Prores](EncodeProres.html) | ||
3. [AV1](EncodeAv1.html) | ||
4. [HEVC/H.265](EncodeHevc.html) | ||
5. [MJPEG](EncodeMJPEG.html) | ||
6. [VP8](EncodeVP8.html) | ||
6. [VP9](EncodeVP9.html) | ||
7. [DNxHD](EncodeDNXHD.html) | ||
7. [Metadata NCLC/NCLX](ColorPreservation.html#nclc) | ||
1. [Gamut - colorprimaries](ColorPreservation.html#gamut) | ||
2. [Color Range](ColorPreservation.html#range) | ||
8. [Web Review](ColorPreservation.html#webreview) | ||
This document is a result of feedback from many people, in particular I would like to thank Kevin Wheatley, Trevor Aylward, Mark Reid, Gates Roberg Clark, Rick Sayre, Wendy Heffner and J Schulte for their time and patience. |
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