Merge branch 'dev/dev_xp' into dev/dev

This commit is contained in:
2025-06-16 16:17:56 +08:00
2 changed files with 9 additions and 2 deletions

View File

@@ -387,6 +387,13 @@
<version>2.13.3.31-${javacv.version}</version>
<classifier>${system.windowsx64}</classifier>
</dependency>
<!-- FFmpeg视频处理解决你的报错 -->
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>ffmpeg</artifactId>
<version>4.4-1.5.6</version>
<classifier>${system.windowsx64}</classifier>
</dependency>
<!-- GIFEncoder 视频转gif-->