SinisterMaya

Results 3 comments of SinisterMaya

You can do it using a RawVideoPipeSource like in the example file https://github.com/rosenbjerg/FFMpegCore/blob/main/FFMpegCore.Examples/Program.cs

IMHO the issue here is from a design choice for the indentation or It could be an oversight. from the MudTableGroupRow.razor : ![image](https://github.com/MudBlazor/MudBlazor/assets/29356866/1f14c4d8-07af-4bac-af54-218984d297a8) Level coming from the TableGroupDefinition Class ![image](https://github.com/MudBlazor/MudBlazor/assets/29356866/e3fb2682-16ad-4727-8e23-b871b149b3bb)...

Your args translate to ``-i "D:\VideoFile\a.mp4" -c:v copy -c:a aac -movflags faststart "D:\VideoFile\b.mp4" -y`` Have you tried to remove the WithFastStart argument ? also, you can use directly the copy...