/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.paulox.net
| | blog.pesky.moe
22.4 parsecs away

Travel
| | This is where I collect my ramblings.
| | blog.nuculabs.de
15.7 parsecs away

Travel
| | Hello In this short article I will show you how to split audio from video using ffmpeg. When I worked on my Udemy course I needed a way to process audio in Audacity and edit the video in Kdenlive. So I wrote two bash scripts, one for spliting audio and video and another one to combine the processed audio (usually a .wav file with the same name) with the video. The result is the following
| | blog.za3k.com
20.2 parsecs away

Travel
| |
| | blog.nobugware.com
48.6 parsecs away

Travel
| Gentoo support for lvm root is still a pain in the ass, here is a working solution. Assuming you have 2 disks same size to be mirrored. You want a mirrored /boot and a big lvm. Start a normal gentoo installation with this disks layout: fdisk -l /dev/sda Device Boot Start End Blocks Id System /dev/sda1 * 1 31 248976 fd Linux raid autodetect /dev/sda2 32 242246 1945591987+ fd Linux raid autodetect fdisk -l /dev/sdb Device Boot Start End Blocks Id System /dev/sdb1 * 1 31 248976 fd Linux raid autodetect /dev...