Quote:
Originally Posted by rdlnwdj
And I do understand your decision to not include duration on the LinkGrabber tab when it comes to general videos
|
That wasn't just a "no" in my answer.
I understand that this would be super nice and indeed it would probably be the best to be able to add custom columns and tell JD "use plugin property <duration>, put it in that column and maybe format it to data type <timeHumanReadable>" but at this moment that's just out of reach.
Quote:
Originally Posted by rdlnwdj
but for HLS streams, the situation is a little different, extimated filesizes sometimes deviate too much from the actual ones(mostly because many HLS streams nowadays use scene based encoding, opening titles with complicated effects and fast moving/switching scenes tend to give ffprobe wrong estimation on average bitrates)
|
Any examples for that?
Are the estimated filesizes mostly too high or too low?
Are they much better when doing another linkcheck afterwards or adding links with "Crawl mode: Slow"?
Quote:
Originally Posted by rdlnwdj
duration is sorted like this "1656000 175000 1769000 193000 1962000", so I guess problem is not solved here
|
Those internally stored duration values are given in milliseconds.
Quote:
Originally Posted by rdlnwdj
I checked your posts in this thread, and tried several m3u8 link properties in packagizer, "height, width, hlsBandwidth, duration_estimated_millis" did return values, while "hlsBandwidthAverage, bitrate, framerate, ffmpeg_codec_type, ffmpeg_codec_name, m3u8_codecs, m3u8_name" did not return any value.
|
Well that again depends on the "Crawl Mode" setting (to keep it simple).
When single-checking links, JD will obtain much more information by doing the FFprobe step.
In "Fast" or "Superfast crawl mode(s)", JDownloader will only be able to obtain the information given inside "master.m3u8" (hls list containing multiple streams) let's call it the "master playlist" and that information can vary.
The problem is that JD will only go through the Packagizer rules one time so when fast-adding links some information might be missing at that point as single online-check will be skipped. That information will be available later on downloadstart or when manually single-linkchecking such files.
Here are your options:
If you want to use the Packagizer and don't care about the speed:
- Set m3u8 Crawl Mode to "Slow" and that will work just fine
If you do care about speed + filenames:
- Use an EventScripter script instead of a Packagizer rule (much more complex!) so your filenames can be auto-altered at a later stage when all of those properties become available
Quote:
Originally Posted by rdlnwdj
With the newest rev.47128 core update, some links are still not getting recognized(missing audio codec) as they did back in september.
|
Jiaz will look into this once he finds the time.