Closed marlsenwang closed 3 months ago
Please try to use libx264 instead
@saudet thanks for your reply. I change ffmpeg dependency to the gpl version and problem solved
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>ffmpeg</artifactId>
<version>6.1.1-1.5.10</version>
<classifier>macosx-arm64-gpl</classifier>
</dependency>
I test javacv with mp4 video compression below is the code
problem is whatever value I set to the quality, the output size does not change. Below is my dependency, my computer is mac m2 mini , is this a bug or my code misconfigured, any one explain to me , thanks.
below is the javacv output including some warnings