Masoud

Results 10 comments of Masoud
trafficstars

I managed to get around this using the following code: ``` FFMpegArguments .FromFileInput(Path.Combine(imagesFolderPath, $"%5d{imageExtension}"), false, (Action) (options => options.WithFramerate(frameRate))) .OutputToFile(outputFileName, addArguments: (Action) (options => options.ForcePixelFormat("yuv420p") .WithFrameOutputCount(90))) .Configure(options => options.WorkingDirectory =...

I thought it might help to say if I install .NET 8.0 on Fedora 40 from Microsoft's repository and not the Fedora-maintained repos, I get the following message when running...

> @mdx0111 That issue is https://learn.microsoft.com/en-us/dotnet/core/install/linux-package-mixup?pivots=os-linux-redhat again. @omajid I don't think so as I have excluded Fedora maintained .NET packages altogether.

> @mdx0111 Hm. Can you run a `sudo dnf upgrade --refresh`? I think you might have picked up a newer sdk but not the newer runtime from the Microsoft packages...

+1 Can't wait for this to be honest! This is the only show stopper for me at the moment.

Hey @TibixDev, Maybe this could help speeding up the Podman support? [https://github.com/dockur/windows](https://github.com/dockur/windows) It allows spinning up an instance of Windows using Podman.

> > I've successfully created a Podman-compatible fork that works from installation through regular use. > > ### Key Changes > > > > * **Runtime Detection**: Automatically detects Docker...

> Started working on this, though the USB passthrough side of things is a bit complicated, as accessing /dev/bus/usb isn't possible from a rootless environment. > > One approach I've...

I have exact same problem. Please let me know if I can provide any logs or anything that might help to get this fixed. Many many thanks :)