| | |
| | | <groupId>io.netty</groupId> |
| | | <artifactId>netty-all</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.bytedeco</groupId> |
| | | <artifactId>javacv</artifactId> |
| | | <version>1.4.3</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.bytedeco.javacpp-presets</groupId> |
| | | <artifactId>ffmpeg-platform</artifactId> |
| | | <version>4.0.2-1.4.3</version> |
| | | </dependency> |
| | | <!--这个依赖区分Linux系统和windows系统--> |
| | | <dependency> |
| | | <groupId>com.github.hoary.ffmpeg</groupId> |
| | | <artifactId>FFmpeg-windows-x86_64</artifactId> |
| | | <version>2.0.1.1</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </project> |