Skip to content

Instantly share code, notes, and snippets.

View Fosol's full-sized avatar
💭
Contractor, Consultant

Jeremy Foster Fosol

💭
Contractor, Consultant
  • Fosol Software Solutions
  • BC Canada
View GitHub Profile
@Fosol
Fosol / gist:7410a13f7c23769c857119813a09cc0a
Created October 7, 2021 14:32
Java - Audio/Video Converter
Original source [link](https://medium.com/tekraze/convert-video-to-another-format-in-spring-boot-java-based-apps-7763fbc4d7ce)
Maven Config
```xml
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-core</artifactId>
<version>2.7.1</version>
</dependency>