Michele0303 / tiktok-live-recorder

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

FFMpeg in the background #32

Closed TheDrawingCoder-Gamer closed 1 year ago

TheDrawingCoder-Gamer commented 1 year ago

Because lives sometimes stutter/break connection, mp4s sometimes get ended early. This means that if a -y option was added and was called, it would spend a while fixing up the mp4 while a live is still going on. If ffmpeg was sent to the background somehow on multithreaded systems, new lives can immediately be recorded while conversion is going on.

Michele0303 commented 1 year ago

I will modify in such a way, that it will directly happen the download with ffmpeg, if it is present -y

TheDrawingCoder-Gamer commented 1 year ago

I will modify in such a way, that it will directly happen the download with ffmpeg, if it is present -y

if I am reading ffmpeg, you can directly convert m3u8 to mkv

Michele0303 commented 1 year ago

I will modify in such a way, that it will directly happen the download with ffmpeg, if it is present -y

if I am reading ffmpeg, you can directly convert m3u8 to mkv

Sometimes the m3u8 link cannot be found, that's why I prefer to download with flv

TheDrawingCoder-Gamer commented 1 year ago

I will modify in such a way, that it will directly happen the download with ffmpeg, if it is present -y

if I am reading ffmpeg, you can directly convert m3u8 to mkv

Sometimes the m3u8 link cannot be found, that's why I prefer to download with flv

You are right, I modified my local version and got a 404. there goes ~30 minutes of custom wood burning footage LOL