André Schild

Results 162 comments of André Schild

@luzhanov Thanks to bring me this to attention. Tha's a rather strange ccv. It just says that you can run any OS command, when you use the executor class. That...

No, at the moment they are not ready for Agent v2. But I would accept a PR for this

Jav2 is starting the ffmpeg executabe, and it is writing the output to a file. I see two potential solutions for the request you have: - tell ffmpeg to write...

This video streams is corrupt, does not match the specifications. We see a lot of such bad video files :( When you run the command interactively, is the resulting output...

Hello @rayacode , the suppirted formats depends on the used ffmpeg binary and platform. Since the bundled versions are 4.4.1, there is currently no support for the more modern encodings....

About the abort, please open another issue and show the code+log to reproduce the behaviour you see

You are welcome to test it with 6.x and then come back with a patch/merge request

Hello @rob93c , thanks for reporting this. The problem is very common, since there exist many many broken video files out into the wild. The sample file you linked to...

This are 3 arguments String s = "-i /Users/videopls/develop/ffmpeg/input.avi /Users/videopls/develop/ffmpeg/output/output.mp4"; 1. -i 2. /Users/videopls/develop/ffmpeg/input.avi 3. /Users/videopls/develop/ffmpeg/output/output.mp4 You have to pass them a separate arguments, not one big argument

https://stackoverflow.com/questions/19548027/ffmpeg-closes-with-return-code-137 Not enough memory or some other limits set?