• 4 Posts
  • 86 Comments
Joined 3 months ago
cake
Cake day: February 11th, 2026

help-circle





  • Don’t get me wrong, suggestions are appreciated, but you’re answer is absolutely typical of a Stack overflow “huhuh well don’t do it wrong then” comment. You could have, for example, said you don’t use Synapse but this is why you like Continuwuity. (edit: not prescribing speech, giving an example of how your comment could have read better)

    As well, I take issue with the idea that people can only ask for help in sanctioned forums. This is a self-hosting community, after all; I am here not only to learn but to share what I learn, which I thought was the whole point.





  • What gives you’re instance of anything any importance.

    As in, why would anyone sign up on my instance? Why would anyone come see my content?

    Answer me this: Why would they have to sign up, or come to my instance, to see my content? If I’m not broadcasting objectionable shit, my instance will remain federated, so everyone will see posts from me and my instance on their preferred instance. And I’ll see all their content, on my own instance.

    The problem you’re imagining is already solved. Even if a big popular instance gets bought, or taken over by fiat, defederation works as a solution; the content is posted by users, so there’ll just be an explosion of content from a different instance as everyone moves.


  • Ah, I’ll put in a zoom feature, that’s a good idea!

    Remind me of the hardware you’re running on? 22 hours for a 4k HDR movie sounds about in the ballpark for converting on CPU. I’ve just switched to Linux (Mint, not Cachy) and I think there’s an issue with detecting GPU on Linux, so this’d track (or you have Precision Mode enabled) - if you see “libx265” or “libx264” in the top right, you’re on CPU. I’m looking into this one.

    Can I ask which version you downloaded? I’ll look into the DVTools/MP4box issue.

    Also, yes, I removed the codec and container selection boxes - it’s HEVC/MKV by default unless you go for “Compatibility Mode” in which case you get H.264/MP4. “Preserve AV1” of course preserves AV1 which is incompatible with MP4 so they’re mutually exclusive.










  • Ah-ha, thanks for the update on Docker! Saves me going down that rabbit hole 😅

    On the files on the NAS: yep, that’s by design. My files are across the WAN, not LAN, so I built it to stage remote files locally before transcoding. It currently pulls a file, transcodes it, and moves it wherever you chose for output. This does mean that going over a network is slow, because you have to wait for the staging and cleanup before doing another file. That’s deliberately conservative though; I wanted to avoid saturating networks in case the network operator takes exception to that sort of thing. A secondary benefit is that the disk space required for operations is just twice the size of the source file - very low chance of having to pause a job because the disk monitoring detected there’s no room.

    I’ll look at putting in an override that disregards the network and treats remote files as local for you!