Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] allow relative path to ffmpeg #72

Closed
wwwurst opened this issue Jan 9, 2023 · 1 comment
Closed

[Feature Request] allow relative path to ffmpeg #72

wwwurst opened this issue Jan 9, 2023 · 1 comment

Comments

@wwwurst
Copy link

wwwurst commented Jan 9, 2023

e.g. ".\ffmpeg\bin\ffmpeg.exe" for portable use
Or, even easier, also check for ffmpeg.exe in same directory as SimpleVideoCutter.exe if no path to ffmpeg is given.

I just checked, relative path is possible to manually edit into config.json , would be nice if it worked without this hack.

bartekmotyl added a commit that referenced this issue Feb 26, 2023
@bartekmotyl
Copy link
Owner

Implemented, will be included in release 0.26:

  • by default, ffmpeg path is set to .\ffmpeg.exe so SVC looks for ffmpeg.exe (and ffprobe.exe !) in the same directory where main program is located
  • it is possible to use relative paths in the settings window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants