Augusto Luis Ballardini
Augusto Luis Ballardini
i'd say, more than nice :-P
> > make: *** [Makefile:103: all] Fehler 2 > > I met the same problem as you, have you solved it?pls I solved installing FLANN1.8.0-src tag from https://github.com/flann-lib/flann.git seems that...
I tried it on a DGX A100 machine with A100-SXM4-40GB GPUs , using the nvidia docker nvcr.io/nvidia/pytorch:19.10-py3 that should meet the requirements you put in the description, but the problem...
I'm pretty certain it compiled without errors, but I'll try again next days to report here the compiler output.
Hi @yasserabdalla , from your log it seems exactly the same issue I had with my system, it was not that doorbell but we are both trying to create a...
Hey , I just read this issue.. if your version is the same as mine, no doubt the issue comes from this line: `scale='min(1280,iw)':'min(720,ih)'` check #1326 and change the line...
> Feel free to make a PR, I need to look into the changes you suggest though. It definitely worked before, so I wonder if a new release of FFmpeg...
@yasserabdalla great to see the debug process goes on :-) now I see another issue, related with srtp_out_suite. It either seems that option is not valid or is a parameter...
The only two '(' you have there are those related with the parameter scale, after the -filter:v "scale='min(480,iw)':'min(640,ih)':force_original_aspect_ratio=decrease",scale=trunc(iw/2)*2:trunc(ih/2)*2 try this: `ffmpeg -i rtsp://4169880226:[email protected]/live/stream -an -sn -dn -codec:v libx264 -pix_fmt yuv420p...
So, from your answer, I see more problems. 1. for one reason, the plugin is using two "scale" parameters. I don't know why that second trunc is set, but I...