Archive for the ‘Links’ Category

ffmpeg: m2ts (BluRay-Datei) nach mp4 konvertieren

Donnerstag, September 22nd, 2016

http://mschoofs.blogspot.de/2011/05/ffmpeg-convert-avchd-mts-m2ts-to-h264.html

#/bin/sh
f="$(basename -- $1)"
ffmpeg -i "$1" -map 0:a -map 0:v -vcodec libx264 -crf 24 ./smallmovies264/$2$f

Die Zahl hinter -crf gibt die Qualität an, je niedriger, desto besser die Qualität. Der default-Wert ist 23.

ODER:
Mit allen Untertiteln nach MKV formatieren.
crf=[qualität] – 0=beste Qualität, 50=schlechteste Qualität, default=23


#/bin/sh
f="$(basename -- $1)"
ffmpeg -i $1 -map 0:v -map 0:a -map 0:s -c:v libx265 -c:a copy -c:s copy -x265-params crf=20 -max_muxing_queue_size 1024 $2/output.mkv

https://trac.ffmpeg.org/wiki/Encode/H.264

ffmpeg mit Linux installieren:
sudo snap install ffmpeg
sudo snap connect ffmpeg:removable-media

Ubuntu: mehrere MKV-Videodateien verbinden

Montag, Juni 13th, 2016

http://askubuntu.com/questions/115585/joining-two-mkv-files-in-ubuntu

Internet Links

Dienstag, Juni 7th, 2016

Testen, ob eine Website online ist:
http://www.isitdownrightnow.com

Informationen über Website:
http://netcraft.com

Qt 5.7.0 Installer-Pakete herunterladen

Freitag, April 22nd, 2016

http://download.qt.io/official_releases/qt/5.12

https://download.qt.io/official_releases/qt-installer-framework/

Wegwerf-E-Mailadresse

Mittwoch, Januar 7th, 2015

https://www.byom.de