André Schild

Results 144 comments of André Schild

Pull requests welcome to implement this ;)

This does not seem correct to me. Yes, it works arround the problem, but basically we should not call the getInfos() on non-multimedia files in the first place. So when...

After deepdiving into the code, I'm wondering if the concat did ever work properly... Basically there are two concat types ffmpeg supports: 1. Concat two (or more) files, without touching...

Can you please try the new 3.2.1-SNAPSHOT release? Please note, that you also need to pass a Filter to the encoding, so it knows how to map video and audio...

In the testConcatVideo2() unit test, the concat of two mp4 files work as expected https://github.com/a-schild/jave2/blob/develop/jave-core-test/src/test/java/ws/schild/jave/ConcatEncoderTest.java

You can pass in an URL for the input stream... perhaps this is waht you wish?

Can you please post an repond in english? Currently jave does only accept input via URL's but not the output. If you provide a merge request which adds this feature,...

You can always implement this and send me a merge request. I haven't time to implement this

This is currently not supported, but I would accept a patch for this. See also https://github.com/a-schild/jave2/issues/23