An open API service indexing awesome lists of open source software.

https://github.com/peroxy/h264-10bit-finder

Shell script that finds all x264 video files that have 10 bits bit depth
https://github.com/peroxy/h264-10bit-finder

Last synced: 26 days ago
JSON representation

Shell script that finds all x264 video files that have 10 bits bit depth

Awesome Lists containing this project

README

          

# h264-10bit-finder

Bash shell script that finds all h264 video files that have 10 bits of bit depth.

Mainly used to find all annoying x264 10-bit Anime rips that don't work nicely on my media center hardware.

## Usage

[Mediainfo](https://mediaarea.net/en/MediaInfo) must be installed.

```bash
chmod +x finder.sh

./finder.sh ~/Videos
# outputs file paths:
# /home/peroxy/Videos/Neon.Genesis.Evangelion.S01E01.Angel.Attack.HDTV-720p.mkv
# /home/peroxy/Videos/Demon.Slayer-.Kimetsu.no.Yaiba.S02E02.Deep.Sleep.Bluray-1080p.mkv
```