

Run, %A_ScriptDir%\%New_File_Name%.mp4 Now play the new file name Run, explore %A_ScriptDir% Open the working folderįileMove, %A_ScriptDir%\temp.mp4, %A_ScriptDir%\%New_File_Name%.mp4 Rename the temp file to your new file.

If (New_File_Name = "") or (Error = 1) If you don't give it a name, it won't rename it and won't run it mp4 file?,300,130 Get a file name for your new video InputBox, New_File_Name,File name,What would you like to name your. WinMinimize, ahk_class ConsoleWindowClass minimize the CMD window Sleep, 150 Wait for Command window to appear Run ffmpeg %ff_params% run ffmpeg with command parameters Get list of devices ffmpeg:= ffmpeg -list_devices true -f dshow -i dummy

General Documentation := Documentation on gdigrab from ffmpeg. SetTitleMatchMode, 3 to make sure winMinimize and Sending Control C to ConsoleWindowClass works down belowĭetectHiddenWindows,On Added becauase minimizing the window Code: Select all #SingleInstance,Force ensure only 1 version running
