André Schild

Results 144 comments of André Schild

You can submit a pull request to add these functions

How do you execute it in parallel? It should work, but you will have to use separate instances

Can you have a look at this https://github.com/a-schild/jave2/issues/163 I see you use the old 2.7.3 release, please upgrade to the version mentioned in the other issue. Anyway it's a good...

Could you please show how you start them concurrently? Are you using separate jvm processes or threads, oder...?

Hmmm.. there we don't see how the threads are spawned... In https://github.com/a-schild/jave2/blob/master/jave-core/src/main/java/ws/schild/jave/process/ffmpeg/DefaultFFMPEGLocator.java in the `DefaultFFMPEGLocator()`method we have a synchronized section which should prevent the concurrent unwarpping of the executabe from...

Could you please provide some more infos on this? For example the command lines generated in both versions?

I think we need to have two different concat versions. One for concating identical media files, as you use above (And was default in pre 3.2.0) And a second one...