Tomasz Żmuda
Tomasz Żmuda
It's a huge topic and for now we did not use any in memory conversions. Feel free to create Pull Request with that :)
Hey, I cannot reproduce that issue, on my PC your code works well. Only one case when it doesn't work is when the output directory does not exist. But in...
Hey, Right now you can add that manually using AddParameter method. If you want something more sophisticated, write here how it should looks like (We don't have any experience with...
If FFmpeg is compiled with h265 support you can use it. Just pass format as string instead of strong typed value.
Hello, It's a quite complicated query. In that case, I would suggest using direct arguments to pass it to ffmpeg.
Hello @georgnistor VideoCodec already has libx264 format. I'm going to add hevc_qsv. Till the new version will be published you can use overloaded UseHardwareAcceleration method `public IConversion UseHardwareAcceleration(string hardwareAccelerator, string...
I think it was removed due to test instability. I'm going to check that. Probably this line (and line with videoDuration) can be removed but there are plenty tests to...
Hey, Look at this Pull Request please: #311
I've planned to release it with one more feature to current release but it's not ready. I'm going to release new version today or tomorrow.