Skip to content

Formats not parsed for Versions >6.1.1 #408

@Marek2k17

Description

@Marek2k17

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions