scripts to manage your movies and tvshow
Go to file
2022-02-25 21:01:35 +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
check_Names_and_Paths.sh included all scripts 2022-02-25 20:46:07 +01:00
LICENSE Initial commit 2022-01-25 22:06:43 +01:00
README.md delete old scripy 2022-02-25 21:01:35 +01:00

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