Hi,
working/playing again with your Tutorials, and there is one that I don't get to work.
Tried to generate Waveform Pictures to implemented to a Custom Column with this Script, with the how-to from.
The Script work and I become all Pictures, but that they are not visible in the Columns as Pictures but as link to them…
I changed the value of the Colour in the Script from 0971CE to FF0000 but noting changed -, the picture stays hide?
Creating Column Images with Script
-
- Posts: 26
- Joined: 23 Apr 2025 18:48
- Location: Aachen
Creating Column Images with Script
Glückauf
Re: Creating Column Images with Script
<xyicons>
in the template?...One of my scripts helped you out? Please donate via Paypal
-
- Posts: 26
- Joined: 23 Apr 2025 18:48
- Location: Aachen
-
- Posts: 26
- Joined: 23 Apr 2025 18:48
- Location: Aachen
Re: Creating Column Images with Script
one more small question, i commented the out :
to get a Stereo waveform and changed the string to:
But the waveforms are only visible on Dark-modus.
Code: Select all
//$color = "FF0000"; // Hex value
to get a Stereo waveform and changed the string to:
Code: Select all
$cmd = lax("$ffmpeg" -i \"$item\" -y -lavfi showwavespic=split_channels=1:s=$size:scale=$scale:colors=FF0000|00FF00 \"$dst\"");
Glückauf
Re: Creating Column Images with Script
Do they look red & green? No^^
You can't simply use
You can't simply use
FF0000|00FF00
in a batch file command line call, the "|" needs to be escaped: FF0000^|00FF00
One of my scripts helped you out? Please donate via Paypal
-
- Posts: 26
- Joined: 23 Apr 2025 18:48
- Location: Aachen
Re: Creating Column Images with Script
Sorry, if i too stupid for this simple things (and this problem is not a very important one) … but never mind what colours I take... the Picture stay the same not visible, but they are in the wanted colours.
Last edited by Native2904 on 17 Jun 2025 21:27, edited 1 time in total.
Glückauf
Re: Creating Column Images with Script
Show a part of the .bat file in %TEMP% that the script has created, 40 lines are enough.
One of my scripts helped you out? Please donate via Paypal