Create a video clip from a set of images using ffmpeg

imagine your image folder looks like this: rephlex@hera:[~/Schreibtisch/gna]: ls -1 * | headG0037679.JPGG0037680.JPGG0037681.JPGG0037682.JPGG0037683.JPGG0037684.JPGG0037685.JPGG0037686.JPGG0037687.JPGG0037688.JPG […] This is the command you’re looking for: ffmpeg -framerate 25 -start_number 37679 -i G00%05d.JPG -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p output.mp4

Create a video clip from a set of images using ffmpeg Read More »

Installing Brother DCP Scanner Drivers in Ubuntu

Start a Terminal using CTRL+ALT+T. Install some depencencies and frontend scanner tools using sudo apt-get install xsane sane-utils simple-scan lib32stdc++6 Now download the drivers. In case brother loses them, I mirrored them here. Alternatively use the wget commands down below. wget http://download.brother.com/welcome/dlf006646/brscan4-0.4.4-4.i386.deb -O brscan4-0.4.4-4.i386.debwget http://download.brother.com/welcome/dlf006651/brscan-skey-0.2.4-1.i386.deb -O brscan-skey-0.2.4-1.i386.debwget http://download.brother.com/welcome/dlf006654/brother-udev-rule-type1-1.0.2-0.all.deb -O brother-udev-rule-type1-1.0.2-0.all.deb Now install the drivers you just

Installing Brother DCP Scanner Drivers in Ubuntu Read More »

Asus ZenBook 13 (UX331UN) with Ubuntu: Battery drain while in suspend

When i got my shiny new ZenBook 13 UX331UN in July, i immediately wiped it and installed Ubuntu 18.04 (Bionic Beaver). But I soon realized something was wrong with suspend: The laptop would go to sleep and over night the battery would either almost (10-ish percent) or completely drain, leaving the laptop completely powered off.

Asus ZenBook 13 (UX331UN) with Ubuntu: Battery drain while in suspend Read More »

Proxmox: “ perl: warning: Setting locale failed.“

If you run Proxmox and run into perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = „en_US.utf8“ are supported and installed on your system. perl: warning: Falling back to the standard locale („C“). here’s your solution: export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 locale-gen

Proxmox: “ perl: warning: Setting locale failed.“ Read More »

Nach oben scrollen