ComTols

Results 4 issues of ComTols

When I try to add a duration a System.IO.IOException is thrown. ```c# await FFMpegArguments .FromPipeInput(new StreamPipeSource(stream)) .OutputToPipe(new StreamPipeSink(outputStream), options => options .WithVideoCodec("vp9") .Seek(new TimeSpan(0,0,5)) .WithDuration(TimeSpan.FromSeconds(5)) .ForceFormat("webm")) .ProcessAsynchronously(); ``` Without the...

Hello, I attempted to compile box86 on a Raspberry Pi 5 running Ubuntu Server 64-bit. However, I encountered a build error during the compilation process. Below are the steps I...

**Is your feature request related to a problem? Please describe.** I usually write my swagger documentation freehand. But it should be generated automatically from the code for a customer. The...