Aneimitys

Results 146 comments of Aneimitys

I tried compiling ffmpeg again with cuda and libavutil: `--incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --enable-libmp3lame --enable-libopenjpeg --enable-libx265 --enable-nvenc --enable-libx264 --enable-shared --enable-pic --enable-nonfree --enable-cuvid --enable-nvenc --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64` then uninstalled `ffmpeg` and `libavutil` from...

Update: It seems that `OPT_FFMPEG` is only used by Filter. But it is not what I want. Reasons: 1. It does not create videos real-time. The best I can do...

Update: I put `cuda` into Source -> Source -> DecoderHWAccelName and it worked. Now `nvidia-smi dmon` reports decoding usage. For some reason, this did not work before, and since the...

> Hello, > > My workaround now is mentioned here: https://forums.raspberrypi.com/viewtopic.php?t=323390&sid=9327da4837fe5a986060d9e3c64c46c1 > > It is just some simple config setup, which will end up in rebooting the old v4l2driver. >...

What is the major goal here by making database public _in addition to_ the public API? What do you want to achieve with this?

``` 0 ``` Shorts don't have exact like counts. So we can't do formatting. https://github.com/Anarios/return-youtube-dislike/blob/e4a52fe4de26fdae851cb6446fedd53c525323e8/Extensions/combined/src/state.js#L153 Here, return `false` instead, so we can use RYD server data for exact like counts....

@ErykDarnowski Don't worry, and don't give up! Just do this one thing: always make a new branch from your main branch (assuming yours is always up to date with upstream)...

For that, you can do this trick: Create a new branch as if you want to make another PR. Cherry-pick all commits from your main branch and apply to the...

You are getting close, but if you really want to do it .... 1. Use "Revert commits" to revert changes you've made in main branch, go back to the point...

Hello! This is an ongoing issue with many discussions. To name a few: #541 #576 #553 I like your idea that we can put a "new" badge in the extension...