esmorun

Results 9 comments of esmorun

...and font, size, position and shadow :-)

> > ...and font, size, position and shadow :-) > > Font and its size selection is supported. Didn't you see it in preferences? thinking I guess I meant position...

Right now I can do hardware h264 encoding like this: ``` videoStream.SetCodec(VideoCodec.h264_nvenc); IConversion conversion = FFmpeg.Conversions.New(); conversion.AddStream(videoStream) conversion.UseHardwareAcceleration(HardwareAccelerator.cuvid, VideoCodec.h264_cuvid, VideoCodec.h264_nvenc); ``` This should have done the same for h265: ```...

I can indeed confirm that adding the following lines to VideoCodec.cs and compiling my own NuGet-package allowed me to successfully do a hardware hevc encode: ``` /// /// hevc_cuvid ///...

Audio encoder libfdk_aac is also missing, it is different from the standard aac encoder. [](https://ffmpeg.org/ffmpeg-codecs.html#toc-libfdk_005faac) And I think libtheora is different from theora and should be added as well :)...

I would love to see this as well. I tried it through rosetta but the video freezes every second.

I'm a bit lost here, I sympathize with @iwalton3, but why are we discussing Apple developer accounts? No need so sign the app or put it on the app store....

This issue is stil causing headaches for me and my colleagues in 2021, space is not the only character that is causing problems. Here is a proposed solution, I can't...

Any hope to fix this? This also affects samba shares. Here's what I see in the terminal while the UI shows "Could not open file, emtpy response": `(WebKitWebProcess:2): dbind-WARNING **:...