ffmpeg for local media sharing
This is my own setup:
ffmpeg4 -i <infile> -crf 27 -b:a 96k -ac 1 -ar 22050 -maxrate 480k -tune zerolatency -bufsize 960k outfile.mp4
- Read more about ffmpeg for local media sharing
- Log in to post comments
This is my own setup:
ffmpeg4 -i <infile> -crf 27 -b:a 96k -ac 1 -ar 22050 -maxrate 480k -tune zerolatency -bufsize 960k outfile.mp4
Use this command to upgrade all packages in your local pip repository:
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
NOTE: You have to substitute pip command with the full name of your installed pip version on NetBSD, like this: pip3.7
If you hit Ctrl-Z accidentally in emacs while using it in Xming under Windows, them emacs would be minimized and also frozen.
To recover maximize the window, then unmaximize.
So, you get your cursor back.
For addressbook use this format:
https://<NEXTCLOUD_SERVER>/remote.php/dav/addressbooks/users/<USER_NAME>/<CONTACTS_NAME>
You find the CONTACTS_NAME in the NextClouds database's oc_addressbooks table. The column name is 'uri'.
For calendar use this one:
https://<NEXTCLOUD_SERVER>/remote.php/dav/calendars/<USER_NAME>/<CALENDAR_NAME>
You find the CALENDAR_NAME in the NextClouds database's oc_calendars table. The column name is still 'uri'.
(require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t) (add-to-list 'package-archives '("gnu" .
Remember, the fonts should be installed either into the systems fonts repository or into ~/.fonts directory !
This is my ~/.spectrwm.conf
Save your settings, and run commands like this to install a single set to your system:
- save your settings first # tar -cvJpf etc.tar.xz /etc
# tar -Jxvpf base.tar.xz -C / - do the same with other sets except for etc and xetc # etcupdate -av -s etc.tar.xz -s xetc.tar.xz
# postinstall fix
Then reboot to be on the safe side.