Category: Multimedia

How to – Inkscape – rounded corners
08.12.2021

inkscape is a genious vector drawing program it is a bit complex though and takes time getting used to hostnamectl; # tested on Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-18-amd64 Architecture: x86-64 Inkscape 0.92.4 (5da689c313, 2019-01-14) install the […]

project: sharing pictures alternative to WhatsApp (Facebook) – share family pictures with privacy & secure & easy
19.02.2021

v1.6 https://dwaves.de/software/familypicshare.de_v1.6.tar.gz https://dwaves.de/software/familypicshare.de_v1.6.tar.gz.sha512sum.txt released: improvements: thumbnail generator thanks to ImageMagick PHP extension can now also resize large image files (10MBytes and more) for slideshow it now uses resized versions of 1024px instead of the original file (which might be too […]

ffmpeg – convert mkv to mp4
26.01.2021

# should work as simple as ffmpeg -i “input.mkv” “output.mp4” # tested on hostnamectl; Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-13-amd64 Architecture: x86-64 ffmpeg -version ffmpeg version 4.1.6-1~deb10u1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 8 […]

scanning with linux – brother and epson
02.06.2017

interesting but untested app under CentOS MATE Gnome2 it was successfully tested with a Brother 9460 CDN under Debian 8. Brother is shipping it’s own brsane config tool. this should work for Ubuntu as well. https://launchpad.net/simple-scan epson via usb: if […]

30.12.2016

it is as easy as: dd if=/dev/cdrom of=~/cdrom_image.iso in my case the dvd-drive was sr0 not cdrom. dd if=/dev/sr0 of=/mnt/sda4/DVD/filename.iso # to identify your dvd-drive you can use: inxi -d; # inxi = Command line system information script for console […]

13.11.2016

works like this: [cc lang=”bash” escaped=”true” width=”600″] # tested with uname -a Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) i686 GNU/Linux cat /etc/debian_version 8.5 # compile ffmpeg from source apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libsdl1.2-dev libtheora-dev […]

GNU Linux -> Debian -> Recording WebRadio Stations under CentOS7 UPDATED
07.10.2016

All GUI programs are based/use streamripper. no gui/bash/terminal version: hostnamectl; # tested with Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-8-amd64 Architecture: x86-64 su – root; # become root apt update; apt install streamripper; Ctrl+D; # logoff root # […]

16.09.2016

usually iphones/smartphones take pictures with 2-3-4-5MByte which can fill your harddisk/webserver pretty fast. It is wiser to shrink them down before upload. While under Windows i would recommend you http://www.irfanview.com/ Under Linux you can do that with ease 😀 [cc […]