Tomasz Żmuda

Results 82 comments of Tomasz Żmuda

It cannot be done right now. You can achieve that using named pipelines and listen in second app. But I will really appreciate if you share your solutions and/or create...

Good to know. Added to my task list :) But feel free to create pull request with change.

Hey, I've tried to change that but I cannot get any accurate result. For example video starts at 8 second instead of 2. (Try it on input.mp4 located in repository)....

Please try run this in Xabe.FFmpeg.Test/Resources directory: ```ffmpeg.exe -i .\input.mp4 -ss 00:00:02 -t 00:00:08 -c copy output.mp4``` Output.mp4 should have 8 seconds, from 2nd to 10th second of input.mp4. But...

Hello @GeraldEugenio Awaiting conversion blocks your thread. You have to run it in separate task or use CancellationTokenSource with time limit

Hey, You can do this during/before Start(). If you start conversion you can't do almost anything with the current process.

Hello, Do you get any exceptions or errors? What "not working" mean?

So the application freeze? Did nothing happen?

It's really hard to tell what's going on. Did you try to run unit tests from this repository? Can you do that? Are you sure that .mp4 file is correct?...

Hello @black-byte, Right now support for subtitles is limited. We could extend it of course or accept PullRequest with changes. Can you describe whole process? I assume that you have...