Skip to content

Commit

Permalink
v3.15
Browse files Browse the repository at this point in the history
settings default ffmpeg path fix
  • Loading branch information
keerah committed Feb 22, 2023
1 parent 7f1f8bc commit 66ec750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Create_SendTo_Shortcuts.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET "divline=-------------------------------------------------------------------

ECHO %divline%
ECHO This is an installation script for SendTo_FFmpeg batches.
ECHO Make sure you're running this script from the folder that is going to keep the presets present all the time.
ECHO Make sure you're running this script from the permanent location of all the scripts.
ECHO The script will create shortcuts to all of the presets and will put them into Windows SendTo folder.
ECHO You can remove the unnecessary ones after that. The new Explorer window with that folder will be open for you.
ECHO You will be prompted to overwrite shortcuts if they're already exist.
Expand Down
2 changes: 1 addition & 1 deletion sendtoffmpeg_settings.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ REM For example, you can disable the descriptive name suffixes,
REM use another default framerate or even use another FFmpeg version
REM for a particular folder only

SET "ffpath=c:\Program Files\ffmpeg\bin0\"
SET "ffpath=c:\Program Files\ffmpeg\bin\"
REM Path to ffmpeg.exe
REM will also look for exiftool.exe here when needed

Expand Down

0 comments on commit 66ec750

Please sign in to comment.