soleil

Results 11 comments of soleil

You need to update also FFmpeg.AutoGen to the latest version which supports ffmpeg 6 (to date). But then it introduces few breaking changes on FFME. I'm trying to make this...

I managed to make it work with net7 and ffmpeg6 (and using an updated autoffmpeg package). I could indeed make a nuget package, but I'm not sure I'll have time...

There is no more .net core since .net 5.0 (they merged). What I meant was an update to 5.0+.

Unfortunately, amba_fwpak.py fails to find the pattern `epos = fwmdlmm.find(b'\x90\xEB\x24\xA3'` and exits silently. So it seems partitions are different. If so, how to find the correct partition pattern ? https://github.com/o-gs/dji-firmware-tools/blob/156a1f95b3e254cdf8fd577d31279017c300b8c6/amba_fwpak.py#L546...

On my machine `C:\ProgramData\Microsoft\Windows\WindowsApps` does not exists. Here are the logs anyway:: [WslLogs-2022-07-05_21-11-28.zip](https://github.com/microsoft/WSL/files/9048920/WslLogs-2022-07-05_21-11-28.zip)

A solution would be to be able to set the timeout for network drives, and maybe do a parallel check of drives (I suspect is is sequential).

@Symbai This is not the same request at all.

@dipeshmsft by hand I mean: on c# side I create a subclass of `HwndHost` and override `BuildWindowCore`, and add this window as a child of say `Border` (XAML). ``` ///...

@Symbai When I read "having WPF supporting DX12", I understand that the WPF UIelements are working on the top of DX9, but not yet DX12. When I write "WPF DX12...

@miloush Where should I look for the code of the swap chain used by WPF ?