media_management_scripts/README.md

45 lines
624 B
Markdown
Raw Normal View History

2022-01-25 22:06:43 +01:00
# codec_visualizer
2022-01-25 22:31:14 +01:00
## Usage
`python ./codec_analyzer.py file file`
## Features
- mutiple resolutions
- all codecs from ffmpeg
- zoomed in subframe
## Requirements
- ffmpeg
## Demo
2022-01-25 22:33:17 +01:00
2022-02-25 21:02:22 +01:00
![alt text](https://git.mosad.xyz/localhorst/media_management_scripts/raw/commit/e67c26a2bcbc6be4674bd0e852254d2afb481ea5/codec_visualizer/demo_output.png "demo output image")
2022-02-25 20:46:07 +01:00
# 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