André Schild
André Schild
Could you please provide me with a full example? Perhpas swapping the filter order changes behaviour?
Thanks for testing this. Yep, it seems that we need to build another argument list, when multiple filters need to be applied in one pass. https://stackoverflow.com/questions/6195872/applying-multiple-filters-at-once-with-ffmpeg Something like this is...
@mressler Hello Michael, have you time to look into this one? (I have not enough stream experience to do the modification) In Encoder.java on lines 391+ we have this stream...
Should be fixed in the 3.2.0-SNAPSHOT release. Could you please test it?
A pull request for this would be accepted ;)
Do you have a sample file and some sample code? Can you do the conversion with ffmepg?
It looks like the VOX audio file is raw audio data, with no header describing the audio streams/layout. ffmepg can't convert this on it's own, without additional informations about the...
Currently this is not implemented, but I would accept a pull request which implements it
What jave version are you using on windwows and on linux?
Hello @naffan2014 , thanks for reporting this. You are welcome to enhance that code part. And in future, please post the full stack trace when you got any exception