Alexander Frenzel

Results 16 comments of Alexander Frenzel

I kind of have the same issue as I use `python -m venv .venv` instead of creating the environment using `virtualenv`. To support this, we could "simply" check whether `$AUTOSWITCH_FILE`...

There are some guidelines on settings for VP9. This codec might be a good default as it has better compression than VP8 and is already supported by all [major browser](https://en.wikipedia.org/wiki/HTML5_video#Browser_support)....

Hey @ajeema , the idea of the package is, to provide a simple way of video encoding for non-video-compression experts and the one video will automatically be encoded to all...

Hi @RobRoseKnows , the new backend would be published as a separate package, the only thing that should be part of the PR is the *optional* `extra_requires` dependency, which will...

Nice! Thanks a lot for your contribution. I really like the idea of mixing a play button with some sort of "conversion" arrows. Will think about where to put this...

Hi @reallinfo, now it took me ages to decide on a logo :roll_eyes: but I finally pick the bottom left one :) Would be nice if you could integrate the...

Nice :) I like the first one! Thanks a lot for your effort!

Hi @reallinfo, thanks again for creating this icon. It's been a while and I was thinking about integrating it finally into the project. Are you still interested in continuing on...

Good catch. Haven't used my app with the django admin yet, which is why i didn't get that issue. Unfortunatly i am quite busy right now and have no time...

yeah, that's basically why it isn't supported. Currently we only do one pass without being able to reuse the logs for a second pass :) Pull Requests are welcome!