Open faissaloo opened 3 years ago
I thought ffmpeg automatically handles this. I know that it does for -ss -to
cutting atleast. Idk if it works for complex filter.
Hmm what specifically is ffmpeg handling in those cases? I don't know of any reasonable way that ffmpeg could automatically handle this. Either way it's most definitely a problem on Sponskrub's side, we should be giving ffmpeg good data.
I'm guessing the issue has something to do with the fact that ffmpeg rounds times containing fractional parts and we run into that because Sponsorblock doesn't send back times in PTS format but rather as timestamps with a fractional part.
I've sent a message to the Sponsorblock Discord either way since the lack of PTS formatted times in an issue that would be good to get addressed independently of whether or not it's the specific cause here.
oh, nevermind. Seems like I didnt correctly understand the issue. Sorry
It's cool :)
I downloaded via youtube-dl with keep metadata and since it ends up trying to cut the chapters on the video down we end up with this mess, might be a good opportunity to make cuts more precise:
[ffmetadata @ 0x55912b9f8c00] Chapter end time 69 before start 70
chapters on the video as of writing are:
https://www.youtube.com/watch?v=I8ac9hzagbs There will probably be other instances of this being an issue so just dump 'em here so we have a wide range of samples