Adam-Kay / Batch-Encoder

Command line batch file encoder using FFmpeg
GNU General Public License v3.0
0 stars 0 forks source link

Program should use FFmpeg from PATH #4

Open Adam-Kay opened 1 year ago

Adam-Kay commented 1 year ago

Improvement Description

Potentially replaces #3. Program should use ffmpeg from PATH and install it using Winget if it doesn't exist.

Functionality / Design

At FFMPEG stage, check if command works from path, and if not, offer to install via winget.

How to implement

TBD