|
You are here |
www.paulox.net | ||
| | | | |
blog.pesky.moe
|
|
| | | | | This is where I collect my ramblings. | |
| | | | |
blog.nuculabs.de
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
blog.nobugware.com
|
|
| | | 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... | ||