scripts to manage your movies and tvshow
Go to file
Hendrik Schutter e67c26a2bc included all scripts 2022-02-25 20:46:07 +01:00
check_resolution included all scripts 2022-02-25 20:46:07 +01:00
codec_visualizer included all scripts 2022-02-25 20:46:07 +01:00
convert included all scripts 2022-02-25 20:46:07 +01:00
.gitignore Initial commit 2022-01-25 22:06:43 +01:00
LICENSE Initial commit 2022-01-25 22:06:43 +01:00
README.md included all scripts 2022-02-25 20:46:07 +01:00
check_Names_and_Paths.sh included all scripts 2022-02-25 20:46:07 +01:00
codec_visualizer.py added script 2022-01-25 22:31:14 +01:00
demo_output.png added script 2022-01-25 22:31:14 +01:00

README.md

codec_visualizer

Usage

python ./codec_analyzer.py file file

Features

  • mutiple resolutions
  • all codecs from ffmpeg
  • zoomed in subframe

Requirements

  • ffmpeg

Demo

alt text

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