Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
352 stars 94 forks source link

cannot get it to recognize I have ffmpeg installed #107

Closed aaronauthor closed 1 week ago

aaronauthor commented 5 months ago

"$ python main.py -user **** -mode automatic -output /c/Users//Videos/tiktok-lives -ffmpeg --auto-convert [] 2024-02-25 22:32:00 - INFO - USERNAME: **** [*] 2024-02-25 22:32:00 - INFO - ROOM_ID: ** [] 2024-02-25 22:32:05 - INFO - LIVE URL: super long url [] 2024-02-25 22:32:05 - INFO - STARTED RECORDING... [] 2024-02-25 22:32:05 - INFO - [PRESS 'q' TO STOP RECORDING] [] 2024-02-25 22:32:05 - ERROR - FFmpeg is not installed"

and then

"$ pip install FFmpeg Requirement already satisfied: FFmpeg in c:\users*****\appdata\local\programs\python\python310\lib\site-packages (1.4)"

Michele0303 commented 1 week ago

Run:

pip uninstall ffmpeg
pip install ffmpeg-python