André Schild
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...?
Please show the code
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...
@raha007 Please create a new thread for this.
No, but I would accept a pull request for this
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...