Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/20/2024 in all areas

  1. mr-es335

    Read and rename files!

    ioa747, You noted, "Now the script is ok? "...Yes it it! Thanks so much! The .edl file I employ are derived from an application entitled, "Software Audio WorkShop"...or "SAW" for short. From the SAWStudio User Manual, SAWStudio Fundamentals, SAWStudio Terminology: "EDL: Edit Decision List. An EDL stores all session related information including automation, mixer configuration, region data and soundfile link information. An EDL does not store the actual soundfile data." Hope this helps?
    1 point
  2. @Nine it didn't work for me either. and I don't understand why and in both cases WinGetHandle(@AutoItExe) or WinGetHandle(@ScriptFullPath) the title comes out normally Windows 10 Pro x64, Version 22H2 script Compile X86 #AutoIt3Wrapper_Change2CUI=y #include <SendMessage.au3> #include <WindowsConstants.au3> Local $hWnd = WinGetHandle(@AutoItExe) ;~ Local $hWnd = WinGetHandle(@ScriptFullPath) ConsoleWrite(WinGetTitle($hWnd) & @CRLF) _SendMessage($hWnd, $WM_KILLFOCUS) Sleep(6000)
    1 point
  3. ioa747

    Read and rename files!

    sorry, I didn't understand well. I have never come across an .edl file before. However, I googled it and saw that it is a .txt file, e.g.: TITLE: My_Edit_Decision_List FCM: NON-DROP FRAME 001 AX V C 00:00:00:00 00:00:05:00 00:00:00:00 00:00:05:00 * FROM CLIP NAME: Clip_01.mov 002 AX V C 00:00:05:00 00:00:10:00 00:00:05:00 00:00:10:00 * FROM CLIP NAME: Clip_02.mov I thought you used Nircmd to modify the original Type_1.edl to match the title and times to the .wav. that's why I said: show us Type_1.edl, a .wav file, and the .edl file that nircmd produces for the .wav file and maybe even nircmd could be bypassed Now the script is ok?
    1 point
×
×
  • Create New...