Star Trek Next Generation excellent teamwork of directors and actors stories not “too crazy” Star Trek Enterprise playing in older times than “Next Generation”, but the scinematic tech is better (3D renderings/costumers etc.) actors are okay, director is okay, story […]
hint! this script works! BUT: it can not deal with complex filenames, it needs “easy filenames” (yes no kidding). so something like: 2.mp4 and 3.mp4 in the same directory will work. or it will output: concat Unsafe file name: Operation […]
what to expect? while x264 and x265 are surely great codecs, the re-encoding of x264 to x265 is very CPU and thus time and energy intense and on preset -crf 28 + mp3 audio (for material of high importance aac […]
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 […]
mplayer is still a great program 🙂 that let’s you play streams and files on command line (per default it has no gui) creditz: http://sheet.shiar.nl/mplayer # install it su – root apt update apt install mplayer ffmpeg Ctrl+D # log […]
long story… good alternative? https://minidvblinux.de/ having had various frustrating experiences with the topic: TV + PC (even tried a cheap DreamBox 520 HD from eBay… which are probably good devices, but this one turned out to be faulty/unstable) now… in […]
I once asked Rupert Murdoch why he was so opposed to the European Union. ‘That’s easy,’ he replied. ‘When I go into Downing Street they do what I say; when I go to Brussels they take no notice.’ https://www.indy100.com/people/this-terrifying-rupert-murdoch-quote-is-possibly-the-best-reason-to-stay-in-the-eu-yet-7291931 src […]
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 […]
it is remarkable, that even the most simple tool, like exiftool seems to have (had?) a serious security problem: “Improper neutralization of user data in the DjVu file format in ExifTool versions 7.44 and up allows arbitrary code execution when […]
# 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 […]
ffmpeg / avconv is pretty nice. it can even do mp4 to gif conversion! 🙂 so what the user can do is: use SimpleScreenRecorder, to record a fixed rectangle of the screen to mp4 and then use ffmpeg / avconv […]
lsb_release -a; # tested with No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster recompressing mobile phone videos can save significant amount of (precious ssd) disk space. it is very cpu intense […]
some jpgs are badly compressed, taking 5-10MBytes each! a little nifty cool tool let’s you batch recompress WARNING! Always test things out before applying it to your original data! # become root su – root # install jpegoptim apt install […]
while not officially supported no drivers here: https://www.wacom.com/en-us/support/bamboo-support works out of the box on CentOS7/Rhel7, Kernel 4.15.9 THIS WORKS ABSOLUTELY INCREDIBLE 🙂 THANKS ALL INVOLVED! # what os do i have? hostnamectl Operating System: CentOS Linux 7 (Core) CPE OS […]
1. install ffmpeg or avconv (debian alternative) 2. put all *.ts* files in one folder (they should have the same encoding, resolution etc. etc.) 3. and while you are in this directory fire this line: ffmpeg -i “concat:$(ls -1 *.ts* […]
Brother 9460 CDN is a reliable old Brother LAN enabled Multifunction (MFC, Print, Scan, Fax) device. tested on/with: dell laptop E4310 + debian linux 32bit + brother 9460 cdn connected via LAN root@DebianLaptop:~# hostnamectl Static hostname: DebianLaptop Icon name: computer-laptop […]
the hardware: a webcam that is supported out of the box with most linux distros is the Logitech HD Pro Webcam C920 it has also HD resolution and stereo microphone. worth the investment if you do a lot of online […]
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 […]
to play sound from a script/bash/command line: there are multiple possibilities… hostnamectl; # tested on Static hostname: DebianLaptop Icon name: computer-laptop Operating System: Debian GNU/Linux 9 (stretch) Kernel: Linux 4.9.0-11-amd64 Architecture: x86-64 # paplay seems to be part of the […]
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 […]
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 […]
Gnome2 MATE Desktop comes with pretty cool Cosmos background slideshow. in theory it should be possible to put more pictures into it… just search for “cosmos” on yandex.ru or any other search engine. space grounds: MATE Gnome2 comes with nice space […]
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 # […]
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 […]
If you insert an copy-protected DVD into Linux Debian, it won’t play. if you run: [cc lang=”bash” escaped=”true” width=”600″] dmesg [ 23.698945] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 23.698948] sr 1:0:0:0: [sr0] [ 23.698950] Sense Key : Illegal Request [current] [ 23.698955] […]
installing ffmpeg on debian is rather tricky (you will need to compile from source). under CentOS7 it is easy yum install ffmpeg and you can substitute avconv command with ffmpeg and the script just works the same. thanks to all […]
It’s as simple as cool as linux… the “player” software VLC is also a recorder or a streaming-station 😀 you can try to automate this process: This one-liner worked for me, with audio and video: [cc lang=”bash” escaped=”true” width=”600″] cvlc […]
tested on: Linux laptop 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt20-1+deb8u2 (2016-01-02) i686 GNU/Linux update: 2019-01: also tested on hostnamectl # Operating System: CentOS Linux 7 (Core) # CPE OS Name: cpe:/o:centos:centos:7 # Architecture: x86-64 if using one core is enough: # […]
Linux: Asunder what is CDEx for windows, is Asunder for linux (Debian/Ubuntu) an excellent tool to backpu your valuable CDs as OGG or MP3. setup is easy and you can run it as non-root user su; apt update; apt install […]
Update: video series on GNU Linux Video Editing Eps 01: Video Editing with Linux Eps 02: Kdenlive Video Editor Reviewed Eps 03: Tips and Tricks to Manage Kdenlive’s Settings, Files and More. Eps 04: How to Get the Most Out […]