Articles



A/V sync problems: VLC better than Mencoder

Today I tried to transcode a bunch of videos using my favorite script. I need to do this because the videos produced with my cheap camera use Mjpeg as video codec and raw-data as audio codec. This result of incredible large files. To share my videos with friends, I transcode …
➟ Read more


Qemu commands

Some useful command to help running and setup qemu… Create an empty compressed 10 Go disk image (in qcow2 format): 1$ qemu-img create -f qcow2 /home/kevin/qemu-disk-image.qcow 10G Boot on your machine’s CD-Rom in qemu with previous disk image as primary HDD: 1$ qemu -cdrom /dev …
➟ Read more