Because of the new image type in columns (since v24.00.0708) I've decided to write a short script for it...
You should use the latest beta version (not necessarily v24.00.0708)...
It takes all audio files from the current folder and creates a waveform (same file name, different extension) for them.
Configure the script as necessary (path to ffmpeg, extension, size, width and color)...
Current version:
Old version(s):
Create waveforms
Create waveforms
One of my scripts helped you out? Please donate via Paypal
Re: Create waveforms
Changelog
Code: Select all
v0.2
Added scaling factor
Default = 2, to turn it off, set it to 0
v0.1
Initial release
One of my scripts helped you out? Please donate via Paypal
Re: Create waveforms
Hi highend thank you for the script
something I have noticed is that with files with diacritics in their names the command fails to create the images.
e.g. Día, Más...
however, using runret with codepage 65001 the script works but blocks xy while its executed
Any idea how to work around it?
something I have noticed is that with files with diacritics in their names the command fails to create the images.
e.g. Día, Más...
however, using runret with codepage 65001 the script works but blocks xy while its executed
Any idea how to work around it?
Re: Create waveforms
By changing the .bat file itself (replacing the original
In other words: Do not use
v0.3 contains the fix as well
$batContent line with):
Code: Select all
$batContent = "@ECHO OFF & COLOR 0F & CLS" . <crlf> . "@CHCP 65001 >NUL 2>NUL" . <crlf 2>;
runret here...v0.3 contains the fix as well
One of my scripts helped you out? Please donate via Paypal
Re: Create waveforms
Me I would set
Since this is how the waveforms are most often used or most useful from my experience. (I am an audio pro)
And this guy
removes all the digits.
Other than that a great script, thanks!
Code: Select all
$scale = "log";And this guy
Code: Select all
$color = trim($color, "#", "L");Other than that a great script, thanks!
XYplorer Beta Club