Kurt Fitzner

Results 60 comments of Kurt Fitzner

> Correct me, If wrong! > > I think we can't do anything for these copies. Because in the preamble of The GPL requires them to publish source code, which...

> Um, I see. I have no idea how they do it. A pity it isn't an open source app. I guess they're using... ... normal Linux methods. Once you...

Can this get implemented in main? This needs to be in distributions like Debian.

There is still a bug. The "fix" sets the encoder as "x265_nvenc", but for x265 the codec should be set to "hevc_nvenc".

There is still an issue with cuvid and cuvid+nvenc. Neither produce proper command lines for me. Cuvid is a decode-only acceleration, so -c:v hevc_cuvid has to appear before the input...

@MattMcManis The Zeranoe ffmpeg builds (I use the [static ones](https://ffmpeg.zeranoe.com/builds/win64/static/)) have all the hardware support built in. CUVID Decode: Omit the "-hwaccel cuvid". With CUVID you just need to know...

@MattMcManis For what it's worth, I put in an enhancement ticket with ffmpeg to clean up their command line: https://trac.ffmpeg.org/ticket/8666#ticket I don't hold out much hope, but we'll see.

No, tinysshd-printkey does not print the fingerprint. It prints the base64 representation of the public key. To get the fingerprint you have to redirect the output to a file, copy...

> It eventually leads me to a DMCA page that warns me I might need a lawyer They are just trying to scare people from making false claims that they...

> Coding in a dependency to a specific distribution's idiosyncrasies is a terrible idea. Making it run smoothly on the distribution family that accounts for almost [73% of known Linux...