Dennis E. Mungai

Results 63 comments of Dennis E. Mungai

Hmm, we have a problem. I installed cmake from source, using [this tree](https://github.com/Kitware/CMake/releases/tag/v3.31.3), and can indeed confirm that the version returned is correct. However, It seems that at some point,...

I pull / clone the pywhispercpp tree as-is. A trivial git clone --recursive invocation to fetch the code. I can also build whispercpp directly with no issues. On Wed, 1...

The only build that works on my environment is by: ```sh git clone --branch v1.2.0 --recursive https://github.com/absadiki/pywhispercpp.git cd pywhispercpp && \ git checkout eb22513c3524fe721e326665673395ad0a9d7cb7 GGML_CUDA=1 GGML_VULKAN=1 python3 -m build --wheel...

True, this is incredibly weird. Only that build and the specific commit works on my environment. On Wed, 1 Jan 2025, 23:09 AbSadiki, ***@***.***> wrote: > I pull / clone...

This is a much needed feature on the packager.

@acris5 , do you have a branch with these changes?

This is well noted, testing.

Hello there, Try this command instead: ```sh /usr/bin/ffmpeg -threads 1 -i udp://239.3.100.54:8000?fifo_size=1000000 -filter_complex "[0:v]realtime,hwupload_cuda=0,yadif_cuda=0:-1:0, split=5[SDv][SDhv][SDqv][HDv][FHDv];[SDv]scale_cuda=-1:576[SDvINT];[SDhv]scale_cuda=-1:480[SDhvINT];[SDqv]scale_cuda=-1:360[SDqvINT];[HDv]scale_cuda=-1:720[HDvINT];[FHDv]scale_cuda=-1:1080[FHDvINT]" -async 1 -vsync 1 -g 60 -c:v h264_nvenc -gpu 0 -c:a aac -map [SDvINT] -map...

> > > Try playling with ffmpeg's `fps` filter, i.e. `fps=fps=30:start_time=0:round=near`. AFAIR, it helped me with similar problem. I'll test this and report back.