a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.24k stars 247 forks source link

Upgrade to ffmpeg 5.x binaries #200

Open a-schild opened 2 years ago

StivenYang commented 2 years ago

hi anthor. i have a question for this.

i used pom setting:

 <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-all-deps</artifactId>
            <version>3.3.1</version>
        </dependency>

why ffmpeg used to 3.3.1?

StivenYang commented 2 years ago

hi anthor. i have a question for this.

i used pom setting:

 <dependency>
            <groupId>ws.schild</groupId>
            <artifactId>jave-all-deps</artifactId>
            <version>3.3.1</version>
        </dependency>

why ffmpeg used to 3.3.1?

sorry. i am so stupid. it's 4.4.1 version

kromoxpro commented 2 years ago

Hi, how can i upgrade to use ffmpeg binary v5.x?

Thanks.

lettgers commented 1 year ago

Implement ProcessLocator to return the customized environment variable of ffmpeg