Skip to content
This repository was archived by the owner on Jan 17, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 966 Bytes

File metadata and controls

31 lines (18 loc) · 966 Bytes

TeamZ-WebStudies.github.io

TeamZ Logo

Dieses Projekt ist nur für ein Hochschul Übungs Projekt der HTW-Berlin für Web-Entwicklung.

Meilensteine

Meilenstein 2

Link: https://teamz-webstudies.github.io/Meilenstein_2/index.html

Meilenstein 3

Link: https://teamz-webstudies.github.io/Meilenstein_3/index.html

Meilenstein 4

Link: https://teamz-webstudies.github.io/Meilenstein_4/promotion.html

Videos konvertieren

Video Datei in den gängigen 3 Formaten für HTML zu konvertieren zu können muss https://www.libav.org auf dem Gerät installiert sein.

$ avconv -i TeamZ_intro.mp4 -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis -qscale:a 7 -s:v hd480 teamZ_intro.webm
$ avconv -i TeamZ_intro.mp4 -c:v libx264 -crf 28 -c:a aac -b:a 256k -strict experimental -s:v hd480 teamZ_intro.mp4
$ avconv -i TeamZ_intro.mp4 -c:v libtheora -qscale:v 7 -c:a libvorbis -qscale:a 7 -s:v hd480 TeamZ_intro.ogv