You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[* ] I am using the latest version of ffmpeg-normalize (run pip3 install --upgrade ffmpeg-normalize)
[* ] I am using the latest stable version of ffmpeg or a recent build from Git master
Expected behavior
Starting normalization.
Actual behavior
Error raised.
Command
The exact command you were trying to run:
for i in *.m4a; do ffmpeg-normalize $i; done
Any output you get when running the command with the --debug flag:
Traceback (most recent call last):
File "/Users/user/Music/Backing Tracks/venv/bin/ffmpeg-normalize", line 7, in <module>
from ffmpeg_normalize.__main__ import main
File "/Users/user/Music/Backing Tracks/venv/lib/python3.10/site-packages/ffmpeg_normalize/__main__.py", line 15, in <module>
from ._logger import setup_cli_logger
File "/Users/user/Music/Backing Tracks/venv/lib/python3.10/site-packages/ffmpeg_normalize/_logger.py", line 7, in <module>
import colorlog
ModuleNotFoundError: No module named 'colorlog'
Environment (please complete the following information):
macOS 12.6.3
Python 3.10.9
ffmpeg 5.1.2
The text was updated successfully, but these errors were encountered:
Checklist (please tick all boxes)
ffmpeg-normalize
(runpip3 install --upgrade ffmpeg-normalize
)ffmpeg
or a recent build from Git masterExpected behavior
Starting normalization.
Actual behavior
Error raised.
Command
The exact command you were trying to run:
Any output you get when running the command with the
--debug
flag:Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: