Rafał Dzięgiel

Results 472 comments of Rafał Dzięgiel

@mossymossmoss Green screen often occurs when GL fails at upload or colorspace conversion. The GL context selection was improved/fixed on Clapper git some time ago (but after last stable release),...

> Reason? > > Audio quality degradation, which can be heard as distortion. > In long-term usage, listening to software-amplified volume can damage/degrade listening hardware While I agree with the...

As surprising as it is... this request here needs more careful design planning then probably you initially imagine. I am gonna take it as our upcoming API request/related stuff. Considering...

> I wonder if were possible to paint the volume level widgets red if the level is > 100% This is already done in the new UI OSD: ![Screenshot from...

Note to self: We also need `--enqueue` option to allow adding media to the playback queue without opening it immediately

Added more command line options (at least important ones), so closing. For anything that is missing, separate/another issue(s) can be opened. ``` height, width, top, left for clapper window after...

Hi, thanks for contributing to Clapper project. The categories were recently removed from metainfo, as per: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#categories-and-keywords which says that they will be automatically pulled from `.desktop` file when building...

@1Maxnet1 So my understanding is that "linuxphoneapps" is using this very XML file to get the data by fetching it from app repo and parsing and not the generated later...

Can you play this file from command line successfully? ```sh GST_PLUGIN_FEATURE_RANK=vaav1dec:300 gst-play-1.0 --videosink=glimagesink "video.mkv" ```