Search found 3 matches

by DJAnonimo
10 Mar 2023, 12:10
Forum: Scripts and Functions (v1)
Topic: WavFlacTrim 1.0
Replies: 0
Views: 296

WavFlacTrim 1.0

Hello, "I'm sharing with you a script that uses ffmpeg to trim silence at the beginning and end of a WAV or FLAC file. It also has an option to change the output sample rate and resize the cover art. There is no loss of quality. I tested it by trimming the same FLAC file 150 times. ffmpeg.exe must b...
by DJAnonimo
22 Mar 2018, 11:12
Forum: Scripts and Functions (v1)
Topic: Send and receive strings between AHK scripts
Replies: 6
Views: 2422

Send and receive strings between AHK scripts

Hello, here is my version of communicating between scripts. Simple and easy :) Send function: SendToAHK(String) { Prev_DetectHiddenWindows := A_DetectHiddenWindows DetectHiddenWindows On StringLen := StrLen(String) Loop, %StringLen% { AscNum := Asc(SubStr(String, A_Index, 1)) if (A_Index = StringLen...
by DJAnonimo
11 Feb 2018, 18:43
Forum: Scripts and Functions (v1)
Topic: Download binary image into var, convert to bitmap & show in GUI
Replies: 1
Views: 1425

Download binary image into var, convert to bitmap & show in GUI

Hi all, You need to download a picture (JPG, PNG etc...) into memory and show it in your GUI without writing a file? After few hours of research and answers on question like: How can it be done? Why this way? Why me? Here is a simple example. I don't know why global or "byref" need to be used for in...

Go to advanced search