ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Allow extra arguments to FFprobe

Open luca992 opened this issue 3 years ago • 0 comments
trafficstars

Adds support for #93

Also, I had to change the base java version to 11 due to this error:

[ERROR] Failed to execute goal com.spotify.fmt:fmt-maven-plugin:2.18:format (default) on project ffmpeg: Execution default of goal com.spotify.fmt:fmt-maven-plugin:2.18:format failed: An API incompatibility was encountered while executing com.spotify.fmt:fmt-maven-plugin:2.18:format: java.lang.UnsupportedClassVersionError: com/google/googlejavaformat/java/FormatterException has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 54.0

luca992 avatar Jul 27 '22 00:07 luca992