7x11x13 / songs-to-youtube

Desktop application alternative to sites like TunesToTube, audioship, tovid.io, etc
https://pypi.org/project/songs-to-youtube/
210 stars 12 forks source link

Cookies expiring before videos being rendered #52

Closed Blinkot closed 8 months ago

Blinkot commented 8 months ago

I'm trying to upload a 10 songs album with 1 hour and 9 minutes of length into 2048*2048 videos with 6 ffmpeg workers. Whenever i try to upload videos, the rendering takes so long that the cookies expire by the time the videos are rendered. Is it normal for the cookies to expire this quickly or the encoding being this slow ? I get around 0.3x realtime when encoding in VP9 on my machine.

7x11x13 commented 8 months ago

What version of FFmpeg are you using?

Blinkot commented 8 months ago

i'm running version 6.1.1

7x11x13 commented 8 months ago

Can you try downgrading to version 4.4.1 and see if it works? I've had trouble with some of the latest versions.

Blinkot commented 8 months ago

i was running into some issues with axiom and anything higher than the version packaged with it too, I will try that tomorrow

7x11x13 commented 8 months ago

I've updated the rendering commands in v0.12.12 so they work with FFmpeg 6.1 Unfortunately they don't work with older versions of FFmpeg anymore but I've decided it's better to support new versions of FFmpeg

Blinkot commented 8 months ago

alright, didn't get to try the older versions yet, i'll let you know how it goes with newer ffmpeg versions

Blinkot commented 8 months ago

all good, not getting issues anymore, literally takes less than 15 secs to render compared to like 15 minutes before