Tjoppen

Results 30 comments of Tjoppen

>If this will be improved perhaps it should use the ":a" ":v" suffix convention like ffmpeg instead to prevent collisions with options that begin with "a" or "v." Yes please....

> I was reviewing some things today, and I agree to merge this if you simply "add a property to set the amount of audio caching. Leave it unset by...

There is an upstream issue for this: https://github.com/iNPUTmice/Conversations/issues/1939

Here's a little proof-of-concept that works well enough for my purposes. In context.pyx: ```python cdef class CodecContext(object): # Default search_flags to AV_OPT_SEARCH_CHILDREN def opt_set_int(self, name: str, value: int, search_flags: int...

Small idea: put !groups as their own timelines next to the local and federated ones in the main UI. And in the user's own timeline of course :) To those...

Having an proper official way to set the bitrate and/or crf would be nice. This also ties into #174, which should be reopened

> I am confident that this is not a priority for anyone and nobody plans to work on it. Unless someone volunteers, I recommend that we close this as "won't...

Issues don't go away just because someone hasn't commented on them in a while.

>vertical was chosen as the way to handle interlace video I have a hard time seeing why this should be necessary. producer_avformat is only doing pixel format conversion (what sws...

I suspected as much. We'll see how the other ideas pan out once I manage to get them tested.