André Schild

Results 144 comments of André Schild

I too see these messages with nginx 1.9.12 but so far it seems to not have any negative impacts

A InputStream can be passed for the input. Output to StdOut is not implemented, but I would accept a patch for this. But be aware that some media formats need...

Do you have a working ffmpeg -> S3 solution? The two mentioned stackoverflow all lead back to work not or works not in all cases (not all video formats)

Could you please try with ffmpeg command line to get a working command ? We can then integrate it when it's working in command lin emode

You can use the basic ffmpeg executor to execute ffmpeg with special parameters, like in the `MultimediaObject` And of course, we would accept a pull request to add the final...

Please have a look at this test case https://github.com/a-schild/jave2/blob/master/jave-core-test/src/test/java/ws/schild/jave/ConcatEncoderTest.java Should also work with audio files

This is currently not supported, but we would accept a merge request ;) From https://trac.ffmpeg.org/wiki/AudioChannelManipulation `ffmpeg -i left.mp3 -i right.mp3 -filter_complex "[0:a][1:a]join=inputs=2:channel_layout=stereo[a]" -map "[a]" output.mp3` or `ffmpeg -i left.mp3 -i...

Thanks for reporting it. Patch welcome to fix this

I would gladly accept a pull request which enhances the documentation