If you need Windows binaries for ffmpeg check http://ffmpeg.zeranoe.com/builds/.
Speed up a video with ffmpeg
Leave a reply
If you need Windows binaries for ffmpeg check http://ffmpeg.zeranoe.com/builds/.
Here’s my %PROMPT% variable on Windows:
$P$_[%USERNAME%@%COMPUTERNAME%]$S$G$S
Here is what it looks like when in my user directory:
C:\Users\Matt [Matt@THINK] >
As I use bluetooth so rarely on my laptop, i wanted to find out how to disable the radio on startup in Ubuntu.
After a quick Google search, I found “How to disable Bluetooth on at autostart?” the provided the answer.
It’s a simple as adding:
/sbin/rfkill block bluetooth
To your /etc/rc.local.
I stumbled across a post regarding how to configure Firefox’s font scaling when you’ve used the Windows DPI scaling.
Take the Windows DPI setting, for instance 120DPI, and divide it by 96 (120/96=1.25). Next, set the about:config option layout.css.devPixelsPerPx to this value.