Euklios
Euklios
**Is your feature request related to a problem? Please describe.** Hibernate does sometimes initialize objects lazily via a proxy. It can be nice; however, the comparison will use invalid data...
Allow a customized FFprobe report. Tasks: - [x] Extend output with -show_packets - [x] Extend output with -show_frames - [x] Handle intermixed reports (-show_packets and -show_frames together produce a rather...
**The question** While working on #268, I noticed some TODOs regarding Immutable responses. I already have a second fork where I've replaced most pojos with Immutable responses, but that fork...
**Is your feature request related to a problem? Please describe.** We currently don't allow per-input options; therefore, commands requiring multiple inputs aren't supported in many cases. For example the following...
I'm trying to use this library in a Java project. However, the build is currently failing with the following message: ```sh $ make -j$(sysctl -n hw.ncpu) visp_java make: *** No...
**Describe the bug** `setProcessOutputStream` takes in an Appendable, and later uses CharStreams.copy to transfer the output as text. This does not work for most cases, as stdout is used to...
**Describe the bug** HlsOutputBuilder is incompatible with the hls format used in ffmpeg version 3. FFmpeg switched from second based value (eg. 120) to the format we use (2:00, hh:mm:ss)...