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

Quality #51

Closed guitiba05 closed 1 year ago

guitiba05 commented 1 year ago

does the script downloads the live in source quality?

aCS6 commented 1 year ago

Thank you for reaching out! I appreciate your question, but I'm afraid I'm not entirely clear on what you mean by 'source quality.' Could you please provide more context or clarify your question? This will help me better understand your concern and provide you with an accurate response. I'm here to assist you further!

booleangit commented 1 year ago

does the script downloads the live in source quality?

It does. However, if you use the -ffmpeg option, it will produce a larger file with lower quality. This is because the dev used the transcode parameter instead of just "-c copy". If he fixes that, you've got the best tool available.

So in the meantime just convert the stream manually afterwards using ffmpeg; it will only take a few seconds.