Joshiraku VS encode-scripts

Compare Joshiraku vs encode-scripts and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Joshiraku encode-scripts
1 1
2 85
- -
6.7 4.1
4 months ago 10 months ago
Kotlin Python
- Creative Commons Attribution Share Alike 4.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Joshiraku

Posts with mentions or reviews of Joshiraku. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Google Quietly Added HEVC Support in Chrome
    8 projects | news.ycombinator.com | 25 Oct 2022
    - <https://github.com/Kaleido-subs/Joshiraku>

    Regarding 'why' AV1 and other codecs like VP8/VP9 or VVC haven't really been used:

    1. Many of the private trackers have fairly strict rules in terms of standards (e.g., due to lack of hardware support, perceived differences in quality, etc., many don't allow <4K HEVC encodes at all, except in edge cases like when a streaming platform releases a new show in HEVC-only), so individual encoders and groups aren't always free to use whatever codecs they please.

    2. Many seem to find x264 easier to tune for certain types of media than x265, and even more so compared to AV1 and others.

    3. Many seem to believe that insert codec tends to produce worse results in certain circumstances or for certain content, so they will stick with x265 (or even x264 for the same reasons)

    4. Many find that, to truly achieve the same picture quality produced by x265, compression ratios often end up much worse than people claim, and thus the significant slow-down in encoding speed and loss of hardware support is not worth the minor reductions in size.

    #4 is likely the most common reason, as it was/is the same with those who prefer x264 over x265; HEVC video is definitely not "half the size" if you want it to look comparably good. And so, especially in the past with older hardware, it simply wasn't worth the tradeoffs; it's worth remembering that, in the case of piracy groups which distribute over P2P networks, no one is paying a AWS exorbitant amounts of money per terabyte of data transferred.

    These sites run off of 'free' bandwidth provided by users and cheap unmetered servers from companies like Hetzner, OVH, LeaseWeb, etc -- saving 10-30% in bandwidth often is not worth it at the expense of doubling your encode times (or significantly worse than doubling, in the case of AV1 and VVC) and alienating the people watching on older hardware.

encode-scripts

Posts with mentions or reviews of encode-scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Google Quietly Added HEVC Support in Chrome
    8 projects | news.ycombinator.com | 25 Oct 2022
    This'll be long-winded excitement to talk about the weird little community, but I think a lot of that depends on the circles you run in and the content you consume.

    There is surely a lot of low-effort GUI handbrake encodes online. But most of the """well-respected""" piracy groups put a surprising amount of effort into filtering and such to correct artifacts, both due to the compression and due to the source material itself.

    A lot of these people are using tools like VapourSynth with a variety of scripts they've put together and x264 or x265 directly rather than ffmpeg. You can see a couple of guides written about some of the processes they perform:

    - <https://silentaperture.gitlab.io/mdbook-guide/introduction.h...> (all video content)

    - <https://guide.encode.moe> (anime-focused)

    And some links to the kinds of filtering code pirates write for movies/tv/anime:

    - <https://git.concertos.live/OpusGang/EncodeScripts> (MANY VapourSynth and AviSynth scripts for both live-action content and anime)

    - <https://github.com/Beatrice-Raws/encode-scripts>

    And while not directly related to the encoding side of things, but if any of that is interesting, in addition to the encoding side of things, pirate fansubs also get pretty complex, particularly for anime since, unlike the unstyled SRT subs most people come across for foreign movies online, anime fansubs tend to use ASS [1] subtitles with lots of styling to accomplish things like cleanly replacing Japanese text in a letter someone is reading or adding non-distracting subtitles for background text (e.g., signs on buildings, etc).

    To do a lot of that, though, these subtitles often pack fonts into the video container to allow the media player to render things as expected without resorting to "hardsubbing" (i.e., pre-rendering the subtitles into the video itself)—which is one of many reasons container formats like Matroska (MKV) is so popular in those communities.

    An interesting thing to see come out of that is that I have noticed some fansubbing groups move to proper build tools, like Gradle, to automate portions of their workflows. As an example, SubKt, a Gradle plugin, allows them to essentially have CI/CD for their subtitling projects by doing integrity checks on the fonts, linting the subtitles/fonts to ensure the selected fonts actually have glyphs for all the text, templating and merging so that different team members can work on things like the script/timing while another does styling, and then packaging and publishing tasks to bundle everything up into an MKV at the end and upload the result to torrent sites.

    If any of that is interesting, here are some links to SubKt + some real-world finished projects making use of it:

    - <https://github.com/Myaamori/SubKt>

What are some alternatives?

When comparing Joshiraku and encode-scripts you can also consider the following projects:

enable-chromium-hevc-hardware-decoding - A guide that teach you enable hardware HEVC decoding & encoding for Chrome / Edge, or build a custom version of Chromium / Electron that supports hardware & software HEVC decoding and hardware HEVC encoding.

SVT-AV1

enable-chromium-hevc-hardware-deco

VSMPEG - Boilerplate VapourSynth script that handles a few common operations. It internally uses pvsfunc to handle scan, vfr, and vst.

aniyomi - An app for manga and anime

saikou - An Android Anilist client, which lets you stream & download Anime & Manga. [UnavailableForLegalReasons - Repository access blocked]

DotCrawlPlusPlus - A modernization of DotCrawlPlus, an filter that emulates analog artifacts.