Giter Club home page Giter Club logo

Comments (4)

ArneVogel avatar ArneVogel commented on August 17, 2024

I just checked with two vods and it worked normal for me. What vod did you try to download?

from concat.

GasperTomsic avatar GasperTomsic commented on August 17, 2024

Hmmm, it still doesn't work. Did you download full vod or chunked? Maybe I should be clearer and specifiy the chunked part of the script doesn't work. Here is an example:

I tried to download CohhCarnage vod.

vod link: https://www.twitch.tv/videos/239796789
From 01:00:45 to 01:20:45 in total 20 min long clip.
This example filled in official concat website. (Doesn't work in downloaded script either)
concat_bug_1

1:00:45 timestamp looks like this in CohhCarnage's vod section:
concat_bug_2

However this is the end result. As you can see the clip doesn't start anywhere even near the given timestamps and clip is 14 minutes long instead of 20.
concat_bug_3

Doesn't look like it happens in every clip. For example I just tried ThijsHS
https://www.twitch.tv/videos/239304303
from 3:10:00 to 3:20:00
and it worked properly. So something weird is going on.

from concat.

ArneVogel avatar ArneVogel commented on August 17, 2024

The problem seems to come from the faulty duration information of the m3u8 file. If you compile the newest version that should get fixed.

The old version trusted the chunk information in the header which fails with uneven durations of the chunks. In the vod the target duration was 6s and this is what the actuall duration of the chunks is.

#EXTINF:3.468,
557.ts
#EXTINF:5.632,
558.ts
#EXTINF:5.868,
559.ts
#EXTINF:5.600,
560.ts
#EXTINF:5.315,
561.ts
#EXTINF:4.567,

from concat.

GasperTomsic avatar GasperTomsic commented on August 17, 2024

Just compiled the newest version and it works properly.

Thank you for the help.

from concat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.