bramp / bramp/ffmpeg-cli-wrapper

Formats not parsed for Versions >6.1.1

Open
#408 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
1.9k
Forks
424
Avg merge
5h 35m
Merged PRs (30d)
2

Description

**Describe the bug**
If i use the Wrapper it will not be able to parse the Formats for FFMPEG if the installation is above version 7.0.0 and 8.0.0. The issue is that FFMPEG change the stdout of the format list, so the REGEX pattern inside the codebase will not work anymore. With Version 6.1.1 this feature will still work.

**To Reproduce**
```java
new FFmpeg().formats(); //This will be an empty List
```

**Expected behavior**
I would excpect that the Wrapper will choose the correct REGEX Pattern for the current FFMPEG Version.

**Version (if applicable):**
- OS: Windows/Linux
- FFmpeg version >6.1.1

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.