efschu

Results 7 issues of efschu

debian testing with running kernel: `5.19.0-1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.19.6-1` `AMD Ryzen 5 5700G` ``` 09:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [1002:1638] (rev c8)...

**Is your feature request related to a problem? Please describe.** I try to "extend" Plex Transcode (which actual is "only" ffmpeg) to make it use of RIFE using tensorrt or,...

enhancement

Hi, I just compared ``` clip = core.resize.Bicubic(clip, width=720, height=574, format=vs.RGBS, matrix_in_s='709') clip = core.trt.Model(clip, engine_path="realesr-general-wdn-x4v3_opset16_574x720_fp16.engine", num_streams=4, device_id=0) ``` created with ``` trtexec --fp16 --onnx=./realesr-general-wdn-x4v3_opset16.onnx --minShapes=input:1x3x8x8 --optShapes=input:1x3x574x720 --maxShapes=input:1x3x574x720 --saveEngine=./realesr-general-wdn-x4v3_opset16_574x720_fp16.engine --tacticSources=+CUDNN,-CUBLAS,-CUBLAS_LT...

Hi, I followed your guide but it seems it is incomplete. No scale_npp, also no nvdec/nvenc decoders/encoders ``` ./configure --disable-ptx-compression --enable-cvcuda --enable-libtensorrt --extra-cflags=-I/opt/nvidia/cvcuda0/include/ --disable-static --enable-shared --enable-nonfree --enable-cuda-nvcc --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64 --nvccflags='-gencode...

Wouldn't that fit perfect into your project? Probably not much effort to implement support of communication via verbs beside TCP/IP. Cus, RDMA capable hardware is so cheap nowadays.

Hi, I want to share my experiences on optimizing UPS and power usage. (Because I have a 144Hz display so I want to reach (at least) 144 UPS but with...

**Is your feature request related to a problem? Please describe.** RFID identification via OCPP **Describe the solution you'd like** work as with other chargers **Describe alternatives you've considered** the information...

enhancement