Michele0303 / tiktok-live-recorder

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

Ffmpeg is not installed error #60

Closed mariogrc closed 1 year ago

mariogrc commented 1 year ago

python main.py -user USER -mode automatic -ffmpeg

[*] URL FLV https://pull-q5-sg01.tiktokcdn.com/stage/stream-ROOMID_or4.flv

[*] STARTED RECORDING... [PRESS 'q' TO STOP RECORDING] [-] FFmpeg is not installed.



However when I run `pip install -r requirements.txt` it says
`Requirement already satisfied: ffmpeg-python in c:\users\user\appdata\local\programs\python\python310\lib\site-packages (from -r requirements.txt (line 3)) (0.2.0)`

Manual mode without -ffmpeg works fine. But trying to convert it to mp4 at the end gives the same error.
Michele0303 commented 1 year ago

Try: https://github.com/Michele0303/TikTok-Live-Recorder/issues/58

shadowdragon245 commented 10 months ago

i get this error #58 did not help

Michele0303 commented 10 months ago

i get this error #58 did not help

Show me:

WINDOWS (CMD/POWERSHELL): pip list | find "ffmpeg" LINUX: pip list | grep "ffmpeg"

shadowdragon245 commented 10 months ago

image

Michele0303 commented 10 months ago

image

Have you tried uninstalling and installing again?

mariogrc commented 10 months ago

In my case what solved the issue was going to https://www.ffmpeg.org/ and install ffmpeg from there. Idk what it is what I downloaded or if it's necessary but after that It worked

shadowdragon245 commented 10 months ago

install what and where? and yes have reinstalled it

Michele0303 commented 10 months ago

install what and where? and yes have reinstalled it

Do not use the -ffmpeg flag

shadowdragon245 commented 10 months ago

then i cant do auto?