news/ta-ip-debugging: Videomitschnitt + encoding scripts

This commit is contained in:
Astro 2014-06-21 01:40:45 +02:00
parent b928a76117
commit 87f02c8a54
3 changed files with 15 additions and 9 deletions

View File

@ -27,9 +27,13 @@
Wesen. Eintritt frei!
</p>
</addendum>
<iframe xmlns="http://www.w3.org/1999/xhtml"
src="http://www.youtube-nocookie.com/embed/Kg7GRkcg9K4"
width="640" height="360"
frameborder="0" allowfullscreen="allowfullscreen">
</iframe>
<resource title="Videomitschnitt (1080p)" size="2101052580"
type="video/webm"
url="http://ftp.c3d2.de/themenabend/ta-2014-06-06-ip-debugging.webm"
poster="http://ftp.c3d2.de/themenabend/ta-2014-06-06-ip-debugging.jpg">
<alternative size="2131544427"
type="video/mp4"
url="http://ftp.c3d2.de/themenabend/ta-2014-06-06-ip-debugging.mp4"/>
</resource>
</item>

View File

@ -4,14 +4,15 @@ if=$1
of=$2
# No. CPU cores:
threads=8
threads=4
# Video bitrate:
vb=400k
vb=1600k
# Audio bitrate:
ab=128k
ffmpeg -i "$if" \
-f mp4 \
-metadata:s:a:0 language=deu -metadata title="IP-Debugging" -metadata album="Themenabend" -metadata artist="C3D2" -metadata year=2014 \
-acodec libfaac \
-ab $ab \
-threads $threads \

View File

@ -5,9 +5,9 @@ if=$1
of=$2
# No. CPU cores:
threads=8
threads=4
# Video bitrate:
vb=400k
vb=1600k
# Audio bitrate:
ab=128k
@ -23,6 +23,7 @@ ffmpeg -i "$if" \
ffmpeg -i "$if" \
-threads $threads \
-f webm \
-metadata:s:a:0 language=deu -metadata language=deu -metadata title="IP-Debugging" -metadata album="Themenabend" -metadata artist="C3D2" -metadata year=2014 \
-acodec libvorbis \
-ab $ab \
-vcodec libvpx \