Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uv04af$3bh25$2@dont-email.me>
Deutsch   English   Français   Italiano  
<uv04af$3bh25$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder6.news.weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.misc
Subject: Re: Is Programming Obsolete?
Date: Mon, 8 Apr 2024 06:54:07 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <uv04af$3bh25$2@dont-email.me>
References: <slrnv15e4i.rk6.bencollver@svadhyaya.localdomain>
	<uuuiua$2t1g3$1@dont-email.me>
	<slrnv16jvd.bmm.bencollver@svadhyaya.localdomain>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 08 Apr 2024 06:54:07 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ba48ee83c2dfe27d1f58abbb170b1e26";
	logging-data="3523653"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19yFex0/qZzGJ/bVjcniYXA"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:PJfwPELUN3dCgYKvbdqOPaG2dqY=
Bytes: 1816

On Mon, 8 Apr 2024 02:08:01 -0000 (UTC), Ben Collver wrote:

> More recently i discovered xdotool and wrote scripts to produce music
> videos out of MOD scene music using VirtualBox, various MOD trackers and
> players, ProjectM, and ffmpeg.

You’ve got FFmpeg in there, the universal multimedia “sonic screwdriver”, 
that should already be able to do nearly all the necessary conversions/
encoding.

I looked up projectm, and it seems to be some kind of OpenGL-based 
visualizer, that comes as a library anyway, so you shouldn’t need to 
struggle with operating it via some GUI’s puppet strings.

Similar thing for MOD files: I see that modplug is available as a library, 
too. And it’s available as a build option for FFmpeg.