Skip to content

Videos & Subtitles for the Stoltenberg's speech, after the 2011 Norway attacks

Notifications You must be signed in to change notification settings

jvaubourg/stoltenberg-speech-20110722

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prime Minister's Stoltenberg press conference - Norway, 22nd July 2011, 10PM

Historical Speech

The same evening after the 2011 Norway attacks, the Prime Minister's Stoltenberg read an historical speech.

He said:

We must show [...] that the answer to violence is even more democracy.

We should help him to spread the word.

Please, as much as possible, do not directly link this page, but copy the video and subtitle files on personal servers or/and various video platforms. The original video is currently too hard to find: we need to replicate it, for ensuring its availability in the future.

If you speak a language not currently available in the subtitles/ directory, feel free to do a pull request.

Subtitles

You can use Subtitle Editor (package subtitleeditor on Debian/Ubuntu) for composing a new translation, and this online converter for converting SRT files to VTT ones.

English

This translation corresponds to the official English version of the speech, provided by the Norwegian government.

The syncing with the video was done with the help of this other video.

French

This translation is based on the English version, and the proposition found on this blog.

Videos

Origins

The original video was taken from VGTV in FLV format, thanks to youtube-dl:

% youtube-dl 'http://www.vgtv.no/#!/video/42403/se-stoltenberg-snakke-om-bombeangrepet'

Available formats

The original FLV file was converted to these 3 standard HTML5 formats, thanks to ffmpeg:

% ffmpeg -i stoltenberg_2011-07-22.flv -b:v 1500k -vcodec libvpx -acodec libvorbis -ab 160000 -f webm -g 30 stoltenberg_2011-07-22.webm
% ffmpeg -i stoltenberg_2011-07-22.flv -b:v 1500k -vcodec libtheora -acodec libvorbis -ab 160000 -g 30 stoltenberg_2011-07-22.ogv
% ffmpeg -i stoltenberg_2011-07-22.flv -b:v 1500k -vcodec libx264 -strict -2 -preset medium -g 30 stoltenberg_2011-07-22.mp4

Displaying on a website

Please, download the 3 files available in videos/ and the VTT files available in subtitles/, and insert this HTML5 snippet in your webpage:

<video width="512" height="288" preload="metadata" tabindex="0" controls>
  <source type="video/webm" src="stoltenberg_2011-07-22.webm">
  <source type="video/mp4" src="stoltenberg_2011-07-22.mp4">
  <source type="video/ogg" src="stoltenberg_2011-07-22.ogv">
  <track label="Français" kind="subtitles" srclang="fr" src="stoltenberg_2011-07-22.fr.vtt" default>
  <track label="English" kind="subtitles" srclang="en" src="stoltenberg_2011-07-22.en.vtt">
  <button id="subtitles" type="button" data-state="subtitles">CC</button>
  Please, use a recent browser to view this video.
</video>

About

Videos & Subtitles for the Stoltenberg's speech, after the 2011 Norway attacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published