included all scripts

This commit is contained in:
2022-02-25 20:46:07 +01:00
parent 70ee61a5ce
commit e67c26a2bc
6 changed files with 485 additions and 1 deletions

View File

@ -14,4 +14,31 @@
## Demo
![alt text](https://git.mosad.xyz/localhorst/codec_visualizer/raw/commit/197fd6273d812ae64f83e629b932a42abc2a4492/demo_output.png "demo output image")
![alt text](https://git.mosad.xyz/localhorst/media_management_scripts/raw/commit/197fd6273d812ae64f83e629b932a42abc2a4492/demo_output.png "demo output image")
# check_resolution
## Usage
`python ./check_resolution.py path`
## Features
- find all video files in path
- list following metadata:
- - Name
- - Duration
- - Filesize
- - codec
- - resolution
## Requirements
- ffmpeg
## Demo
TODO
# convert
TODO