├── LICENSE.md ├── README.md ├── files ├── audio-lossless.md ├── audio-mp3.md ├── color-coefficient.md ├── encodes-to-avoid.md ├── number-validator.py ├── readme-updater.py ├── series-and-movies-dvdr.md ├── tools.md └── web-abbreviation.md ├── nuke-reasons.md ├── series-and-movies-remux.md ├── series-and-movies-x264-hd.md ├── series-and-movies-x264-sd-and-480p.md └── series-and-movies-x265-hd-uhd.md /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/README.md -------------------------------------------------------------------------------- /files/audio-lossless.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/audio-mp3.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/color-coefficient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/files/color-coefficient.md -------------------------------------------------------------------------------- /files/encodes-to-avoid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/files/encodes-to-avoid.md -------------------------------------------------------------------------------- /files/number-validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/files/number-validator.py -------------------------------------------------------------------------------- /files/readme-updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/files/readme-updater.py -------------------------------------------------------------------------------- /files/series-and-movies-dvdr.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/files/tools.md -------------------------------------------------------------------------------- /files/web-abbreviation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/files/web-abbreviation.md -------------------------------------------------------------------------------- /nuke-reasons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/nuke-reasons.md -------------------------------------------------------------------------------- /series-and-movies-remux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/series-and-movies-remux.md -------------------------------------------------------------------------------- /series-and-movies-x264-hd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/series-and-movies-x264-hd.md -------------------------------------------------------------------------------- /series-and-movies-x264-sd-and-480p.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/series-and-movies-x264-sd-and-480p.md -------------------------------------------------------------------------------- /series-and-movies-x265-hd-uhd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encoding-hun/rules-and-standards/HEAD/series-and-movies-x265-hd-uhd.md --------------------------------------------------------------------------------