This is a script that converts the frame rate of mp4 files.
$ pyenv local
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python convert-mp4-file.py
$ deactivate
This is a script that converts the frame rate, height, and width of mp4 files.
Python