Cut Out A Section Of A Video With FFMPEG
This blog post will explain how to use FFMPEG to cut out a section of a video. The FFMPEG command will use input.mp4 as the input video. The -ss flag…
This blog post will explain how to use FFMPEG to cut out a section of a video. The FFMPEG command will use input.mp4 as the input video. The -ss flag…
This blog post will explain how to use the qemu-img command to create hard disk images. The hard disk images created with qemu-img will be qcow2 images. The example below…
This blog post will explain how to use hardware acceleration with the Windows version of QEMU. Whenever the Linux version of QEMU is ran, it uses KVM for hardware acceleration.…
This blog post will explain how to forward ports with QEMU. The -net flag will be used to setup a network interface and user. The model rtl8139 will be used…
This blog post will explain how to use multiple CPUS with QEMU. The -smp flag will be used to determine how many sockets, cores, and threads QEMU can use. Sockets…
This blog post will explain how to specify no soundcard in QEMU. A virtual machine that is going to be used as a server usually has no need for sound…