Michael Ressler

Results 19 comments of Michael Ressler

I would also love to know the answer to this. Currently considering rolling my own and would _really_ appreciate using the standard. I'm sure all my workers will prefer that...

There are plenty of examples of adding Filters in JAVE 3.0 versions: https://github.com/a-schild/jave2/blob/dev-3.0-changes/jave-core-test/src/test/java/ws/schild/jave/filters/VideoFilterTest.java#L163

Is there a particular command line example to `ffmpeg` you could provide @polandeme?

Sorry, I missed the @mention. You likely want to set a complex filtergraph. That's what FFMPEG calls it in the documentation, and that's what I added early in 3.0. But...

@BassThatHertz - That's wonderful that you provided the sample output! @a-schild I referenced something related in my recent pull request - I'm planning on refactoring the parsing logic for MultimediaObjects....

What command line arguments are you trying to pass to `ffmpeg`?

And what are you passing to JAVE? Could you help us diagnose the issue with just a bit more information?

Is there a test case for this I could work on?

If we had a particular command line example of `ffmpeg` that would support this I would be happy to look into this some more.

Interesting, we'd just need to be able to take strings as an output destination. Shouldn't be hard to do, if you're up for it @steeveen.