media_management_scripts/README.md
2022-02-25 20:46:07 +01:00

45 lines
607 B
Markdown

# codec_visualizer
## Usage
`python ./codec_analyzer.py file file`
## Features
- mutiple resolutions
- all codecs from ffmpeg
- zoomed in subframe
## Requirements
- ffmpeg
## Demo
![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