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
- Host: GitHub
- URL: https://github.com/peroxy/h264-10bit-finder
- Owner: peroxy
- Created: 2023-01-01T13:32:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-21T20:26:59.000Z (5 months ago)
- Last Synced: 2026-02-22T01:20:00.866Z (5 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```