Skip to content

Commit 66ec750

Browse files
committed
v3.15
settings default ffmpeg path fix
1 parent 7f1f8bc commit 66ec750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Create_SendTo_Shortcuts.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SET "divline=-------------------------------------------------------------------
77

88
ECHO %divline%
99
ECHO This is an installation script for SendTo_FFmpeg batches.
10-
ECHO Make sure you're running this script from the folder that is going to keep the presets present all the time.
10+
ECHO Make sure you're running this script from the permanent location of all the scripts.
1111
ECHO The script will create shortcuts to all of the presets and will put them into Windows SendTo folder.
1212
ECHO You can remove the unnecessary ones after that. The new Explorer window with that folder will be open for you.
1313
ECHO You will be prompted to overwrite shortcuts if they're already exist.

Diff for: sendtoffmpeg_settings.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ REM For example, you can disable the descriptive name suffixes,
1313
REM use another default framerate or even use another FFmpeg version
1414
REM for a particular folder only
1515

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

0 commit comments

Comments
 (0)