Skip to content

[Feature]: watch if ffmpeg is available on the system #414

Description

@g3nsvrv

What problem does this solve?

if ffmpeg is installed, stemdeck does not uses it, actually it downloads his own version, compiled for macOS 15, and I'm using macOS 13... (so it does not work)... By changing the ffmpeg binary is enough to resolve this issue, and the app works just fine.

Proposed solution

you could use a:

if [ -z "$(which ffmpeg)" ]
then
	download ffmpeg from your page
fi
else
	use what is on the system
fi

Alternatives considered

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions