BUGFIX:pose transfer 视频转GIF依赖缺失
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user