https://github.com/gianni-rosato/svt-av1-psy
The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) with perceptual enhancements for psychovisually optimal AV1 encoding
https://github.com/gianni-rosato/svt-av1-psy
av1 av1-codec av1-encoder
Last synced: 5 months ago
JSON representation
The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) with perceptual enhancements for psychovisually optimal AV1 encoding
- Host: GitHub
- URL: https://github.com/gianni-rosato/svt-av1-psy
- Owner: gianni-rosato
- License: bsd-3-clause-clear
- Created: 2024-01-04T20:34:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-22T03:58:01.000Z (5 months ago)
- Last Synced: 2024-12-22T04:29:20.611Z (5 months ago)
- Topics: av1, av1-codec, av1-encoder
- Language: C
- Homepage: https://svt-av1-psy.com
- Size: 73.1 MB
- Stars: 279
- Watchers: 13
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: Docs/README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-BSD2.md
Awesome Lists containing this project
README
[Top level](../README.md)
# Documentation
## Guides
- [System Requirements](System-Requirements.md)
- [How to run SVT-AV1 within ffmpeg](Ffmpeg.md)
- [Standalone Encoder Usage](svt-av1_encoder_user_guide.md)
- [List of All Parameters](Parameters.md)
- [Build Guide](Build-Guide.md)
- [SVT-AV1 Contribution Guide](Contribute.md)
- [Common Questions/Issues](CommonQuestions.md)## Design Documents
- [Encoder Design](svt-av1-encoder-design.md)## Technical Appendices
- [Altref and Overlay Pictures Appendix](Appendix-Alt-Refs.md)
- [CDEF Appendix](Appendix-CDEF.md)
- [CfL Appendix](Appendix-CfL.md)
- [Compliant Subpel Interpolation Filter Search Appendix](Appendix-Compliant-Subpel-Interpolation-Filter-Search.md)
- [Compound Mode Prediction Appendix](Appendix-Compound-Mode-Prediction.md)
- [Deblocking Loop Filter (LF) Appendix](Appendix-DLF.md)
- [Film Grain Synthesis](Appendix-Film-Grain-Synthesis.md)
- [Global Motion Appendix](Appendix-Global-Motion.md)
- [Intra Block Copy Appendix](Appendix-Intra-Block-Copy.md)
- [IPP Pass Appendix](Appendix-IPP-Pass.md)
- [Local Warped Motion appendix](Appendix-Local-Warped-Motion.md)
- [Mode Decision Appendix](Appendix-Mode-Decision.md)
- [Motion Estimation Appendix](Appendix-Open-Loop-Motion-Estimation.md)
- [Overlapped Block Motion Compensation Appendix](Appendix-Overlapped-Block-Motion-Compensation.md)
- [Palette Prediction Appendix](Appendix-Palette-Prediction.md)
- [Rate Control Appendix](Appendix-Rate-Control.md)
- [Recursive Intra Appendix](Appendix-Recursive-Intra.md)
- [Restoration Filter Appendix](Appendix-Restoration-Filter.md)
- [SQ Weight Appendix](Appendix-SQ-Weight.md)
- [Super-resolution Appendix](Appendix-Super-Resolution.md)
- [Temporal Dependency Model](Appendix-TPL.md)
- [Transform Search Appendix](Appendix-TX-Search.md)
- [Reference Scaling Appendix](Appendix-Reference-Scaling.md)
- [Variance Boost Appendix](Appendix-Variance-Boost.md)