using dataclass, codec statistics
This commit is contained in:
17
README.md
17
README.md
@ -17,7 +17,7 @@
|
||||

|
||||
|
||||
|
||||
# check_resolution
|
||||
# check_metadata
|
||||
|
||||
## Usage
|
||||
|
||||
@ -34,11 +34,24 @@
|
||||
|
||||
## Requirements
|
||||
- ffmpeg
|
||||
- pip3 install tqdm
|
||||
|
||||
## Demo
|
||||
```
|
||||
The_Movie_01.mkv | 2:18:21 | 1.57 GiB | h264 | 1920x1080
|
||||
The_Movie_02.mkv | 1:52:11 | 1.92 GiB | h264 | 1916x798
|
||||
The_Movie_03.mkv | 2:23:11 | 1.05 GiB | av1 | 1920x804
|
||||
...
|
||||
The_Movie_04.mkv | 2:18:24 | 1.21 GiB | h264 | 720x560
|
||||
|
||||
TODO
|
||||
h264 | 3 files | 87.7%
|
||||
hevc | 8 files | 6.3%
|
||||
mpeg4 | 11 files | 2.7%
|
||||
av1 | 10 files | 2.4%
|
||||
vp9 | 4 files | 1.0%
|
||||
|
||||
total 36 files
|
||||
```
|
||||
# convert
|
||||
|
||||
TODO
|
||||
|
Reference in New Issue
Block a user