1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <rss version='
2.0' xmlns:lj='http://www.livejournal.org/rss/lj/
1.0/'
>
4 <title>Petter Reinholdtsen - Entries tagged multimedia
</title>
5 <description>Entries tagged multimedia
</description>
6 <link>http://people.skolelinux.org/pere/blog/
</link>
10 <title>youtube-dl for nedlasting fra NRK med undertekster - nice free software
</title>
11 <link>http://people.skolelinux.org/pere/blog/youtube_dl_for_nedlasting_fra_NRK_med_undertekster___nice_free_software.html
</link>
12 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/youtube_dl_for_nedlasting_fra_NRK_med_undertekster___nice_free_software.html
</guid>
13 <pubDate>Sat,
28 Apr
2018 10:
30:
00 +
0200</pubDate>
14 <description><p
>I
<a href=
"https://no.wikipedia.org/wiki/VHS
">VHS-kassettenes
</a
>
15 tid var det rett frem å ta vare på et TV-program en ønsket å kunne se
16 senere, uten å være avhengig av at programmet ble sendt på nytt.
17 Kanskje ønsket en å se programmet på hytten der det ikke var
18 TV-signal, eller av andre grunner ha det tilgjengelig for fremtidig
19 fornøyelse. Dette er blitt vanskeligere med introduksjon av
20 digital-TV og webstreaming, der opptak til harddisk er utenfor de
21 flestes kontroll. Men for NRK her i Norge, finnes det heldigvis flere
22 fri programvare-alternativer, som jeg har
23 <a href=
"http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
">skrevet
</a
>
24 <a href=
"http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html
">om
</a
>
25 <a href=
"http://people.skolelinux.org/pere/blog/Nedlasting_fra_NRK__som_Matroska_med_undertekster.html
">før
</a
>.
26 Så lenge kilden for nedlastingen er lovlig lagt ut på nett (hvilket
27 jeg antar NRK gjør), så er slik lagring til privat bruk også lovlig i
30 <p
>Sist jeg så på saken, i
2016, nevnte jeg at
31 <a href=
"https://rg3.github.com/youtube-dl/
">youtube-dl
</a
> ikke kunne
32 bake undertekster fra NRK inn i videofilene, og at jeg derfor
33 foretrakk andre alternativer. Nylig oppdaget jeg at dette har endret
34 seg. Fordelen med youtube-dl er at den er tilgjengelig direkte fra
35 Linux-distribusjoner som
<a href=
"https://www.debian.org/
">Debian
</a
>
36 og
<a href=
"https://www.ubuntu.com/
">Ubuntu
</a
>, slik at en slipper å
37 finne ut selv hvordan en skal få dem til å virke.
</p
>
39 <p
>For å laste ned et NRK-innslag med undertekster, og få den norske
40 underteksten pakket inn i videofilen, så kan følgende kommando
44 youtube-dl --write-sub --sub-format ttml \
45 --convert-subtitles srt --embed-subs \
46 https://tv.nrk.no/serie/ramm-ferdig-gaa/MUHU11000316/
27-
04-
2018
47 </pre
></p
>
49 <p
>URL-eksemplet er dagens toppsak på tv.nrk.no. Resultatet er en
50 MP4-fil med filmen og undertekster som kan spilles av med VLC. Merk
51 at VLC ikke viser frem undertekster før du aktiverer dem. For å gjøre
52 det, høyreklikk med musa i fremviservinduet, velg menyvalget for
53 undertekst og så norsk språk. Jeg testet også
'--write-auto-sub
',
54 men det kommandolinjeargumentet ser ikke ut til å fungere, så jeg
55 endte opp med settet med argumentlisten over, som jeg fant i en
56 feilrapport i youtube-dl-prosjektets samling over feilrapporter.
</p
>
58 <p
>Denne støtten i youtube-dl gjør det svært enkelt å lagre
59 NRK-innslag, det være seg nyheter, filmer, serier eller dokumentater,
60 for å ha dem tilgjengelig for fremtidig referanse og bruk, uavhengig
61 av hvor lenge innslagene ligger tilgjengelig hos NRK. Så får det ikke
62 hjelpe at NRKs jurister mener at det er
63 <a href=
"http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
">vesensforskjellig
64 å legge tilgjengelig for nedlasting og for streaming
</a
>, når det rent
65 teknisk er samme sak.
</p
>
67 <p
>Programmet youtube-dl støtter også en rekke andre nettsteder, se
68 prosjektoversikten for
69 <a href=
"http://rg3.github.io/youtube-dl/supportedsites.html
">en
70 komplett liste
</a
>.
</p
>
75 <title>The new
"best
" multimedia player in Debian?
</title>
76 <link>http://people.skolelinux.org/pere/blog/The_new__best__multimedia_player_in_Debian_.html
</link>
77 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/The_new__best__multimedia_player_in_Debian_.html
</guid>
78 <pubDate>Mon,
6 Jun
2016 12:
50:
00 +
0200</pubDate>
79 <description><p
>When I set out a few weeks ago to figure out
80 <a href=
"http://people.skolelinux.org/pere/blog/What_is_the_best_multimedia_player_in_Debian_.html
">which
81 multimedia player in Debian claimed to support most file formats /
82 MIME types
</a
>, I was a bit surprised how varied the sets of MIME types
83 the various players claimed support for. The range was from
55 to
130
84 MIME types. I suspect most media formats are supported by all
85 players, but this is not really reflected in the MimeTypes values in
86 their desktop files. There are probably also some bogus MIME types
87 listed, but it is hard to identify which one this is.
</p
>
89 <p
>Anyway, in the mean time I got in touch with upstream for some of
90 the players suggesting to add more MIME types to their desktop files,
91 and decided to spend some time myself improving the situation for my
92 favorite media player VLC. The fixes for VLC entered Debian unstable
93 yesterday. The complete list of MIME types can be seen on the
94 <a href=
"https://wiki.debian.org/DebianMultimedia/PlayerSupport
">Multimedia
95 player MIME type support status
</a
> Debian wiki page.
</p
>
97 <p
>The new
"best
" multimedia player in Debian? It is VLC, followed by
98 totem, parole, kplayer, gnome-mpv, mpv, smplayer, mplayer-gui and
99 kmplayer. I am sure some of the other players desktop files support
100 several of the formats currently listed as working only with vlc,
101 toten and parole.
</p
>
103 <p
>A sad observation is that only
14 MIME types are listed as
104 supported by all the tested multimedia players in Debian in their
105 desktop files: audio/mpeg, audio/vnd.rn-realaudio, audio/x-mpegurl,
106 audio/x-ms-wma, audio/x-scpls, audio/x-wav, video/mp4, video/mpeg,
107 video/quicktime, video/vnd.rn-realvideo, video/x-matroska,
108 video/x-ms-asf, video/x-ms-wmv and video/x-msvideo. Personally I find
109 it sad that video/ogg and video/webm is not supported by all the media
110 players in Debian. As far as I can tell, all of them can handle both
116 <title>What is the best multimedia player in Debian?
</title>
117 <link>http://people.skolelinux.org/pere/blog/What_is_the_best_multimedia_player_in_Debian_.html
</link>
118 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/What_is_the_best_multimedia_player_in_Debian_.html
</guid>
119 <pubDate>Sun,
8 May
2016 09:
40:
00 +
0200</pubDate>
120 <description><p
><strong
>Where I set out to figure out which multimedia player in
121 Debian claim support for most file formats.
</strong
></p
>
123 <p
>A few years ago, I had a look at the media support for Browser
124 plugins in Debian, to get an idea which plugins to include in Debian
125 Edu. I created a script to extract the set of supported MIME types
126 for each plugin, and used this to find out which multimedia browser
127 plugin supported most file formats / media types.
128 <a href=
"https://wiki.debian.org/DebianEdu/BrowserMultimedia
">The
129 result
</a
> can still be seen on the Debian wiki, even though it have
130 not been updated for a while. But browser plugins are less relevant
131 these days, so I thought it was time to look at standalone
134 <p
>A few days ago I was tired of VLC not being listed as a viable
135 player when I wanted to play videos from the Norwegian National
136 Broadcasting Company, and decided to investigate why. The cause is a
137 <a href=
"https://bugs.debian.org/
822245">missing MIME type in the VLC
138 desktop file
</a
>. In the process I wrote a script to compare the set
139 of MIME types announced in the desktop file and the browser plugin,
140 only to discover that there is quite a large difference between the
141 two for VLC. This discovery made me dig up the script I used to
142 compare browser plugins, and adjust it to compare desktop files
143 instead, to try to figure out which multimedia player in Debian
144 support most file formats.
</p
>
146 <p
>The result can be seen on the Debian Wiki, as
147 <a href=
"https://wiki.debian.org/DebianMultimedia/PlayerSupport
">a
148 table listing all MIME types supported by one of the packages included
149 in the table
</a
>, with the package supporting most MIME types being
150 listed first in the table.
</p
>
152 </p
>The best multimedia player in Debian? It is totem, followed by
153 parole, kplayer, mpv, vlc, smplayer mplayer-gui gnome-mpv and
154 kmplayer. Time for the other players to update their announced MIME
160 <title>Nedlasting fra NRK, som Matroska med undertekster
</title>
161 <link>http://people.skolelinux.org/pere/blog/Nedlasting_fra_NRK__som_Matroska_med_undertekster.html
</link>
162 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Nedlasting_fra_NRK__som_Matroska_med_undertekster.html
</guid>
163 <pubDate>Sat,
2 Jan
2016 13:
50:
00 +
0100</pubDate>
164 <description><p
>Det kommer stadig nye løsninger for å ta lagre unna innslag fra NRK
165 for å se på det senere. For en stund tilbake kom jeg over et script
166 nrkopptak laget av Ingvar Hagelund. Han fjernet riktignok sitt script
167 etter forespørsel fra Erik Bolstad i NRK, men noen tok heldigvis og
168 gjorde det
<a href=
"https://github.com/liangqi/nrkopptak
">tilgjengelig
169 via github
</a
>.
</p
>
171 <p
>Scriptet kan lagre som MPEG4 eller Matroska, og bake inn
172 undertekster i fila på et vis som blant annet VLC forstår. For å
173 bruke scriptet, kopier ned git-arkivet og kjør
</p
>
176 nrkopptak/bin/nrk-opptak k
<ahref=
"https://tv.nrk.no/serie/bmi-turne/MUHH45000115/sesong-
1/episode-
1">https://tv.nrk.no/serie/bmi-turne/MUHH45000115/sesong-
1/episode-
1</a
>
177 </pre
></p
>
179 <p
>URL-eksemplet er dagens toppsak på tv.nrk.no. Argument
'k
' ber
180 scriptet laste ned og lagre som Matroska. Det finnes en rekke andre
181 muligheter for valg av kvalitet og format.
</p
>
183 <p
>Jeg foretrekker dette scriptet fremfor youtube-dl, som
184 <a href=
"http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html
">
185 nevnt i
2014 støtter NRK
</a
> og en rekke andre videokilder, på grunn
186 av at nrkopptak samler undertekster og video i en enkelt fil, hvilket
187 gjør håndtering enklere på disk.
</p
>
192 <title>MPEG LA on
"Internet Broadcast AVC Video
" licensing and non-private use
</title>
193 <link>http://people.skolelinux.org/pere/blog/MPEG_LA_on__Internet_Broadcast_AVC_Video__licensing_and_non_private_use.html
</link>
194 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/MPEG_LA_on__Internet_Broadcast_AVC_Video__licensing_and_non_private_use.html
</guid>
195 <pubDate>Tue,
7 Jul
2015 09:
50:
00 +
0200</pubDate>
196 <description><p
>After asking the Norwegian Broadcasting Company (NRK)
197 <a href=
"http://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html
">why
198 they can broadcast and stream H
.264 video without an agreement with
199 the MPEG LA
</a
>, I was wiser, but still confused. So I asked MPEG LA
200 if their understanding matched that of NRK. As far as I can tell, it
203 <p
>I started by asking for more information about the various
204 licensing classes and what exactly is covered by the
"Internet
205 Broadcast AVC Video
" class that NRK pointed me at to explain why NRK
206 did not need a license for streaming H
.264 video:
208 <p
><blockquote
>
210 <p
>According to
211 <a href=
"http://www.mpegla.com/Lists/MPEG%
20LA%
20News%
20List/Attachments/
226/n-
10-
02-
02.pdf
">a
212 MPEG LA press release dated
2010-
02-
02</a
>, there is no charge when
213 using MPEG AVC/H
.264 according to the terms of
"Internet Broadcast AVC
214 Video
". I am trying to understand exactly what the terms of
"Internet
215 Broadcast AVC Video
" is, and wondered if you could help me. What
216 exactly is covered by these terms, and what is not?
</p
>
218 <p
>The only source of more information I have been able to find is a
220 <a href=
"http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf
">AVC
221 Patent Portfolio License Briefing
</a
>, which states this about the
225 <li
>Where End User pays for AVC Video
227 <li
>Subscription (not limited by title) –
100,
000 or fewer
228 subscribers/yr = no royalty;
&gt;
100,
000 to
250,
000 subscribers/yr =
229 $
25,
000;
&gt;
250,
000 to
500,
000 subscribers/yr = $
50,
000;
&gt;
500,
000 to
230 1M subscribers/yr = $
75,
000;
&gt;
1M subscribers/yr = $
100,
000</li
>
232 <li
>Title-by-Title -
12 minutes or less = no royalty;
&gt;
12 minutes in
233 length = lower of (a)
2% or (b) $
0.02 per title
</li
>
234 </ul
></li
>
236 <li
>Where remuneration is from other sources
238 <li
>Free Television - (a) one-time $
2,
500 per transmission encoder or
239 (b) annual fee starting at $
2,
500 for
&gt;
100,
000 HH rising to
240 maximum $
10,
000 for
&gt;
1,
000,
000 HH
</li
>
242 <li
>Internet Broadcast AVC Video (not title-by-title, not subscription)
243 – no royalty for life of the AVC Patent Portfolio License
</li
>
244 </ul
></li
>
247 <p
>Am I correct in assuming that the four categories listed is the
248 categories used when selecting licensing terms, and that
"Internet
249 Broadcast AVC Video
" is the category for things that do not fall into
250 one of the other three categories? Can you point me to a good source
251 explaining what is ment by
"title-by-title
" and
"Free Television
" in
252 the license terms for AVC/H
.264?
</p
>
254 <p
>Will a web service providing H
.264 encoded video content in a
255 "video on demand
" fashing similar to Youtube and Vimeo, where no
256 subscription is required and no payment is required from end users to
257 get access to the videos, fall under the terms of the
"Internet
258 Broadcast AVC Video
", ie no royalty for life of the AVC Patent
259 Portfolio license? Does it matter if some users are subscribed to get
260 access to personalized services?
</p
>
262 <p
>Note, this request and all answers will be published on the
264 </blockquote
></p
>
266 <p
>The answer came quickly from Benjamin J. Myers, Licensing Associate
267 with the MPEG LA:
</p
>
269 <p
><blockquote
>
270 <p
>Thank you for your message and for your interest in MPEG LA. We
271 appreciate hearing from you and I will be happy to assist you.
</p
>
273 <p
>As you are aware, MPEG LA offers our AVC Patent Portfolio License
274 which provides coverage under patents that are essential for use of
275 the AVC/H
.264 Standard (MPEG-
4 Part
10). Specifically, coverage is
276 provided for end products and video content that make use of AVC/H
.264
277 technology. Accordingly, the party offering such end products and
278 video to End Users concludes the AVC License and is responsible for
279 paying the applicable royalties.
</p
>
281 <p
>Regarding Internet Broadcast AVC Video, the AVC License generally
282 defines such content to be video that is distributed to End Users over
283 the Internet free-of-charge. Therefore, if a party offers a service
284 which allows users to upload AVC/H
.264 video to its website, and such
285 AVC Video is delivered to End Users for free, then such video would
286 receive coverage under the sublicense for Internet Broadcast AVC
287 Video, which is not subject to any royalties for the life of the AVC
288 License. This would also apply in the scenario where a user creates a
289 free online account in order to receive a customized offering of free
290 AVC Video content. In other words, as long as the End User is given
291 access to or views AVC Video content at no cost to the End User, then
292 no royalties would be payable under our AVC License.
</p
>
294 <p
>On the other hand, if End Users pay for access to AVC Video for a
295 specific period of time (e.g., one month, one year, etc.), then such
296 video would constitute Subscription AVC Video. In cases where AVC
297 Video is delivered to End Users on a pay-per-view basis, then such
298 content would constitute Title-by-Title AVC Video. If a party offers
299 Subscription or Title-by-Title AVC Video to End Users, then they would
300 be responsible for paying the applicable royalties you noted below.
</p
>
302 <p
>Finally, in the case where AVC Video is distributed for free
303 through an
"over-the-air, satellite and/or cable transmission
", then
304 such content would constitute Free Television AVC Video and would be
305 subject to the applicable royalties.
</p
>
307 <p
>For your reference, I have attached
308 <a href=
"http://people.skolelinux.org/pere/blog/images/
2015-
07-
07-mpegla.pdf
">a
309 .pdf copy of the AVC License
</a
>. You will find the relevant
310 sublicense information regarding AVC Video in Sections
2.2 through
311 2.5, and the corresponding royalties in Section
3.1.2 through
3.1.4.
312 You will also find the definitions of Title-by-Title AVC Video,
313 Subscription AVC Video, Free Television AVC Video, and Internet
314 Broadcast AVC Video in Section
1 of the License. Please note that the
315 electronic copy is provided for informational purposes only and cannot
316 be used for execution.
</p
>
318 <p
>I hope the above information is helpful. If you have additional
319 questions or need further assistance with the AVC License, please feel
320 free to contact me directly.
</p
>
321 </blockquote
></p
>
323 <p
>Having a fresh copy of the license text was useful, and knowing
324 that the definition of Title-by-Title required payment per title made
325 me aware that my earlier understanding of that phrase had been wrong.
326 But I still had a few questions:
</p
>
328 <p
><blockquote
>
329 <p
>I have a small followup question. Would it be possible for me to get
330 a license with MPEG LA even if there are no royalties to be paid? The
331 reason I ask, is that some video related products have a copyright
332 clause limiting their use without a license with MPEG LA. The clauses
333 typically look similar to this:
335 <p
><blockquote
>
336 This product is licensed under the AVC patent portfolio license for
337 the personal and non-commercial use of a consumer to (a) encode
338 video in compliance with the AVC standard (
"AVC video
") and/or (b)
339 decode AVC video that was encoded by a consumer engaged in a
340 personal and non-commercial activity and/or AVC video that was
341 obtained from a video provider licensed to provide AVC video. No
342 license is granted or shall be implied for any other use. additional
343 information may be obtained from MPEG LA L.L.C.
344 </blockquote
></p
>
346 <p
>It is unclear to me if this clause mean that I need to enter into
347 an agreement with MPEG LA to use the product in question, even if
348 there are no royalties to be paid to MPEG LA. I suspect it will
349 differ depending on the jurisdiction, and mine is Norway. What is
350 MPEG LAs view on this?
</p
>
351 </blockquote
></p
>
353 <p
>According to the answer, MPEG LA believe those using such tools for
354 non-personal or commercial use need a license with them:
</p
>
356 <p
><blockquote
>
358 <p
>With regard to the Notice to Customers, I would like to begin by
359 clarifying that the Notice from Section
7.1 of the AVC License
362 <p
>THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR
363 THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT
364 RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC
365 STANDARD (
"AVC VIDEO
") AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED
366 BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM
367 A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED
368 OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE
369 OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM
</p
>
371 <p
>The Notice to Customers is intended to inform End Users of the
372 personal usage rights (for example, to watch video content) included
373 with the product they purchased, and to encourage any party using the
374 product for commercial purposes to contact MPEG LA in order to become
375 licensed for such use (for example, when they use an AVC Product to
376 deliver Title-by-Title, Subscription, Free Television or Internet
377 Broadcast AVC Video to End Users, or to re-Sell a third party
's AVC
378 Product as their own branded AVC Product).
</p
>
380 <p
>Therefore, if a party is to be licensed for its use of an AVC
381 Product to Sell AVC Video on a Title-by-Title, Subscription, Free
382 Television or Internet Broadcast basis, that party would need to
383 conclude the AVC License, even in the case where no royalties were
384 payable under the License. On the other hand, if that party (either a
385 Consumer or business customer) simply uses an AVC Product for their
386 own internal purposes and not for the commercial purposes referenced
387 above, then such use would be included in the royalty paid for the AVC
388 Products by the licensed supplier.
</p
>
390 <p
>Finally, I note that our AVC License provides worldwide coverage in
391 countries that have AVC Patent Portfolio Patents, including
394 <p
>I hope this clarification is helpful. If I may be of any further
395 assistance, just let me know.
</p
>
396 </blockquote
></p
>
398 <p
>The mentioning of Norwegian patents made me a bit confused, so I
399 asked for more information:
</p
>
401 <p
><blockquote
>
403 <p
>But one minor question at the end. If I understand you correctly,
404 you state in the quote above that there are patents in the AVC Patent
405 Portfolio that are valid in Norway. This make me believe I read the
406 list available from
&lt;URL:
407 <a href=
"http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx
">http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx
</a
>
408 &gt; incorrectly, as I believed the
"NO
" prefix in front of patents
409 were Norwegian patents, and the only one I could find under Mitsubishi
410 Electric Corporation expired in
2012. Which patents are you referring
411 to that are relevant for Norway?
</p
>
413 </blockquote
></p
>
415 <p
>Again, the quick answer explained how to read the list of patents
416 in that list:
</p
>
418 <p
><blockquote
>
420 <p
>Your understanding is correct that the last AVC Patent Portfolio
421 Patent in Norway expired on
21 October
2012. Therefore, where AVC
422 Video is both made and Sold in Norway after that date, then no
423 royalties would be payable for such AVC Video under the AVC License.
424 With that said, our AVC License provides historic coverage for AVC
425 Products and AVC Video that may have been manufactured or Sold before
426 the last Norwegian AVC patent expired. I would also like to clarify
427 that coverage is provided for the country of manufacture and the
428 country of Sale that has active AVC Patent Portfolio Patents.
</p
>
430 <p
>Therefore, if a party offers AVC Products or AVC Video for Sale in
431 a country with active AVC Patent Portfolio Patents (for example,
432 Sweden, Denmark, Finland, etc.), then that party would still need
433 coverage under the AVC License even if such products or video are
434 initially made in a country without active AVC Patent Portfolio
435 Patents (for example, Norway). Similarly, a party would need to
436 conclude the AVC License if they make AVC Products or AVC Video in a
437 country with active AVC Patent Portfolio Patents, but eventually Sell
438 such AVC Products or AVC Video in a country without active AVC Patent
439 Portfolio Patents.
</p
>
440 </blockquote
></p
>
442 <p
>As far as I understand it, MPEG LA believe anyone using Adobe
443 Premiere and other video related software with a H
.264 distribution
444 license need a license agreement with MPEG LA to use such tools for
445 anything non-private or commercial, while it is OK to set up a
446 Youtube-like service as long as no-one pays to get access to the
447 content. I still have no clear idea how this applies to Norway, where
448 none of the patents MPEG LA is licensing are valid. Will the
449 copyright terms take precedence or can those terms be ignored because
450 the patents are not valid in Norway?
</p
>
455 <title>MakerCon Nordic videos now available on Frikanalen
</title>
456 <link>http://people.skolelinux.org/pere/blog/MakerCon_Nordic_videos_now_available_on_Frikanalen.html
</link>
457 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/MakerCon_Nordic_videos_now_available_on_Frikanalen.html
</guid>
458 <pubDate>Thu,
2 Jul
2015 14:
10:
00 +
0200</pubDate>
459 <description><p
>Last oktober I was involved on behalf of
460 <a href=
"http://www.nuug.no/
">NUUG
</a
> with recording the talks at
461 <a href=
"http://www.makercon.no/
">MakerCon Nordic
</a
>, a conference for
462 the Maker movement. Since then it has been the plan to publish the
463 recordings on
<a href=
"http://www.frikanalen.no/
">Frikanalen
</a
>, which
464 finally happened the last few days. A few talks are missing because
465 the speakers asked the organizers to not publish them, but most of the
466 talks are available. The talks are being broadcasted on RiksTV
467 channel
50 and using multicast on Uninett, as well as being available
468 from the Frikanalen web site. The unedited recordings are
469 <a href=
"https://www.youtube.com/user/MakerConNordic/
">available on
470 Youtube too
</a
>.
</p
>
472 <p
>This is the list of talks available at the moment. Visit the
473 <a href=
"http://beta.frikanalen.no/video/?q=makercon
">Frikanalen video
474 pages
</a
> to view them.
</p
>
478 <li
>Evolutionary algorithms as a design tool - from art
479 to robotics (Kyrre Glette)
</li
>
481 <li
>Make and break (Hans Gerhard Meier)
</li
>
483 <li
>Making a one year school course for young makers
484 (Olav Helland)
</li
>
486 <li
>Innovation Inspiration - IPR Databases as a Source of
487 Inspiration (Hege Langlo)
</li
>
489 <li
>Making a toy for makers (Erik Torstensson)
</li
>
491 <li
>How to make
3D printer electronics (Elias Bakken)
</li
>
493 <li
>Hovering Clouds: Looking at online tool offerings for Product
494 Design and
3D Printing (William Kempton)
</li
>
496 <li
>Travelling maker stories (Øyvind Nydal Dahl)
</li
>
498 <li
>Making the first Maker Faire in Sweden (Nils Olander)
</li
>
500 <li
>Breaking the mold: Printing
1000’s of parts (Espen Sivertsen)
</li
>
502 <li
>Ultimaker — and open source
3D printing (Erik de Bruijn)
</li
>
504 <li
>Autodesk’s
3D Printing Platform: Sparking innovation (Hilde
507 <li
>How Making is Changing the World – and How You Can Too!
508 (Jennifer Turliuk)
</li
>
510 <li
>Open-Source Adventuring: OpenROV, OpenExplorer and the Future of
511 Connected Exploration (David Lang)
</li
>
513 <li
>Making in Norway (Haakon Karlsen Jr., Graham Hayward and Jens
516 <li
>The Impact of the Maker Movement (Mike Senese)
</li
>
520 <p
>Part of the reason this took so long was that the scripts NUUG had
521 to prepare a recording for publication were five years old and no
522 longer worked with the current video processing tools (command line
523 argument changes). In addition, we needed better audio normalization,
524 which sent me on a detour to
525 <a href=
"http://people.skolelinux.org/pere/blog/Measuring_and_adjusting_the_loudness_of_a_TV_channel_using_bs1770gain.html
">package
526 bs1770gain for Debian
</a
>. Now this is in place and it became a lot
527 easier to publish NUUG videos on Frikanalen.
</p
>
532 <title>Measuring and adjusting the loudness of a TV channel using bs1770gain
</title>
533 <link>http://people.skolelinux.org/pere/blog/Measuring_and_adjusting_the_loudness_of_a_TV_channel_using_bs1770gain.html
</link>
534 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Measuring_and_adjusting_the_loudness_of_a_TV_channel_using_bs1770gain.html
</guid>
535 <pubDate>Thu,
11 Jun
2015 13:
40:
00 +
0200</pubDate>
536 <description><p
>Television loudness is the source of frustration for viewers
537 everywhere. Some channels are very load, others are less loud, and
538 ads tend to shout very high to get the attention of the viewers, and
539 the viewers do not like this. This fact is well known to the TV
540 channels. See for example the BBC white paper
541 "<a href=
"http://downloads.bbc.co.uk/rd/pubs/whp/whp-pdf-files/WHP202.pdf
">Terminology
542 for loudness and level dBTP, LU, and all that
</a
>" from
2011 for a
543 summary of the problem domain. To better address the need for even
544 loadness, the TV channels got together several years ago to agree on a
545 new way to measure loudness in digital files as one step in
546 standardizing loudness. From this came the ITU-R standard BS
.1770,
547 "<a href=
"http://www.itu.int/rec/R-REC-BS
.1770/en
">Algorithms to
548 measure audio programme loudness and true-peak audio level
</a
>".
</p
>
550 <p
>The ITU-R BS
.1770 specification describe an algorithm to measure
551 loadness in LUFS (Loudness Units, referenced to Full Scale). But
552 having a way to measure is not enough. To get the same loudness
553 across TV channels, one also need to decide which value to standardize
554 on. For European TV channels, this was done in the EBU Recommondaton
555 R128,
"<a href=
"https://tech.ebu.ch/docs/r/r128.pdf
">Loudness
556 normalisation and permitted maximum level of audio signals
</a
>", which
557 specifies a recommended level of -
23 LUFS. In Norway, I have been
558 told that NRK, TV2, MTG and SBS have decided among themselves to
559 follow the R128 recommondation for playout from
2016-
03-
01.
</p
>
561 <p
>There are free software available to measure and adjust the loudness
562 level using the LUFS. In Debian, I am aware of a library named
563 <a href=
"https://tracker.debian.org/pkg/libebur128
">libebur128
</a
>
564 able to measure the loudness and since yesterday morning a new binary
565 named
<a href=
"http://bs1770gain.sourceforge.net
">bs1770gain
</a
>
566 capable of both measuring and adjusting was uploaded and is waiting
567 for NEW processing. I plan to maintain the latter in Debian under the
568 <a href=
"https://qa.debian.org/developer.php?email=pkg-multimedia-maintainers%
40lists.alioth.debian.org
">Debian
569 multimedia
</a
> umbrella.
</p
>
571 <p
>The free software based TV channel I am involved in,
572 <a href=
"http://www.frikanalen.no/
">Frikanalen
</a
>, plan to follow the
573 R128 recommondation ourself as soon as we can adjust the software to
574 do so, and the bs1770gain tool seem like a good fit for that part of
575 the puzzle to measure loudness on new video uploaded to Frikanalen.
576 Personally, I plan to use bs1770gain to adjust the loudness of videos
577 I upload to Frikanalen on behalf of
<a href=
"http://www.nuug.no/
">the
578 NUUG member organisation
</a
>. The program seem to be able to measure
579 the LUFS value of any media file handled by ffmpeg, but I
've only
580 successfully adjusted the LUFS value of WAV files. I suspect it
581 should be able to adjust it for all the formats handled by ffmpeg.
</p
>
586 <title>Hva gjør at NRK kan distribuere H
.264-video uten patentavtale med MPEG LA?
</title>
587 <link>http://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html
</link>
588 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html
</guid>
589 <pubDate>Wed,
10 Jun
2015 15:
20:
00 +
0200</pubDate>
590 <description><p
>Helt siden jeg i
2012 fikk beskjed fra MPEG LA om at
591 <a href=
"http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
">NRK
592 trengte patentavtale med dem
</a
> hvis de distribuerte H
.264-video til
593 sluttbrukere, har jeg lurt på hva som gjør at NRK ikke har slik
594 avtale. For noen dager siden fikk jeg endelig gjort noe med min
595 undring, og sendte
2015-
05-
28 følgende epost til info (at) nrk.no med
596 tittel
"Hva gjør at NRK kan distribuere H
.264-video uten patentavtale
597 med MPEG LA?
":
</p
>
599 <p
><blockquote
>
600 <p
>Jeg lurer på en ting rundt NRKs bruk av H
.264-video på sine
601 websider samt distribusjon via RiksTV og kabel-TV. Har NRK vurdert om
602 det er behov for en patentavtale med
603 <a href=
"http://www.mpegla.com/
">MPEG LA
</a
> slik det står i
604 programvarelisensene til blant annet Apple Final Cut Studio, Adobe
605 Premiere Pro, Avid og Apples Final Cut Pro X?
</p
>
607 <p
>Hvis dere har vurdert dette, hva var utfallet av en slik vurdering?
</p
>
609 <p
>Hvis dere ikke har vurdert dette, har NRK planer om å vurdere behovet
610 for patentavtale?
</p
>
612 <p
>I følge en artikkel på
613 <a href=
"https://nrkbeta.no/
2012/
02/
01/siste-kutt-for-final-cut/
">NRK
614 Beta i
2012</a
> har NRK brukt eller testet både Apple Final Cut
615 Studio, Adobe Premiere Pro, Avid og Apples Final Cut Pro X til bruk
616 for å redigere video før sending. Alle disse har bruksvilkår
617 understøttet av opphavsretten som sier at de kun kan brukes til å lage
618 filmer til personlig og ikke-kommersiell bruk - med mindre en har en
619 lisensavtale med MPEG LA om bruk av patenter utstedt i USA for H
.264.
620 Se f.eks.
<a href=
"http://www.avid.com/static/resources/common/documents/corporate/LICENSE.pdf
">bruksvilkårene for Avid
</a
>,
<a href=
"http://news.cnet.com/
8301-
30685_3-
20000101-
264.html
">Adobe Premiere
</a
> og
<a href=
"http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf
">Apple Final
621 Cut Studio
</a
> og søk etter
"MPEG LA
".
</p
>
623 <p
>Dette får meg til å lure på om det er brudd på opphavsretten å bruke
624 disse verktøyene i strid med bruksvilkårene uten patentavtale med MPEG
625 LA. Men NRK bruker jo tilsynelatende disse verktøyene uten patentavtale
626 med MPEG LA.
</p
>
628 <p
>I følge forfatteren av Open Broadcast Encoder finnes det to typer
629 H
.264-relaterte avtaler en kan få med MPEG LA. Det er én for å lage
630 programvare og utstyr som produserer H
.264-video, og en annen for å
631 kringkaste video som bruker H
.264. Dette forteller meg at selv om
632 produsentene av utstyr og programvare som NRK bruker har en slik avtale
633 med MPEG LA, så trenges det en egen avtale for å kringkaste video på det
636 <p
>I følge Ryan Rodriguez hos MPEG LA, da jeg spurte ham på epost i
637 juni
2012, har NRK ikke en slik avtale med MPEG LA. Han sa videre at
638 NRK trenger en slik avtale hvis NRK tilbyr H
.264-kodet video til
639 sluttbrukere. Jeg sjekket listen med
640 <a href=
"http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
">organisasjoner
641 med avtale med MPEG LA
</a
> og NRK står fortsatt ikke der.
</p
>
643 <p
>Jeg lurer dermed på hva som gjør at NRK kan bruke de overnevnte
644 videoredigeringsverktøyene, som tilsynelatende har krav om avtale med
645 MPEG LA for å kunne brukes slik NRK bruker dem, til å lage videofiler
646 for distribusjon uten å ha en avtale med MPEG LA om distribusjon av
647 H
.264-video? Dette er spesielt interessant å vite for oss andre som
648 også vurderer å spre H
.264-video etter å ha redigert dem med disse mye
649 brukte videoredigeringsverktøyene.
</p
>
650 </blockquote
></p
>
652 <p
>Samme dag fikk jeg automatisk svar om at min henvendelse hadde fått
653 saksid
1294699. Jeg fikk deretter følgende respons fra NRK
654 2015-
06-
09:
</p
>
656 <p
><blockquote
>
657 <p
>Hei, beklager lang svartid, men det tok litt tid å finne ut hvem som kunne
658 svare på dette.
</p
>
660 <p
>For selskaper som leverer h
.264 til sluttbrukere på nett (f.eks
661 NRKs nett- tv utgaver som bruker h
.264) - og som leverer slike
662 tjenester uten betaling fra forbrukere – er det heller ikke påkrevd
663 noen patentavtale.
</p
>
665 <p
><a href=
"http://www.businesswire.com/news/home/
20100825006629/en/MPEG-LA%E2%
80%
99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y
">http://www.businesswire.com/news/home/
20100825006629/en/MPEG-LA%E2%
80%
99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y
</a
></p
>
667 <p
>Med vennlig hilsen
668 <br
>Gunn Helen Berg
669 <br
>Informasjonskonsulent, Publikumsservice
</p
>
672 <br
>Strategidivisjonen
673 <Br
>Sentralbord: +
47 23 04 70 00
674 <br
>Post: NRK Publikumsservice,
8608 Mo i Rana
675 <br
>nrk.no / info (at) nrk.no
</p
>
676 </blockquote
></p
>
678 Da dette ikke helt var svar på det jeg lurte på, sendte jeg samme dag
679 oppfølgerepost tilbake:
681 <p
><blockquote
>
682 <p
>[Gunn Helen Berg]
683 <br
>> Hei, beklager lang svartid, men det tok litt tid å finne ut hvem som
684 <br
>> kunne svare på dette.
</p
>
686 <p
>Takk for svar. Men det besvarte ikke helt det jeg spurte om.
</p
>
688 <p
>> For selskaper som leverer h
.264 til sluttbrukere på nett (f.eks NRKs
689 <br
>> nett- tv utgaver som bruker h
.264) - og som leverer slike tjenester
690 <br
>> uten betaling fra forbrukere – er det heller ikke påkrevd noen
691 <br
>> patentavtale.
693 <br
>> http://www.businesswire.com/news/home/
20100825006629/en/MPEG-LA%E2%
80%
99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y
</p
>
695 <p
>Spørsmålet er ikke kun om MPEG LA krever patentavtale eller ikke
696 (hvilket ikke helt besvares av pressemeldingen omtalt over, gitt at
697 pressemeldingen kom i
2010, to år før MPEG LA ansvarlige for
698 internasjonal lisensiering egen Ryan Rodriguez fortalte meg på epost
699 at NRK trenger en lisens.
</p
>
701 <p
>Det er uklart fra pressemeldingen hva
"Internet Broadcast AVC
702 Video
" konkret betyr, men i følge en
703 <a href=
"http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf
">presentasjon
704 fra MPEG LA med tema
"AVC PAtent Portfoli License Briefing
" datert
705 2015-
05-
15</a
> gjelder
"Internet Broadcast AVC Video
" kun kringkasting
706 på Internet som ikke tilbyr valg av enkeltinnslag (
"not
707 title-by-title
"), hvilket jo NRK gjør på sine nettsider. I tillegg
708 kringkaster jo NRK H
.264-video også utenom Internet (RiksTV, kabel,
709 satelitt), hvilket helt klart ikke er dekket av vilkårene omtalt i
710 pressemeldingen.
</p
>
712 <p
>Spørsmålet mitt er hvordan NRK kan bruke verktøy med bruksvilkår
713 som krever avtale med MPEG LA for det NRK bruker dem til, når NRK ikke
714 har avtale med MPEG LA. Hvis jeg forsto spørsmålet riktig, så mener
715 NRK at dere ikke trenger avtale med MPEG LA, men uten slik avtale kan
716 dere vel ikke bruke hverken Apple Final Cut Studio, Adobe Premiere
717 Pro, Avid eller Apples Final Cut Pro X for å redigere video før
720 <p
>Mine konkrete spørsmål var altså:
</p
>
724 <li
>Hvis NRK har vurdert om det er behov for en patentavtale med MPEG LA
725 slik det er krav om i programvarelisensene til blant annet Apple
726 Final Cut Studio, Adobe Premiere Pro, Avid og Apples Final Cut Pro X,
727 hva var utfallet av en slik vurdering? Kan jeg få kopi av vurderingen
728 hvis den er gjort skriftlig?
</li
>
730 <li
>Hvis NRK ikke har vurdert dette, har NRK planer om å vurdere behovet
731 for patentavtale?
</li
>
733 <li
>Hva slags saksnummer fikk min henvendelse i NRKs offentlige
734 postjournal? Jeg ser at postjournalen ikke er publisert for den
735 aktuelle perioden ennå, så jeg fikk ikke sjekket selv.
</li
>
738 </blockquote
></p
>
740 <p
>Det hjelper å ha funnet rette vedkommende i NRK, for denne gangen
741 fikk jeg svar tilbake dagen etter (
2015-
06-
10), fra Geir Børdalen i
744 <p
><blockquote
>
745 <p
>Hei Petter Reinholdtsen
</p
>
747 <p
>Jeg har sjekket saken med distribusjonssjef for tv, Arild Hellgren
748 (som var teknologidirektør da bakkenettet ble satt opp). NRK v/
749 Hellgren hadde møte med MPEG LA sammen med den europeiske
750 kringkastingsunionen EBU før bakkenettet for TV ble satt opp
751 (igangsatt høsten
2007). I dette møtet ble det avklart at NRK/EBU ikke
752 trengte noen patentavtale for h
.264 i forbindelse med oppsett av
753 bakkenettet eller bruk av MPEG4 h
.264 som kompresjonsalgoritme fordi
754 tjenesten «in full»(nor: helt) var betalt av utsendelseselskapene og
755 ikke av forbrukerne.
</p
>
757 <p
><a href=
"http://www.nrk.no/oppdrag/digitalt-bakkenett-
1.3214555">http://www.nrk.no/oppdrag/digitalt-bakkenett-
1.3214555</a
></p
>
759 <p
>Det er også klart slått fast at selskaper som leverer video basert
760 på MPEG4 h
.264 til sluttbrukere på nett, heller ikke påkrevd noen
761 patentavtale – så lenge de leverer slike tjenester uten betaling fra
762 sluttbrukere.
</p
>
764 <a href=
"http://www.businesswire.com/news/home/
20100825006629/en/MPEG-LA%E2%
80%
99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y
">http://www.businesswire.com/news/home/
20100825006629/en/MPEG-LA%E2%
80%
99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y
</a
>
766 <p
>“MPEG LA announced today that its AVC Patent Portfolio License will
767 continue not to charge royalties for Internet Video that is free to
768 end users (known as “Internet Broadcast AVC Video”) during the entire
769 life of this License. MPEG LA previously announced it would not charge
770 royalties for such video through December
31,
2015 (see
771 <a href=
"http://www.mpegla.com/Lists/MPEG%
20LA%
20News%
20List/Attachments/
226/n-
10-
02-
02.pdf
">http://www.mpegla.com/Lists/MPEG%
20LA%
20News%
20List/Attachments/
226/n-
10-
02-
02.pdf
</a
>),
772 and today’s announcement makes clear that royalties will continue not
773 to be charged for such video beyond that time. Products and services
774 other than Internet Broadcast AVC Video continue to be
775 royalty-bearing.”
</p
>
777 <p
>Vi har derfor ikke noe behov for å vurdere noen patentavtale med
780 <p
>Understreker for øvrig at NRK ikke er låst til MPEG4 – h
.264 som
781 utsendelsesformat – og at vi har brukt og bruker flere andre
782 alternativer i våre tjenester. Ulike «devicer» har ofte behov for
783 forskjellige løsninger – og NRK har forsøkt å levere med best mulig
784 kvalitet /økonomi /stabilitet avhengig av
785 plattform. Produksjonsformater i NRK spenner for øvrig over en rekke
786 forskjellige formater – hvor MPEG4 bare er en av disse. Når NRK kjøper
787 teknisk utstyr er betaling for kodekstøtte ofte en del av
788 anskaffelsesprisen for denne maskinvaren (enten dette er spesialiserte
789 enkodere eller forskjellige typer produksjonsutstyr).
</p
>
791 <p
>Vennlig hilsen
792 <br
>Geir Børdalen
</p
>
794 <p
>________________________________________
795 <br
>Geir Børdalen
796 <br
>Investeringsansvarlig NRK / Hovedprosjektleder - Origo
797 <br
>Avdeling for utvikling, innovasjon, investering og eiendom
798 <br
>NRK medietjenester
799 <br
>Sentralbord: +
47 23 04 70 00
800 <br
>Post: NRK, AUTV (RBM5), Pb.
8500 Majorstuen,
0340 Oslo
802 </blockquote
></p
>
804 <p
>Et godt og grundig svar, som var informativt om hvordan NRK tenker
805 rundt patentavtale med MPEG LA, men heller ikke helt besvarte det jeg
806 lurte på, så jeg sendte epostoppfølging samme dag.
</p
>
808 <p
><blockquote
>
809 <p
>[Geir Børdalen]
810 <br
>> Hei Petter Reinholdtsen
</p
>
812 <p
>Hei, og takk for raskt svar. Er min henvendelse journalført slik
813 at den dukker opp i NRKs postjournal?
</p
>
815 <p
>Svaret ditt var meget nyttig, og jeg forstår ut fra det du skriver
816 at avklaringen med MPEG LA rundt H
.264-distribusjon via bakkenettet
817 gjelder alle TV-kanaler i Norge. Hvilke saksnummer fikk dokumenter
818 som ble opprettet i forbindelse med det omtalte møtet NRK v/Hellgren
819 og EBU hadde med MPEG LA (dvs. referater, avtaler, etc),
820 f.eks. dokumentet der formuleringen
"in full
" som du omtaler
823 <p
>Men det er et par ting jeg fortsatt ikke forstår. Det ene er
824 hvorfor NRKs forståelse av hva
"Internet Broadcast AVC Video
" dekker
825 ser ut til å avvike fra det som presenteres i
826 <a href=
"http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf
">lysark
827 fra MPEG LA
</a
> i mai, der MPEG LA på lysark med overskriften
828 "AVC/H
.264 License Terms Participation Fees
" og undertittel
"Where
829 remuneration is from other sources
" skriver
"Internet Broadcast AVC
830 Video (not title-by-title, not subscription) – no royalty for life of
831 the AVC Patent Portfolio License
".
</p
>
833 <p
>Her leser jeg MPEG LA dithen at det kun er kringkasting uten
834 abonnement via Internet som er dekket at vilkårne omtalt i
835 pressemeldingen, mens jeg forstår deg dithen at NRK mener NRKs
836 nettsider som også har enkeltfilmer og innslag (som jeg forstår dekket
837 av formuleringen
"title-by-title
") dekkes av
"Internet Broadcast AVC
838 Video
" fra MPEG LA. Hva baserer dere denne tolkningen på? Jeg har
839 ikke sett noe skriftlig fra MPEG LA som støtter NRKs tolkning, og
840 lurer på om dere har andre kilder enn den pressemeldingen fra
5 år
841 tilbake, der NRKS forståelse av hva
"Internet Broadcast AVC Video
"
842 dekker er beskrevet?
</p
>
844 <p
>Det andre er at eposten din ikke nevnte spørsmålet mitt om
845 bruksvilkårene til videoredigeringsverktøyene som NRK bruker. Disse
846 har som tidligere nevnt krav om at de kun skal brukes til private og
847 ikke-kommersielle formål med mindre en har avtale med MPEG LA, og uten
848 avtale med MPEG LA kan det jo virke som om NRK bruker verktøyene i
849 strid med bruksvilkårene. Hva gjør at disse bruksvilkårene ikke
850 gjelder for NRK?
</p
>
851 </blockquote
></p
>
853 <p
>Noen minutter senere får jeg foreløpig siste svar i
854 føljetongen:
</p
>
856 <p
><blockquote
>
857 <p
>Hei igjen
</p
>
859 <p
>Vårt dokumentarkiv har fått en kopi (journalføringsnr kan jeg
860 dessverre ikke gi deg).
<p
>
862 <p
>> Svaret ditt var meget nyttig, og jeg forstår ut fra det du
863 <br
>> skriver at avklaringen med MPEG LA rundt H
.264-distribusjon via
864 <br
>> bakkenettet gjelder alle TV-kanaler i Norge.
</p
>
866 <p
>Svar: Kan ikke svare for andre enn for NRK/EBU - og for bakkenettet
867 i Norge er det kun NRK som er et lisensbasert selskap. Kan ikke gi noe
868 svar på saksnr på dokumenter eller ytterligere informasjon da jeg selv
869 ikke var del i dette.
</p
>
871 <p
>> Men det er et par ting jeg fortsatt ikke forstår. ...
</p
>
873 <p
>Svar: Kan ikke gå ytterligere inn i dette fra min side og mitt
874 fagfelt som er produksjon/publisering og systemstrukturene bak
875 disse. For øvrig ligger det etter vår formening ingen begrensninger
876 for NRK i mulighetene til publisering mht til kodek i
877 produksjonssystemer. Som tidligere skrevet mener vi at NRK ikke
878 trenger noen avtale med MPEG LA og støtter oss til det vi allerede har
879 kommunisert i forrige epost.
</p
>
882 <br
>Geir Børdalen
</p
>
883 </blockquote
></p
>
885 <p
>Det syntes vanskelig å komme videre når NRK ikke ønsker å gå inn i
886 problemstillingen rundt bruksvilkårene til videoredigeringsverktøyene
887 NRK bruker, så jeg sendte takk for svarene og avsluttet utvekslingen
890 <p
><blockquote
>
891 <p
>Tusen takk for rask respons, og oppklarende forklaring om hvordan
892 NRK tenker rundt MPEG LA.
</p
>
894 <p
>Jeg vil høre med NRK-arkivet for å se om de kan spore opp de
895 omtalte dokumentene. Jeg setter pris på om du kan dele titler, dato
896 eller annen informasjon som kan gjøre det enklere for arkivet å finne
899 <p
>Når det gjelder hvordan bruksvilkårene til
900 videoredigeringsverktøyene skal tolkes, så skal jeg høre med MPEG LA
901 og produsentene av verktøyene for å forsøke å få klarhet i hva de
902 mener er rikgig rettstilstand.
</p
>
903 </blockquote
></p
>
905 <p
>Jeg ble litt klokere, men fortsatt er det uklart for meg hva som er
906 grunnlaget til NRK for å se bort fra bruksvilkår i
907 videoredigeringsprogramvare som krever MPEG LA-avtale til alt annet
908 enn privat og ikke-kommersiell bruk.
</p
>
913 <title>Hvordan vurderer regjeringen H
.264-patentutfordringen?
</title>
914 <link>http://people.skolelinux.org/pere/blog/Hvordan_vurderer_regjeringen_H_264_patentutfordringen_.html
</link>
915 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Hvordan_vurderer_regjeringen_H_264_patentutfordringen_.html
</guid>
916 <pubDate>Sun,
16 Nov
2014 10:
30:
00 +
0100</pubDate>
917 <description><p
>For en stund tilbake spurte jeg Fornyingsdepartementet om hvilke
918 juridiske vurderinger rundt patentproblemstillingen som var gjort da
919 H
.264 ble tatt inn i
<a href=
"http://standard.difi.no/
">statens
920 referansekatalog over standarder
</a
>. Stig Hornnes i FAD tipset meg
921 om følgende som står i oppsumeringen til høringen om
922 referansekatalogen versjon
2.0, som jeg siden ved hjelp av en
923 innsynsforespørsel fikk tak i
924 <a href=
"http://wiki.nuug.no/uttalelser/
200901-standardkatalog-v2?action=AttachFile
&do=get
&target=kongelig-resolusjon.pdf
">PDF-utgaven av
</a
>
925 datert
2009-
06-
03 (saksnummer
200803291, saksbehandler Henrik
926 Linnestad).
</p
>
928 <p
>Der står det følgende om problemstillingen:
</p
>
930 <p
><blockquote
>
931 <strong
>4.4 Patentproblematikk
</strong
>
933 <p
>NUUG og Opera ser det som særlig viktig at forslagene knyttet til
934 lyd og video baserer seg på de royalty-frie standardene Vorbis, Theora
937 <p
>Kommentarene relaterer seg til at enkelte standarder er åpne, men
938 inneholder tekniske prosedyrer som det i USA (og noen andre land som
939 Japan) er gitt patentrettigheter til. I vårt tilfelle berører dette
940 spesielt standardene Mp3 og H
.264, selv om Politidirektoratet peker på
941 at det muligens kan være tilsvarende problematikk også for Theora og
942 Vorbis. Dette medfører at det i USA kan kreves royalties for bruk av
943 tekniske løsninger knyttet til standardene, et krav som også
944 håndheves. Patenter kan imidlertid bare hevdes i de landene hvor
945 patentet er gitt, så amerikanske patenter gjelder ikke andre steder
948 <p
>Spesielt for utvikling av fri programvare er patenter
949 problematisk. GPL, en
"grunnleggende
" lisens for distribusjon av fri
950 programvare, avviser at programvare kan distribueres under denne
951 lisensen hvis det inneholder referanser til patenterte rutiner som
952 utløser krav om royalties. Det er imidlertid uproblematisk å
953 distribuere fri programvareløsninger under GPL som benytter de
954 aktuelle standardene innen eller mellom land som ikke anerkjenner
955 patentene. Derfor finner vi også flere implementeringer av Mp3 og
956 H
.264 som er fri programvare, lisensiert under GPL.
</p
>
958 <p
>I Norge og EU er patentlovgivningen langt mer restriktiv enn i USA,
959 men det er også her mulig å få patentert metoder for løsning av et
960 problem som relaterer seg til databehandling. Det er AIF bekjent ikke
961 relevante patenter i EU eller Norge hva gjelder H
.264 og Mp3, men
962 muligheten for at det finnes patenter uten at det er gjort krav om
963 royalties eller at det senere vil gis slike patenter kan ikke helt
966 <p
>AIF mener det er et behov for å gi offentlige virksomheter mulighet
967 til å benytte antatt royaltyfrie åpne standarder som et likeverdig
968 alternativ eller i tillegg til de markedsledende åpne standardene.
</p
>
970 </blockquote
></p
>
972 <p
>Det ser dermed ikke ut til at de har vurdert patentspørsmålet i
973 sammenheng med opphavsrettsvilkår slik de er formulert for f.eks.
974 Apple Final Cut Pro, Adobe Premiere Pro, Avid og Sorenson-verktøyene,
975 der det kreves brukstillatelse for patenter som ikke er gyldige i
976 Norge for å bruke disse verktøyene til annet en personlig og ikke
977 kommersiell aktivitet når det gjelder H
.264-video. Jeg må nok lete
978 videre etter svar på det spørsmålet.
</p
>
983 <title>New lsdvd release version
0.17 is ready
</title>
984 <link>http://people.skolelinux.org/pere/blog/New_lsdvd_release_version_0_17_is_ready.html
</link>
985 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/New_lsdvd_release_version_0_17_is_ready.html
</guid>
986 <pubDate>Sat,
4 Oct
2014 08:
40:
00 +
0200</pubDate>
987 <description><p
>The
<a href=
"https://sourceforge.net/p/lsdvd/
">lsdvd project
</a
>
988 got a new set of developers a few weeks ago, after the original
989 developer decided to step down and pass the project to fresh blood.
990 This project is now maintained by Petter Reinholdtsen and Steve
993 <p
>I just wrapped up
994 <a href=
"https://sourceforge.net/p/lsdvd/mailman/message/
32896061/
">a
995 new lsdvd release
</a
>, available in git or from
996 <a href=
"https://sourceforge.net/projects/lsdvd/files/lsdvd/
">the
997 download page
</a
>. This is the changelog dated
2014-
10-
03 for version
1002 <li
>Ignore
'phantom
' audio, subtitle tracks
</li
>
1003 <li
>Check for garbage in the program chains, which indicate that a track is
1004 non-existant, to work around additional copy protection
</li
>
1005 <li
>Fix displaying content type for audio tracks, subtitles
</li
>
1006 <li
>Fix pallete display of first entry
</li
>
1007 <li
>Fix include orders
</li
>
1008 <li
>Ignore read errors in titles that would not be displayed anyway
</li
>
1009 <li
>Fix the chapter count
</li
>
1010 <li
>Make sure the array size and the array limit used when initialising
1011 the palette size is the same.
</li
>
1012 <li
>Fix array printing.
</li
>
1013 <li
>Correct subsecond calculations.
</li
>
1014 <li
>Add sector information to the output format.
</li
>
1015 <li
>Clean up code to be closer to ANSI C and compile without warnings
1016 with more GCC compiler warnings.
</li
>
1020 <p
>This change bring together patches for lsdvd in use in various
1021 Linux and Unix distributions, as well as patches submitted to the
1022 project the last nine years. Please check it out. :)
</p
>
1027 <title>Suddenly I am the new upstream of the lsdvd command line tool
</title>
1028 <link>http://people.skolelinux.org/pere/blog/Suddenly_I_am_the_new_upstream_of_the_lsdvd_command_line_tool.html
</link>
1029 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Suddenly_I_am_the_new_upstream_of_the_lsdvd_command_line_tool.html
</guid>
1030 <pubDate>Thu,
25 Sep
2014 11:
20:
00 +
0200</pubDate>
1031 <description><p
>I use the
<a href=
"https://sourceforge.net/p/lsdvd/
">lsdvd tool
</a
>
1032 to handle my fairly large DVD collection. It is a nice command line
1033 tool to get details about a DVD, like title, tracks, track length,
1034 etc, in XML, Perl or human readable format. But lsdvd have not seen
1035 any new development since
2006 and had a few irritating bugs affecting
1036 its use with some DVDs. Upstream seemed to be dead, and in January I
1037 sent a small probe asking for a version control repository for the
1038 project, without any reply. But I use it regularly and would like to
1039 get
<a href=
"https://packages.qa.debian.org/lsdvd
">an updated version
1040 into Debian
</a
>. So two weeks ago I tried harder to get in touch with
1041 the project admin, and after getting a reply from him explaining that
1042 he was no longer interested in the project, I asked if I could take
1043 over. And yesterday, I became project admin.
</p
>
1045 <p
>I
've been in touch with a Gentoo developer and the Debian
1046 maintainer interested in joining forces to maintain the upstream
1047 project, and I hope we can get a new release out fairly quickly,
1048 collecting the patches spread around on the internet into on place.
1049 I
've added the relevant Debian patches to the freshly created git
1050 repository, and expect the Gentoo patches to make it too. If you got
1051 a DVD collection and care about command line tools, check out
1052 <a href=
"https://sourceforge.net/p/lsdvd/git/ci/master/tree/
">the git source
</a
> and join
1053 <a href=
"https://sourceforge.net/p/lsdvd/mailman/
">the project mailing
1054 list
</a
>. :)
</p
>
1059 <title>Do you need an agreement with MPEG-LA to publish and broadcast H
.264 video in Norway?
</title>
1060 <link>http://people.skolelinux.org/pere/blog/Do_you_need_an_agreement_with_MPEG_LA_to_publish_and_broadcast_H_264_video_in_Norway_.html
</link>
1061 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Do_you_need_an_agreement_with_MPEG_LA_to_publish_and_broadcast_H_264_video_in_Norway_.html
</guid>
1062 <pubDate>Mon,
25 Aug
2014 22:
10:
00 +
0200</pubDate>
1063 <description><p
>Two years later, I am still not sure if it is legal here in Norway
1064 to use or publish a video in H
.264 or MPEG4 format edited by the
1065 commercially licensed video editors, without limiting the use to
1066 create
"personal
" or
"non-commercial
" videos or get a license
1067 agreement with
<a href=
"http://www.mpegla.com
">MPEG LA
</a
>. If one
1068 want to publish and broadcast video in a non-personal or commercial
1069 setting, it might be that those tools can not be used, or that video
1070 format can not be used, without breaking their copyright license. I
1072 <a href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">Back
1073 then
</a
>, I found that the copyright license terms for Adobe Premiere
1074 and Apple Final Cut Pro both specified that one could not use the
1075 program to produce anything else without a patent license from MPEG
1076 LA. The issue is not limited to those two products, though. Other
1077 much used products like those from Avid and Sorenson Media have terms
1078 of use are similar to those from Adobe and Apple. The complicating
1079 factor making me unsure if those terms have effect in Norway or not is
1080 that the patents in question are not valid in Norway, but copyright
1081 licenses are.
</p
>
1083 <p
>These are the terms for Avid Artist Suite, according to their
1084 <a href=
"http://www.avid.com/US/about-avid/legal-notices/legal-enduserlicense2
">published
1086 <a href=
"http://www.avid.com/static/resources/common/documents/corporate/LICENSE.pdf
">license
1087 text
</a
> (converted to lower case text for easier reading):
</p
>
1089 <p
><blockquote
>
1090 <p
>18.2. MPEG-
4. MPEG-
4 technology may be included with the
1091 software. MPEG LA, L.L.C. requires this notice:
</p
>
1093 <p
>This product is licensed under the MPEG-
4 visual patent portfolio
1094 license for the personal and non-commercial use of a consumer for (i)
1095 encoding video in compliance with the MPEG-
4 visual standard (“MPEG-
4
1096 video”) and/or (ii) decoding MPEG-
4 video that was encoded by a
1097 consumer engaged in a personal and non-commercial activity and/or was
1098 obtained from a video provider licensed by MPEG LA to provide MPEG-
4
1099 video. No license is granted or shall be implied for any other
1100 use. Additional information including that relating to promotional,
1101 internal and commercial uses and licensing may be obtained from MPEG
1102 LA, LLC. See http://www.mpegla.com. This product is licensed under
1103 the MPEG-
4 systems patent portfolio license for encoding in compliance
1104 with the MPEG-
4 systems standard, except that an additional license
1105 and payment of royalties are necessary for encoding in connection with
1106 (i) data stored or replicated in physical media which is paid for on a
1107 title by title basis and/or (ii) data which is paid for on a title by
1108 title basis and is transmitted to an end user for permanent storage
1109 and/or use, such additional license may be obtained from MPEG LA,
1110 LLC. See http://www.mpegla.com for additional details.
</p
>
1112 <p
>18.3. H
.264/AVC. H
.264/AVC technology may be included with the
1113 software. MPEG LA, L.L.C. requires this notice:
</p
>
1115 <p
>This product is licensed under the AVC patent portfolio license for
1116 the personal use of a consumer or other uses in which it does not
1117 receive remuneration to (i) encode video in compliance with the AVC
1118 standard (“AVC video”) and/or (ii) decode AVC video that was encoded
1119 by a consumer engaged in a personal activity and/or was obtained from
1120 a video provider licensed to provide AVC video. No license is granted
1121 or shall be implied for any other use. Additional information may be
1122 obtained from MPEG LA, L.L.C. See http://www.mpegla.com.
</p
>
1123 </blockquote
></p
>
1125 <p
>Note the requirement that the videos created can only be used for
1126 personal or non-commercial purposes.
</p
>
1128 <p
>The Sorenson Media software have
1129 <a href=
"http://www.sorensonmedia.com/terms/
">similar terms
</a
>:
</p
>
1131 <p
><blockquote
>
1133 <p
>With respect to a license from Sorenson pertaining to MPEG-
4 Video
1134 Decoders and/or Encoders: Any such product is licensed under the
1135 MPEG-
4 visual patent portfolio license for the personal and
1136 non-commercial use of a consumer for (i) encoding video in compliance
1137 with the MPEG-
4 visual standard (“MPEG-
4 video”) and/or (ii) decoding
1138 MPEG-
4 video that was encoded by a consumer engaged in a personal and
1139 non-commercial activity and/or was obtained from a video provider
1140 licensed by MPEG LA to provide MPEG-
4 video. No license is granted or
1141 shall be implied for any other use. Additional information including
1142 that relating to promotional, internal and commercial uses and
1143 licensing may be obtained from MPEG LA, LLC. See
1144 http://www.mpegla.com.
</p
>
1146 <p
>With respect to a license from Sorenson pertaining to MPEG-
4
1147 Consumer Recorded Data Encoder, MPEG-
4 Systems Internet Data Encoder,
1148 MPEG-
4 Mobile Data Encoder, and/or MPEG-
4 Unique Use Encoder: Any such
1149 product is licensed under the MPEG-
4 systems patent portfolio license
1150 for encoding in compliance with the MPEG-
4 systems standard, except
1151 that an additional license and payment of royalties are necessary for
1152 encoding in connection with (i) data stored or replicated in physical
1153 media which is paid for on a title by title basis and/or (ii) data
1154 which is paid for on a title by title basis and is transmitted to an
1155 end user for permanent storage and/or use. Such additional license may
1156 be obtained from MPEG LA, LLC. See http://www.mpegla.com for
1157 additional details.
</p
>
1159 </blockquote
></p
>
1161 <p
>Some free software like
1162 <a href=
"https://handbrake.fr/
">Handbrake
</A
> and
1163 <a href=
"http://ffmpeg.org/
">FFMPEG
</a
> uses GPL/LGPL licenses and do
1164 not have any such terms included, so for those, there is no
1165 requirement to limit the use to personal and non-commercial.
</p
>
1170 <title>Hvordan enkelt laste ned filmer fra NRK med den
"nye
" løsningen
</title>
1171 <link>http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html
</link>
1172 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html
</guid>
1173 <pubDate>Mon,
16 Jun
2014 19:
20:
00 +
0200</pubDate>
1174 <description><p
>Jeg har fortsatt behov for å kunne laste ned innslag fra NRKs
1175 nettsted av og til for å se senere når jeg ikke er på nett, men
1176 <a href=
"http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
">min
1177 oppskrift fra
2011</a
> sluttet å fungere da NRK byttet
1178 avspillermetode. I dag fikk jeg endelig lett etter oppdatert løsning,
1179 og jeg er veldig glad for å fortelle at den enkleste måten å laste ned
1180 innslag er å bruke siste versjon
2014.06.07 av
1181 <a href=
"http://rg3.github.io/youtube-dl/
">youtube-dl
</a
>. Støtten i
1182 youtube-dl
<a href=
"https://github.com/rg3/youtube-dl/issues/
2980">kom
1183 inn for
23 dager siden
</a
> og
1184 <a href=
"http://packages.qa.debian.org/y/youtube-dl.html
">versjonen i
1185 Debian
</a
> fungerer fint også som backport til Debian Wheezy. Det er
1186 et lite problem, det håndterer kun URLer med små bokstaver, men hvis
1187 en har en URL med store bokstaver kan en bare gjøre alle store om til
1188 små bokstaver for å få youtube-dl til å laste ned. Rapporterte
1190 <a href=
"https://github.com/rg3/youtube-dl/issues/
2980">problemet til
1191 utviklerne
</a
>, og antar de får fikset det snart.
</p
>
1193 <p
>Dermed er alt klart til å laste ned dokumentarene om
1194 <a href=
"http://tv.nrk.no/program/KOID23005014/usas-hemmelige-avlytting
">USAs
1195 hemmelige avlytting
</a
> og
1196 <a href=
"http://tv.nrk.no/program/KOID23005114/selskapene-bak-usas-avlytting
">Selskapene
1197 bak USAs avlytting
</a
>, i tillegg til
1198 <a href=
"http://tv.nrk.no/program/KOID20005814/et-moete-med-edward-snowden
">intervjuet
1199 med Edward Snowden gjort av den tyske tv-kanalen ARD
</a
>. Anbefaler
1200 alle å se disse, sammen med
1201 <a href=
"http://media.ccc.de/browse/congress/
2013/
30C3_-_5713_-_en_-_saal_2_-_201312301130_-_to_protect_and_infect_part_2_-_jacob.html
">foredraget
1202 til Jacob Appelbaum på siste CCC-konferanse
</a
>, for å forstå mer om
1203 hvordan overvåkningen av borgerne brer om seg.
</p
>
1205 <p
>Takk til gode venner på foreningen NUUGs IRC-kanal
1206 <a href=
"irc://irc.freenode.net/%
23nuug
">#nuug på irc.freenode.net
</a
>
1207 for tipsene som fikk meg i mål
</a
>.
</p
>
1209 <p
><strong
>Oppdatering
2014-
06-
17</strong
>: Etter at jeg publiserte
1210 denne, ble jeg tipset om bloggposten
1211 "<a href=
"http://ingvar.blog.redpill-linpro.com/
2012/
05/
31/downloading-hd-content-from-tv-nrk-no/
">Downloading
1212 HD content from tv.nrk.no
</a
>" av Ingvar Hagelund, som har alternativ
1213 implementasjon og tips for å lage mkv-fil med undertekstene inkludert.
1214 Kanskje den passer bedre for deg? I tillegg ble feilen i youtube-dl
1215 ble fikset litt senere ut på dagen i går, samt at youtube-dl fikk
1216 støtte for å laste ned undertitler. Takk til Anders Einar Hilden for
1217 god innsats og youtube-dl-utviklerne for rask respons.
</p
>
1222 <title>Half the Coverity issues in Gnash fixed in the next release
</title>
1223 <link>http://people.skolelinux.org/pere/blog/Half_the_Coverity_issues_in_Gnash_fixed_in_the_next_release.html
</link>
1224 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Half_the_Coverity_issues_in_Gnash_fixed_in_the_next_release.html
</guid>
1225 <pubDate>Tue,
29 Apr
2014 14:
20:
00 +
0200</pubDate>
1226 <description><p
>I
've been following
<a href=
"http://www.getgnash.org/
">the Gnash
1227 project
</a
> for quite a while now. It is a free software
1228 implementation of Adobe Flash, both a standalone player and a browser
1229 plugin. Gnash implement support for the AVM1 format (and not the
1230 newer AVM2 format - see
1231 <a href=
"http://lightspark.github.io/
">Lightspark
</a
> for that one),
1232 allowing several flash based sites to work. Thanks to the friendly
1233 developers at Youtube, it also work with Youtube videos, because the
1234 Javascript code at Youtube detect Gnash and serve a AVM1 player to
1235 those users. :) Would be great if someone found time to implement AVM2
1236 support, but it has not happened yet. If you install both Lightspark
1237 and Gnash, Lightspark will invoke Gnash if it find a AVM1 flash file,
1238 so you can get both handled as free software. Unfortunately,
1239 Lightspark so far only implement a small subset of AVM2, and many
1240 sites do not work yet.
</p
>
1242 <p
>A few months ago, I started looking at
1243 <a href=
"http://scan.coverity.com/
">Coverity
</a
>, the static source
1244 checker used to find heaps and heaps of bugs in free software (thanks
1245 to the donation of a scanning service to free software projects by the
1246 company developing this non-free code checker), and Gnash was one of
1247 the projects I decided to check out. Coverity is able to find lock
1248 errors, memory errors, dead code and more. A few days ago they even
1249 extended it to also be able to find the heartbleed bug in OpenSSL.
1250 There are heaps of checks being done on the instrumented code, and the
1251 amount of bogus warnings is quite low compared to the other static
1252 code checkers I have tested over the years.
</p
>
1254 <p
>Since a few weeks ago, I
've been working with the other Gnash
1255 developers squashing bugs discovered by Coverity. I was quite happy
1256 today when I checked the current status and saw that of the
777 issues
1257 detected so far,
374 are marked as fixed. This make me confident that
1258 the next Gnash release will be more stable and more dependable than
1259 the previous one. Most of the reported issues were and are in the
1260 test suite, but it also found a few in the rest of the code.
</p
>
1262 <p
>If you want to help out, you find us on
1263 <a href=
"https://lists.gnu.org/mailman/listinfo/gnash-dev
">the
1264 gnash-dev mailing list
</a
> and on
1265 <a href=
"irc://irc.freenode.net/#gnash
">the #gnash channel on
1266 irc.freenode.net IRC server
</a
>.
</p
>
1271 <title>Video DVD reader library / python-dvdvideo - nice free software
</title>
1272 <link>http://people.skolelinux.org/pere/blog/Video_DVD_reader_library___python_dvdvideo___nice_free_software.html
</link>
1273 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Video_DVD_reader_library___python_dvdvideo___nice_free_software.html
</guid>
1274 <pubDate>Fri,
21 Mar
2014 15:
25:
00 +
0100</pubDate>
1275 <description><p
>Keeping your DVD collection safe from scratches and curious
1276 children fingers while still having it available when you want to see a
1277 movie is not straight forward. My preferred method at the moment is
1278 to store a full copy of the ISO on a hard drive, and use VLC, Popcorn
1279 Hour or other useful players to view the resulting file. This way the
1280 subtitles and bonus material are still available and using the ISO is
1281 just like inserting the original DVD record in the DVD player.
</p
>
1283 <p
>Earlier I used dd for taking security copies, but it do not handle
1284 DVDs giving read errors (which are quite a few of them). I
've also
1286 <a href=
"http://people.skolelinux.org/pere/blog/Ripping_problematic_DVDs_using_dvdbackup_and_genisoimage.html
">dvdbackup
1287 and genisoimage
</a
>, but these days I use the marvellous python library
1289 <a href=
"http://bblank.thinkmo.de/blog/new-software-python-dvdvideo
">python-dvdvideo
</a
>
1290 written by Bastian Blank. It is
1291 <a href=
"http://packages.qa.debian.org/p/python-dvdvideo.html
">in Debian
1292 already
</a
> and the binary package name is python3-dvdvideo. Instead
1293 of trying to read every block from the DVD, it parses the file
1294 structure and figure out which block on the DVD is actually in used,
1295 and only read those blocks from the DVD. This work surprisingly well,
1296 and I have been able to almost backup my entire DVD collection using
1297 this method.
</p
>
1299 <p
>So far, python-dvdvideo have failed on between
10 and
1300 20 DVDs, which is a small fraction of my collection. The most common
1302 <a href=
"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
720831">DVDs
1303 using UTF-
16 instead of UTF-
8 characters
</a
>, which according to
1304 Bastian is against the DVD specification (and seem to cause some
1305 players to fail too). A rarer problem is what seem to be inconsistent
1306 DVD structures, as the python library
1307 <a href=
"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
723079">claim
1308 there is a overlap between objects
</a
>. An equally rare problem claim
1309 <a href=
"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
741878">some
1310 value is out of range
</a
>. No idea what is going on there. I wish I
1311 knew enough about the DVD format to fix these, to ensure my movie
1312 collection will stay with me in the future.
</p
>
1314 <p
>So, if you need to keep your DVDs safe, back them up using
1315 python-dvdvideo. :)
</p
>
1320 <title>IETF activity to standardise video codec
</title>
1321 <link>http://people.skolelinux.org/pere/blog/IETF_activity_to_standardise_video_codec.html
</link>
1322 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/IETF_activity_to_standardise_video_codec.html
</guid>
1323 <pubDate>Sat,
15 Sep
2012 20:
00:
00 +
0200</pubDate>
1324 <description><p
>After the
1325 <a href=
"http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html
">Opus
1326 codec made
</a
> it into
<a href=
"http://www.ietf.org/
">IETF
</a
> as
1327 <a href=
"http://tools.ietf.org/html/rfc6716
">RFC
6716</a
>, I had a look
1328 to see if there is any activity in IETF to standardise a video codec
1329 too, and I was happy to discover that there is some activity in this
1330 area. A non-
"working group
" mailing list
1331 <a href=
"https://www.ietf.org/mailman/listinfo/video-codec
">video-codec
</a
>
1333 <a href=
"http://ietf
.10.n7.nabble.com/New-Non-WG-Mailing-List-video-codec-Video-codec-BoF-discussion-list-td119548.html
">created
2012-
08-
20</a
>. It is intended to discuss the topic and if a
1334 formal working group should be formed.
</p
>
1336 <p
>I look forward to see how this plays out. There is already
1337 <a href=
"http://www.ietf.org/mail-archive/web/video-codec/current/msg00003.html
">an
1338 email from someone
</a
> in the MPEG group at ISO asking people to
1339 participate in the ISO group. Given how ISO failed with OOXML and given
1340 that it so far (as far as I can remember) only have produced
1341 multimedia formats requiring royalty payments, I suspect
1342 joining the ISO group would be a complete waste of time, but I am not
1343 involved in any codec work and my opinion will not matter much.
</p
>
1345 <p
>If one of my readers is involved with codec work, I hope she will
1346 join this work to standardise a royalty free video codec within
1352 <title>IETF standardize its first multimedia codec: Opus
</title>
1353 <link>http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html
</link>
1354 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html
</guid>
1355 <pubDate>Wed,
12 Sep
2012 13:
50:
00 +
0200</pubDate>
1356 <description><p
>Yesterday,
<a href=
"http://www.ietf.org/
">IETF
</a
> announced the
1358 <a href=
"http://tools.ietf.org/html/rfc6716
">RFC
6716, the Definition
1359 of the Opus Audio Codec
</a
>, a low latency, variable bandwidth, codec
1360 intended for both VoIP, film and music. This is the first time, as
1361 far as I know, that IETF have standardized a multimedia codec. In
1362 <a href=
"http://tools.ietf.org/html/rfc3533
">RFC
3533</a
>, IETF
1363 standardized the OGG container format, and it has proven to be a great
1364 royalty free container for audio, video and movies. I hope IETF will
1365 continue to standardize more royalty free codeces, after ISO and MPEG
1366 have proven incapable of securing everyone equal rights to publish
1367 multimedia content on the Internet.
</p
>
1369 <p
>IETF require two interoperating independent implementations to
1370 ratify a standard, and have so far ensured to only standardize royalty
1371 free specifications. Both are key factors to allow everyone (rich and
1372 poor), to compete on equal terms on the Internet.
</p
>
1374 <p
>Visit the
<a href=
"http://opus-codec.org/
">Opus project page
</a
> if
1375 you want to learn more about the solution.
</p
>
1380 <title>Git repository for song book for Computer Scientists
</title>
1381 <link>http://people.skolelinux.org/pere/blog/Git_repository_for_song_book_for_Computer_Scientists.html
</link>
1382 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Git_repository_for_song_book_for_Computer_Scientists.html
</guid>
1383 <pubDate>Fri,
7 Sep
2012 13:
50:
00 +
0200</pubDate>
1384 <description><p
>As I
1385 <a href=
"http://people.skolelinux.org/pere/blog/Song_book_for_Computer_Scientists.html
">mentioned
1386 this summer
</a
>, I have created a Computer Science song book a few
1387 years ago, and today I finally found time to create a public
1388 <a href=
"https://gitorious.org/pere-cs-songbook/pere-cs-songbook
">Gitorious
1389 repository for the project
</a
>.
</p
>
1391 <p
>If you want to help out, please clone the source and submit patches
1392 to the HTML version. To generate the PDF and PostScript version,
1393 please use prince XML, or let me know about a useful free software
1394 processor capable of creating a good looking PDF from the HTML.
</p
>
1396 <p
>Want to sing? You can still find the song book in HTML, PDF and
1397 PostScript formats at
1398 <a href=
"http://www.hungry.com/~pere/cs-songbook/
">Petter
's Computer
1399 Science Songbook
</a
>.
</p
>
1404 <title>Mer oppfølging fra MPEG-LA om avtale med dem for å kringkaste og publisere H
.264-video
</title>
1405 <link>http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</link>
1406 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</guid>
1407 <pubDate>Thu,
5 Jul
2012 23:
50:
00 +
0200</pubDate>
1408 <description><p
>I føljetongen om H
.264
1409 <a href=
"http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
">forlot
1410 jeg leserne i undring
</a
> om hvor pakken fra MPEG-LA tok veien, og om
1411 hvilke selskaper i Norge som har avtale med MPEG-LA. Da Ryan hos
1412 MPEG-LA dro på ferie sendte jeg min melding videre til hans kollega,
1413 og dagen etter fikk jeg følgende svar derfra:
</p
>
1415 <p
><blockquote
>
1416 <p
>Date: Fri,
29 Jun
2012 18:
32:
34 +
0000
1417 <br
>From: Sidney Wolf
&lt;SWolf (at) mpegla.com
&gt;
1418 <br
>To: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
1419 <br
>Cc: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
1420 <br
>Subject: RE: Do NRK have a license agreement with MPEG-LA?
</p
>
1422 <p
>Dear Mr. Reinholdtsen,
</p
>
1424 <p
>Thank you for your message. As you know, Ryan is currently our of the
1425 office, so it will be my pleasure to assist you.
</p
>
1427 <p
>Per your request, attached please find an electronic copy of the
1428 AVC Patent Portfolio License. Please note that the electronic copy of
1429 the License is provided as a convenience and for informational
1430 purposes only. When concluding the Licenses, only the hard copies
1431 provided by MPEG LA may be used.
</p
>
1433 <p
>To your question, MPEG LA lists our Licensees on our website
1434 according to each program. The lists are in alphabetical order, so it
1435 is very easy to search.
</p
>
1437 <p
>I hope that this was helpful. If we can be of additional
1438 assistance, please let me know.
</p
>
1440 <p
>Kind regards,
</p
>
1442 <p
>Sidney A. Wolf
1443 <br
>Manager, Global Licensing
1444 <br
>MPEG LA
</p
>
1445 </blockquote
></p
>
1447 <p
>Selv om et epostvedlegg er nyttig for mottakeren, så håpet jeg å få
1448 et dokument jeg kunne dele med alle leserne av bloggen min, og ikke et
1449 som må deles på individuell basis. Opphavsretten krever godkjenning
1450 fra rettighetsinnehaver før en kan gjøre slikt, så dermed fulgte jeg
1451 opp med et spørsmål om dette var greit.
</p
>
1453 <p
><blockquote
>
1454 <p
>Date: Wed,
4 Jul
2012 20:
25:
06 +
0200
1455 <br
>From: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
1456 <br
>To: Sidney Wolf
&lt;SWolf (at) mpegla.com
&gt;
1457 <br
>Cc: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
1458 <br
>Subject: Re: Do NRK have a license agreement with MPEG-LA?
</p
>
1460 <p
>Thank you for your reply.
</p
>
1462 <p
>[Sidney Wolf]
1463 <br
>&gt; Per your request, attached please find an electronic copy of the AVC
1464 <br
>&gt; Patent Portfolio License. Please note that the electronic copy of
1465 <br
>&gt; the License is provided as a convenience and for informational
1466 <br
>&gt; purposes only. When concluding the Licenses, only the hard copies
1467 <br
>&gt; provided by MPEG LA may be used.
</p
>
1469 <p
>This is useful for me to learn, but the reason I asked for the
1470 Internet address of the licensing document was to ensure I could
1471 publish a link to it when I discuss the topic of H
.264 licensing here
1472 in Norway, and allow others to verify my observations. I can not do
1473 the same with an email attachment. Thus I would like to ask you if it
1474 is OK with MPEG LA that I publish this document on the Internet for
1475 others to read?
</p
>
1477 <p
>&gt; To your question, MPEG LA lists our Licensees on our website
1478 <br
>&gt; according to each program. The lists are in alphabetical order, so
1479 <br
>&gt; it is very easy to search.
</p
>
1481 <p
>I am afraid this do not help me locate Norwegian companies in the
1482 list of Licensees. I do not know the name of all companies and
1483 organisations in Norway, and thus do not know how to locate the
1484 Norwegian ones on that list.
</p
>
1486 <p
>&gt; I hope that this was helpful. If we can be of additional assistance,
1487 <br
>&gt; please let me know.
</p
>
1489 <p
>Absoutely helpful to learn more about how MPEG LA handle licensing.
</p
>
1492 <br
>Happy hacking
1493 <br
>Petter Reinholdtsen
</p
>
1494 </blockquote
></p
>
1496 <p
>Jeg håpet også at det skulle være mulig å få vite hvilke av de
1497 mange hundre som har avtale med MPEG-LA om bruk av H
.264 som holdt til
1498 i Norge. Begge mine håp falt i grus med svaret fra MPEG-LA.
1500 <p
><blockquote
>
1501 <p
>Date: Thu,
5 Jul
2012 17:
42:
39 +
0000
1502 <br
>From: Sidney Wolf
&lt;SWolf (at) mpegla.com
&gt;
1503 <br
>To:
'Petter Reinholdtsen
' &lt;pere (at) hungry.com
&gt;
1504 <br
>Cc: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
1505 <br
>Subject: RE: Do NRK have a license agreement with MPEG-LA?
</p
>
1507 <p
>Dear Mr. Reinholdtsen,
</p
>
1509 <p
>Thank you for your reply.
</p
>
1511 <p
>We appreciate the additional explanation you have provided and for
1512 asking our permission to publish the electronic copy of the License in
1513 advance of doing so. Typically, MPEG LA prefers to distribute the
1514 electronic copies of our Licenses to interested parties. Therefore,
1515 please feel free to send interested parties to the AVC portion of our
1516 website, http://www.mpegla.com/main/programs/AVC/Pages/Intro.aspx for
1517 their further reference.
</p
>
1519 <p
>As previously mentioned, MPEG LA maintains a list of Licensees in good
1520 standing on our website according to each program. Due to the large
1521 volume of Licensees, it would be administratively impractical to
1522 provide this level of detail to interested parties. Therefore, I am
1523 afraid we are not in a position to assist you with your request.
</p
>
1525 <p
>Kind regards,
</p
>
1527 <p
>Sidney A. Wolf
1528 <br
>Manager, Global Licensing
1529 <br
>MPEG LA
</p
>
1530 </blockquote
></p
>
1532 <p
>Men takket være epostvedlegget kunne jeg søke på Google etter
1533 setningen
"WHEREAS, a video standard commonly referred to as AVC has
1534 been defined and is referred to in this Agreement as the “AVC
1535 Standard” (as more fully defined herein below)
" som finnes i avtalen,
1536 og lokalisere en kopi fra
2007 av
1537 <a href=
"http://www.sec.gov/Archives/edgar/data/
1342960/
000119312509050004/dex1024.htm
">lisensavtalen
1538 mellom MPEG-LA og DivX, Inc.
</a
>, slik at mine lesere kan se hvordan
1539 avtalen så ut da. Jeg har ikke sammenlignet tekstene for å se om noe
1540 har endret seg siden den tid, men satser på at teksten er representativ.
</p
>
1542 <p
>Jeg aner fortsatt ikke hvor FedEx tok veien med pakken fra
1545 <p
>Update
2012-
07-
06: Jeg er visst ikke den første som forsøker å få
1546 klarhet i problemstillinger rundt H
.264, og kom nettopp over en veldig
1547 interessant bloggpost fra
2010 hos LibreVideo med tittelen
1548 "<a href=
"http://www.librevideo.org/blog/
2010/
06/
14/mpeg-la-answers-some-questions-about-avch-
264-licensing/
">MPEG-LA
1549 answers some questions about AVC/H
.264 licensing
</a
>. Anbefales!
</p
>
1554 <title>Departementenes servicesenter har ingen avtale om bruk av H
.264 med MPEG-LA
</title>
1555 <link>http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html
</link>
1556 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html
</guid>
1557 <pubDate>Fri,
29 Jun
2012 09:
40:
00 +
0200</pubDate>
1558 <description><p
>Da fikk jeg nettopp svar fra
1559 <a href=
"http://www.dss.dep.no/
">Departementenes servicesenter
</a
>
1561 <a href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">mitt
1562 spørsmål om avtale rundt bruk av H
.264</a
>. De har ingen avtale med
1563 MPEG LA eller dets representanter. Her er svaret.
1565 <p
><blockquote
>
1567 <p
>Date: Fri,
29 Jun
2012 07:
04:
42 +
0000
1568 <br
>From: Nielsen Mette Haga
&lt;Mette-Haga.Nielsen (at) dss.dep.no
&gt;
1569 <br
>To: Petter Reinholdtsen
&lt;petter.reinholdtsen (at) ...
&gt;
1570 <br
>CC: Postmottak
&lt;Postmottak (at) dss.dep.no
&gt;
1571 <br
>Subject: SV: Innsynsbegjæring om MPEG/H
.264-relaterte avtaler
</p
>
1573 <p
>DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
1574 representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
1575 levert av Smartcom:tv. Lisensforholdet rundt H
.264 er ikke omtalt i
1576 vår avtale med Smartcom.
</p
>
1578 <p
>Vennlig hilsen
</p
>
1580 <p
>Mette Haga Nielsen
1581 <br
>Fung. seksjonssjef
</p
>
1583 <p
>Departementenes servicesenter
</p
>
1585 <p
>Informasjonsforvaltning
1587 <p
>Mobil
93 09 83 51
1588 <br
>E-post mette-haga.nielsen (at) dss.dep.no
</p
>
1589 </blockquote
></p
>
1591 <p
>Hvis den norske regjeringen representert ved DSS ikke har slik
1592 avtale, så kan en kanskje konkludere med at det ikke trengs? Jeg er
1593 ikke trygg på at det er god juridisk grunn å stå på, men det er i det
1594 minste interessant å vite at hverken NRK eller DSS har funnet det
1595 nødvendig å ha avtale om bruk av H
.264.
</p
>
1597 <p
>Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
1598 til bruk av opphavsrettsbeskyttet materiale de bruker til
1599 videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
1600 privatpersoner i Norge. Har de lov til å bryte vilkårene, eller har
1601 de brutt dem og så langt sluppet unna med det? Jeg aner ikke.
</p
>
1606 <title>MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H
.264-video
</title>
1607 <link>http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</link>
1608 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html
</guid>
1609 <pubDate>Thu,
28 Jun
2012 20:
00:
00 +
0200</pubDate>
1610 <description><p
>Etter at NRK
1611 <a href=
"http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html
">nektet
1612 å spore opp eventuell avtale med MPEG-LA
</a
> eller andre om bruk av
1613 MPEG/H
.264-video etter at jeg
<a
1614 href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">ba
1615 om innsyn i slike avtaler
</a
>, tenkte jeg at i stedet for å forsøke å
1616 få NRK til å finne en slik avtale, så burde det være like enkelt å
1617 spørre MPEG-LA om de hadde avtale med NRK. Spørsmålet ble sendt før
1618 jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
1619 "in Good Standing
" befant seg. MPEG-LA svarte meg i dag, og kan
1620 fortelle at NRK ikke har noen avtale med dem, så da er i det minste det
1621 slått fast. Ikke overraskende mener MPEG-LA at det trengs en avtale
1622 med MPEG-LA for å streame H
.264, men deres rammer er jo
1623 rettstilstanden i USA og ikke Norge. Jeg tar dermed den delen av
1624 svaret med en klype salt. Jeg er dermed fortsatt ikke klok på om det
1625 trengs en avtale, og hvis det trengs en avtale her i Norge, heller
1626 ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
1627 gjør at de ikke trenger avtale direkte med MPEG-LA. Jeg håper NRKs
1628 jurister har vurdert dette, og at det er mulig å få tilgang til
1629 vurderingen uansett om de trenger en avtale eller ikke.
</p
>
1631 <p
>Her er epostutvekslingen med MPEG-LA så langt. Håper ikke
1632 utvekslingen fører til NRK plutselig får en litt uventet pakke fra
1635 <p
><blockquote
>
1636 <p
>Date: Mon,
25 Jun
2012 15:
29:
37 +
0200
1637 <br
>From: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
1638 <br
>To: licensing-web (at) mpegla.com
1639 <br
>Subject: Do NRK have a license agreement with MPEG-LA?
</p
>
1641 <p
>Hi. I have a small question for you, that I hope it is OK that I
1644 <p
>Is there any license agreements between MPEG-LA and NRK,
&lt;URL:
1645 <a href=
"http://www.nrk.no/
">http://www.nrk.no/
</a
> &gt;, the
1646 Norwegian national broadcasting cooperation? I am not sure if they
1647 need one, and am just curious if such agreeement exist.
</p
>
1649 <p
>The postal address is
</p
>
1651 <p
><blockquote
>
1653 <br
>Postbox
8500, Majorstuen
1656 </blockquote
></p
>
1658 <p
>if it make it easier for you to locate such agreement.
</p
>
1660 <p
>Can you tell me how many entities in Norway have an agreement with
1661 MPEG-LA, and the name of these entities?
</p
>
1664 <br
>Happy hacking
1665 <br
>Petter Reinholdtsen
1666 </blockquote
></p
>
1668 <p
>I dag, to dager senere, fikk jeg følgende svar:
</p
>
1670 <p
><blockquote
>
1671 <p
>Date: Thu,
28 Jun
2012 14:
11:
17 +
0000
1672 <br
>From: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
>
1673 <br
>To: Petter Reinholdtsen
&lt;pere (at) hungry.com
>
1674 <br
>CC: MD Administration
&lt;MDAdministration (at) mpegla.com
>
1675 <br
>Subject: RE: Do NRK have a license agreement with MPEG-LA?
</p
>
1677 <p
>Dear Mr. Reinholdtsen,
</p
>
1679 <p
>Thank you for your message and for your interest in MPEG LA. We
1680 appreciate hearing from you and I will be happy to assist you.
</p
>
1682 <p
>To begin, I will assume that you are referring to AVC/H
.264
1683 technology in your message below, as this technology is commonly used
1684 in the transmission of video content. In that case, please allow me
1685 to briefly summarize the coverage provided by our AVC Patent Portfolio
1688 <P
>Our AVC License provides coverage for end products and video
1689 services that make use of AVC/H
.264 technology. Accordingly, the
1690 party offering such end products and video to End Users concludes the
1691 AVC License and is responsible for paying the applicable royalties
1692 associated with the end products/video they offer.
</p
>
1694 <p
>While the Norwegian Broadcast Corporation (NRK) is not currently a
1695 Licensee to MPEG LA
's AVC License (or any other Portfolio License
1696 offered by MPEG LA), if NRK offers AVC Video to End Users for
1697 remuneration (for example, Title-by-Title, Subscription, Free
1698 Television, or Internet Broadcast AVC Video), then NRK will need to
1699 conclude the AVC License and may be responsible for paying applicable
1700 royalties associated with the AVC Video it distributes.
</p
>
1702 <p
>Today I will send you a FedEx package containing a copy of our AVC
1703 License for your review. You should receive the License document
1704 within the next few days.
</p
>
1706 <p
>Meanwhile, MPEG LA currently has several Norwegian Licensees that
1707 can be found under the
"Licensees
" header within the respective
1708 portion of our website. For example, you may find our list of
1709 Licensees in Good Standing to our AVC License in the AVC portion of
1711 <a href=
"http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
">http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
</a
></p
>
1713 <p
>I hope the above information is helpful. If you have additional
1714 questions or need further assistance with the AVC License, please feel
1715 free to contact me directly. I look forward to hearing from you again
1718 <p
>Best regards,
</p
>
1720 <p
>Ryan
</p
>
1722 <p
>Ryan M. Rodriguez
1723 <br
>Licensing Associate
1725 <br
>5425 Wisconsin Avenue
1727 <br
>Chevy Chase, MD
20815
1729 <br
>Phone: +
1 (
301)
986-
6660 x211
1730 <br
>Fax: +
1 (
301)
986-
8575
1731 <br
>Email: rrodriguez (at) mpegla.com
</p
>
1733 </blockquote
></p
>
1735 <p
>Meldingen om utsendt FedEx-pakke var så merkelig at jeg
1736 øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
1737 da han jo ikke hadde fått noen postadresse som nådde meg.
</p
>
1739 <p
><blockquote
>
1741 <p
>Date: Thu,
28 Jun
2012 16:
36:
15 +
0200
1742 <br
>From: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
1743 <br
>To: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
1744 <br
>Cc: MD Administration
&lt;MDAdministration (at) mpegla.com
&gt;
1745 <br
>Subject: Re: Do NRK have a license agreement with MPEG-LA?
</p
>
1747 <p
>[Ryan Rodriguez]
1748 <br
>&gt; Dear Mr. Reinholdtsen,
</p
>
1750 <p
>Thank you for your quick reply.
</p
>
1752 <p
>&gt; Today I will send you a FedEx package containing a copy of our AVC
1753 <br
>&gt; License for your review. You should receive the License document
1754 <br
>&gt; within the next few days.
</p
>
1756 <p
>The part about sending a FedEx package confused me, though. I did not
1757 <br
>give you my address, nor am I associated with NRK in any way, so I hope
1758 <br
>you did not try to send me a package using the address of NRK. If you
1759 <br
>would send me the Internet address of to the document, it would be more
1760 <br
>useful to me to be able to download it as an electronic document.
</p
>
1762 <p
>&gt; Meanwhile, MPEG LA currently has several Norwegian Licensees that can
1763 <br
>&gt; be found under the
"Licensees
" header within the respective portion
1764 <br
>&gt; of our website. For example, you may find our list of Licensees in
1765 <br
>&gt; Good Standing to our AVC License in the AVC portion of our website,
1766 <br
>&gt; http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
</p
>
1768 <p
>How can I recognize the Norwegian licensees?
</p
>
1771 <br
>Happy hacking
1772 <br
>Petter Reinholdtsen
</p
>
1773 </blockquote
></p
>
1775 <p
>Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
1776 MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
1777 siste epost. Får håpe noen likevel følger opp
"FedEx-pakken
". For å
1778 øke sjansen for at noen revurderer utsending av pakke uten mottaker,
1779 videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
1780 Har ikke hørt noe mer
3 timer senere, så jeg mistenker at ingen leste
1781 min epost tidsnok.
</p
>
1783 <p
><blockquote
>
1785 <p
>Date: Thu,
28 Jun
2012 14:
36:
20 +
0000
1786 <br
>From: Ryan Rodriguez
&lt;RRodriguez (at) mpegla.com
&gt;
1787 <br
>To: Petter Reinholdtsen
&lt;pere (at) hungry.com
&gt;
1788 <br
>Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?
</p
>
1790 <p
>Thank you for your message.
</p
>
1792 <p
>I will be out of the office until Thursday, July
5 and will respond
1793 to all messages upon my return. If this is a matter that requires
1794 immediate attention, please contact Sidney Wolf (swolf (at)
1795 mpegla.com)
</p
>
1797 <p
>Best regards,
</p
>
1799 <p
>Ryan
</p
>
1801 <p
>Ryan M. Rodriguez
1802 <br
>Licensing Associate
1803 <br
>MPEG LA
</p
>
1805 </blockquote
></p
>
1807 <p
>Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
1808 som er om en trenger avtale med MPEG-LA for å publisere eller
1809 kringkaste H
.264-video i Norge.
</p
>
1814 <title>NRK nekter å finne og utlevere eventuell avtale med MPEG-LA
</title>
1815 <link>http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html
</link>
1816 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html
</guid>
1817 <pubDate>Mon,
25 Jun
2012 15:
10:
00 +
0200</pubDate>
1818 <description><p
>Jeg fikk nettopp svar fra NRK på
1819 <a href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">min
1820 forespørsel om kopi av avtale
</a
> med MPEG-LA eller andre om bruk av
1821 MPEG og/eller H
.264. Svaret har fått saksreferanse
2011/
371 (mon tro
1822 hva slags sak fra
2011 dette er?) hos NRK og lyder som følger:
</p
>
1824 <p
><blockquote
>
1826 <p
><strong
>Svar på innsynsbegjæring i MPEG / H
.264-relaterte
1827 avtaler
</strong
></p
>
1829 <p
>Viser til innsynsbegjæring av
19. juni
2012. Kravet om innsyn
1830 gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
1831 bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
1834 <p
>I henhold til offentleglova §
28 annet ledd må innsynskravet gjelde
1835 en bestemt sak eller i rimelig utstrekning saker av en bestemt
1836 sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
1837 bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
1838 tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
1839 står følgende:
</p
>
1841 <p
>«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
1842 for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
1843 at den enkelte saka blir identifisert. Ein kan med andre ord i
1844 utgangspunktet ikkje krevje innsyn i til dømes alle saker om
1845 utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
1846 med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
1847 til dato, partar eller liknande.»
</p
>
1849 <p
>Vedrørende denne begrensningen har Justisdepartementet uttalt
1850 følgende (Lovavdelingens uttalelser JDLOV-
2010-
3295):
</p
>
1852 <p
><em
>«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
1853 er fyrst og fremst at meir generelle innsynskrav, utan noka form for
1854 identifikasjon av kva ein eigentleg ynskjer, ville vere svært
1855 vanskelege å handsame for forvaltninga.»
</em
></p
>
1857 <p
>I samme sak uttaler Lovavdelingen følgende:
</p
>
1859 <p
><em
>«Det følgjer vidare av offentleglova §
28 andre ledd at det `i
1860 rimeleg utstrekning
' kan krevjast innsyn i `saker av ein bestemt
1861 art
'. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning
' kan
1862 gjelde saker av ein bestemt art, er i hovudsak knytt til kor
1863 arbeidskrevjande det vil vere å finne fram til dei aktuelle
1864 dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
1865 nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
1866 mange dokument) at arbeidsmengda som ville gått med til å handsame
1867 det, er større enn det ein `i rimeleg utstrekning
' kan krevje (sjølv
1868 om det nok skal mykje til).»
</em
></p
>
1870 <p
>NRK har ikke noen egen sammenstilling over avtaler innenfor
1871 bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
1872 vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
1873 avtaler som «ikke er begrenset av de generelle bruksvilkårene som
1874 gjelder for utstyr som bruker MPEG og/eller H
.264». En slik
1875 gjennomgang av avtaler måtte gjøres manuelt av en person med
1876 spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
1877 ressurser for å finne frem relevante avtaler og for deretter å vurdere
1878 om de dekkes av det innsynsbegjæringen omfattes.
</p
>
1880 <p
>På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
1881 innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
1882 vil være langt større enn det som i rimelig utstrekning kan kreves i
1883 henhold til offentleglova §
28 annet ledd.
</p
>
1885 <p
>Avslag på deres innsynsbegjæring kan påklages til Kultur- og
1886 kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
1887 frem til mottakeren, i henhold til reglene i offentleglova §
32,
1888 jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
1889 kirkedepartementet, og sendes til NRK.
</p
>
1891 <p
>NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
1892 slik at en eventuell søknad om innsyn kan tydeligere identifisere
1893 hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
1894 for inneværende og forrige måned ligger ute på
1895 NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
1896 på forespørsel til innsyn (at) nrk.no.
</p
>
1899 <br
>Dokumentarkivet i NRK
1900 <br
>v/ Elin Brandsrud
1901 <br
>Tel. direkte:
23 04 29 29
1902 <br
>Post: RBM3, Postboks
8500 Majorstuen,
0340 Oslo
1903 <br
>innsyn (at) nrk.no
</p
>
1905 </blockquote
></p
>
1908 <a href=
"http://people.skolelinux.org/pere/blog/images/
2012-
06-
25-video-mpegla-nrk.pdf
">i
1909 PDF-form som vedlegg på epost
</a
>. Jeg er litt usikker på hvordan jeg
1910 best går videre for å bli klok, men jeg har jo i hvert fall tre uker
1911 på å vurdere om jeg skal klage. Enten må nok forespørselen
1912 reformuleres eller så må jeg vel klage. Synes jo det er merkelig at
1913 NRK ikke har bedre kontroll med hvilke avtaler de har inngått. Det
1914 burde jo være noen i ledelsen som vet om de har signert en avtale med
1915 MPEG-LA eller ikke...
</p
>
1917 <p
>Oppdatering
2012-
06-
25 20:
20: Et google-søk på
"2011/
371 nrk
"
1918 sendte meg til postjournalen for
1919 <a href=
"http://nrk.no/contentfile/file/
1.8212365!offentligjournal19062012.pdf
">2012-
06-
19</a
>
1921 <a href=
"http://nrk.no/contentfile/file/
1.8214156!offentligjournal20062012.pdf
">2012-
06-
20</a
>
1922 hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
1923 er
"Graphic Systems Regions MA
2378/
10E
". Videre søk etter
"Graphic
1924 Systems Regions
" viser at dette er saken til et anbud om
1925 "<a href=
"http://no.mercell.com/m/mts/Tender/
27179412.aspx
">a graphics
1926 system for
12 or
13 sites broadcasting regional news
</a
>" hos Mercell
1927 Sourcing Service, også omtalt på
1928 <a href=
"http://www.publictenders.net/tender/
595705">Public
1929 Tenders
</a
> og
1930 <a href=
"http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521
">Doffin
</a
>.
1931 Jeg er dog usikker på hvordan dette er relatert til min
1932 forespørsel.
</p
>
1934 <p
>Oppdatering
2012-
06-
25 22:
40: Ble tipset av Kieran Kunhya, fra
1936 <a href=
"http://code.google.com/p/open-broadcast-encoder/
">Open
1937 Broadcast Encoder
</a
>, at listen over de som har lisensavtale med
1939 <a href=
"http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx
">tilgjengelig
1940 på web
</a
>. Veldig fint å oppdage hvor den finnes, da jeg må ha lett
1941 etter feil ting da jeg forsøke å finne den. Der står ikke NRK, men
1942 flere andre
"Broadcasting Company
"-oppføringer. Lurer på om det betyr
1943 at NRK ikke trenger avtale, eller noe helt annet?
</p
>
1948 <title>Song book for Computer Scientists
</title>
1949 <link>http://people.skolelinux.org/pere/blog/Song_book_for_Computer_Scientists.html
</link>
1950 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Song_book_for_Computer_Scientists.html
</guid>
1951 <pubDate>Sun,
24 Jun
2012 13:
30:
00 +
0200</pubDate>
1952 <description><p
>Many years ago, while studying Computer Science at the
1953 <a href=
"http://www.uit.no/
">University of Tromsø
</a
>, I started
1954 collecting computer related songs for use at parties. The original
1955 version was written in LaTeX, but a few years ago I got help from
1956 Håkon W. Lie, one of the inventors of W3C CSS, to convert it to HTML
1957 while keeping the ability to create a nice book in PDF format. I have
1958 not had time to maintain the book for a while now, and guess I should
1959 put it up on some public version control repository where others can
1960 help me extend and update the book. If anyone is volunteering to help
1961 me with this, send me an email. Also let me know if there are songs
1962 missing in my book.
</p
>
1964 <p
>I have not mentioned the book on my blog so far, and it occured to
1965 me today that I really should let all my readers share the joys of
1966 singing out load about programming, computers and computer networks.
1967 Especially now that
<a href=
"http://debconf12.debconf.org/
">Debconf
1968 12</a
> is about to start (and I am not going). Want to sing? Check
1969 out
<a href=
"http://www.hungry.com/~pere/cs-songbook/
">Petter
's
1970 Computer Science Songbook
</a
>.
1975 <title>Trenger en avtale med MPEG-LA for å publisere og kringkaste H
.264-video?
</title>
1976 <link>http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
</link>
1977 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
</guid>
1978 <pubDate>Thu,
21 Jun
2012 13:
40:
00 +
0200</pubDate>
1979 <description><p
>Trengs det avtale med MPEG-LA for å ha lovlig rett til å
1980 distribuere og kringkaste video i MPEG4 eller med videokodingen H
.264?
1981 <a href=
"http://webmink.com/essays/h-
264/
">H
.264 og MPEG4 er jo ikke en
1982 fri og åpen standard
</a
> i henhold til
1983 <a href=
"http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html
">definisjonen
1984 til Digistan
</a
>, så i enkelte land er det ingen tvil om at du må ha
1985 en slik avtale, men jeg må innrømme at jeg ikke vet om det også
1986 gjelder Norge. Det ser uansett ut til å være en juridisk interessant
1987 problemstilling. Men jeg tenkte her om dagen som så, at hvis det er
1988 nødvendig, så har store aktører som
1989 <a href=
"http://www.nrk.no/
">NRK
</a
> og
1990 <a href=
"http://www.regjeringen.no/
">regjeringen
</a
> skaffet seg en
1991 slik avtale. Jeg har derfor sendt forespørsel til begge (for
1992 regjeringen sin del er det Departementenes Servicesenter som gjør
1993 jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
1994 og/eller H
.264 med MPEG-LA eller andre aktører som opererer på vegne
1995 av MPEG-LA. Her er kopi av eposten jeg har sendt til
1996 <a href=
"http://www.dss.dep.no/
">Departementenes Servicesenter
</a
>.
1997 Forespørselen til NRK er veldig lik.
</p
>
1999 <p
><blockquote
>
2001 <p
>Date: Tue,
19 Jun
2012 15:
18:
33 +
0200
2002 <br
>From: Petter Reinholdtsen
2003 <br
>To: postmottak@dss.dep.no
2004 <br
>Subject: Innsynsbegjæring om MPEG/H
.264-relaterte avtaler
2006 <p
>Hei. Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
2007 til avtaler rundt bruk av videoformatene MPEG og H
.264. Jeg er
2008 spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
2009 eller noen som representerer MPEG-LA i Norge.
</p
>
2011 <p
>MPEG og H
.264 er videoformater som brukes både til kringkasting
2012 (f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
2013 via Adobe Flash. MPEG-LA,
&lt;URL:
2014 <a href=
"http://www.mpeg-la.com/
">http://www.mpeg-la.com/
</a
> &gt;, er
2015 en organisasjon som har fått oppgaven, av de kjente rettighetshavere
2016 av immaterielle rettigheter knyttet til MPEG og H
.264, å selge
2017 bruksrett for MPEG og H
.264.
</p
>
2019 <p
>Via regjeringen.no kringkastes med MPEG og H
.264-baserte
2020 videoformater, og dette ser ut til å være organisert av DSS. Jeg
2021 antar dermed at DSS har avtale med en eller annen aktør om dette.
</p
>
2023 <p
>F.eks. har Adobe Premiere Pro har følgende klausul i følge
&lt;URL:
2024 <a href=
"http://news.cnet.com/
8301-
30685_3-
20000101-
264.html
">http://news.cnet.com/
8301-
30685_3-
20000101-
264.html
</a
>
2027 <p
><blockquote
>
2029 <p
>6.17. AVC DISTRIBUTION. The following notice applies to software
2030 containing AVC import and export functionality: THIS PRODUCT IS
2031 LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
2032 NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
2033 WITH THE AVC STANDARD (
"AVC VIDEO
") AND/OR (b) DECODE AVC VIDEO THAT
2034 WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
2035 ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
2036 LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
2037 IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
2038 FROM MPEG LA L.L.C. SEE
2039 <a href=
"http://www.mpegla.com
">http://www.mpegla.com
</a
>.
</p
>
2041 </blockquote
></p
>
2043 <p
>Her er det kun
"non-commercial
" og
"personal and non-commercial
"
2044 aktivitet som er tillatt uten ekstra avtale med MPEG-LA.
</p
>
2046 <p
>Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
2047 følgende klausul i følge
&lt;URL:
2048 <a href=
"http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf
">http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf
</a
>
2051 <p
><blockquote
>
2053 <p
>15. Merknad om H
.264/AVC. Hvis Apple-programvaren inneholder
2054 funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
2055 kommersiell bruk ekstra lisensiering og følgende gjelder:
2056 AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
2057 FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
2058 KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN (
"AVC-VIDEO
")
2059 OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
2060 PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
2061 FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
2062 AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
2063 FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.
</p
>
2064 </blockquote
></p
>
2066 <p
>Tilsvarende gjelder for andre programvarepakker, kamera, etc som
2067 bruker MPEG og H
.264, at en må ha en avtale med MPEG-LA for å ha lov
2068 til å bruke programmet/utstyret hvis en skal lage noe annet enn
2069 private filmer og i ikke-kommersiell virksomhet.
</p
>
2071 <p
>Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
2072 ikke er begrenset av de generelle bruksvilkårene som gjelder for
2073 utstyr som bruker MPEG og/eller H
.264.
</p
>
2074 </blockquote
></p
>
2076 <p
>Nå venter jeg spent på svaret. Jeg planlegger å blogge om svaret
2082 <title>HTC One X - Your video? What do you mean?
</title>
2083 <link>http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html
</link>
2084 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html
</guid>
2085 <pubDate>Thu,
26 Apr
2012 13:
20:
00 +
0200</pubDate>
2086 <description><p
>In
<a href=
"http://www.idg.no/computerworld/article243690.ece
">an
2087 article today
</a
> published by Computerworld Norway, the photographer
2088 <a href=
"http://www.urke.com/eirik/
">Eirik Helland Urke
</a
> reports
2089 that the video editor application included with
2090 <a href=
"http://www.htc.com/www/smartphones/htc-one-x/#specs
">HTC One
2091 X
</a
> have some quite surprising terms of use. The article is mostly
2092 based on the twitter message from mister Urke, stating:
2094 <p
><blockquote
>
2095 "<a href=
"http://twitter.com/urke/status/
194062269724897280">Drøy
2096 brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
2097 kan jeg KUN bruke dem privat.
</a
>"
2098 </blockquote
></p
>
2100 <p
>I quickly translated it to this English message:
</p
>
2102 <p
><blockquote
>
2103 "Arrogant user agreement: HTC can use MY edited videos
2104 commercially. Although I can ONLY use them privately.
"
2105 </blockquote
></p
>
2107 <p
>I
've been unable to find the text of the license term myself, but
2108 suspect it is a variation of the MPEG-LA terms I
2109 <a href=
"http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
">discovered
2110 with my Canon IXUS
130</a
>. The HTC One X specification specifies that
2111 the recording format of the phone is .amr for audio and .mp3 for
2113 <a href=
"http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues
">Adaptive
2114 Multi-Rate audio codec
</a
> with patents which according to the
2115 Wikipedia article require an license agreement with
2116 <a href=
"http://www.voiceage.com/
">VoiceAge
</a
>. MP4 is
2117 <a href=
"http://en.wikipedia.org/wiki/H
.264/MPEG-
4_AVC#Patent_licensing
">MPEG4 with
2118 H
.264</a
>, which according to Wikipedia require a licence agreement
2119 with
<a href=
"http://www.mpegla.com/
">MPEG-LA
</a
>.
</p
>
2121 <p
>I know why I prefer
2122 <a href=
"http://www.digistan.org/open-standard:definition
">free and open
2123 standards
</a
> also for video.
</p
>
2128 <title>RAND terms - non-reasonable and discriminatory
</title>
2129 <link>http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html
</link>
2130 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html
</guid>
2131 <pubDate>Thu,
19 Apr
2012 22:
20:
00 +
0200</pubDate>
2132 <description><p
>Here in Norway, the
2133 <a href=
"http://www.regjeringen.no/nb/dep/fad.html?id=
339"> Ministry of
2134 Government Administration, Reform and Church Affairs
</a
> is behind
2135 a
<a href=
"http://standard.difi.no/forvaltningsstandarder
">directory of
2136 standards
</a
> that are recommended or mandatory for use by the
2137 government. When the directory was created, the people behind it made
2138 an effort to ensure that everyone would be able to implement the
2139 standards and compete on equal terms to supply software and solutions
2140 to the government. Free software and non-free software could compete
2141 on the same level.
</p
>
2143 <p
>But recently, some standards with RAND
2144 (
<a href=
"http://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing
">Reasonable
2145 And Non-Discriminatory
</a
>) terms have made their way into the
2146 directory. And while this might not sound too bad, the fact is that
2147 standard specifications with RAND terms often block free software from
2148 implementing them. The reasonable part of RAND mean that the cost per
2149 user/unit is low,and the non-discriminatory part mean that everyone
2150 willing to pay will get a license. Both sound great in theory. In
2151 practice, to get such license one need to be able to count users, and
2152 be able to pay a small amount of money per unit or user. By
2153 definition, users of free software do not need to register their use.
2154 So counting users or units is not possible for free software projects.
2155 And given that people will use the software without handing any money
2156 to the author, it is not really economically possible for a free
2157 software author to pay a small amount of money to license the rights
2158 to implement a standard when the income available is zero. The result
2159 in these situations is that free software are locked out from
2160 implementing standards with RAND terms.
</p
>
2162 <p
>Because of this, when I see someone claiming the terms of a
2163 standard is reasonable and non-discriminatory, all I can think of is
2164 how this really is non-reasonable and discriminatory. Because free
2165 software developers are working in a global market, it does not really
2166 help to know that software patents are not supposed to be enforceable
2167 in Norway. The patent regimes in other countries affect us even here.
2168 I really hope the people behind the standard directory will pay more
2169 attention to these issues in the future.
</p
>
2171 <p
>You can find more on the issues with RAND, FRAND and RAND-Z terms
2173 (
<a href=
"http://blogs.computerworlduk.com/simon-says/
2010/
11/rand-not-so-reasonable/
">RAND:
2174 Not So Reasonable?
</a
>).
</p
>
2176 <p
>Update
2012-
04-
21: Just came across a
2177 <a href=
"http://blogs.computerworlduk.com/open-enterprise/
2012/
04/of-microsoft-netscape-patents-and-open-standards/index.htm
">blog
2178 post from Glyn Moody
</a
> over at Computer World UK warning about the
2179 same issue, and urging people to speak out to the UK government. I
2180 can only urge Norwegian users to do the same for
2181 <a href=
"http://www.standard.difi.no/hoyring/hoyring-om-nye-anbefalte-it-standarder
">the
2182 hearing taking place at the moment
</a
> (respond before
2012-
04-
27).
2183 It proposes to require video conferencing standards including
2184 specifications with RAND terms.
</p
>
2189 <title>Hvordan enkelt laste ned filmer fra NRK
</title>
2190 <link>http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
</link>
2191 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
</guid>
2192 <pubDate>Sat,
5 Nov
2011 15:
20:
00 +
0100</pubDate>
2193 <description><p
>Ofte har jeg lyst til å laste ned et innslag fra NRKs nettsted for
2194 å se det senere når jeg ikke er på nett, eller for å ha det
2195 tilgjengelig når jeg en gang i fremtiden ønsker å referere til
2196 innslaget selv om NRK har fjernet det fra sine nettsider. I dag fant
2197 jeg et lite script som fikser jobben.
</p
>
2199 <p
>Scriptet er laget av Jan Henning Thorsen og tilgjengelig fra
2200 <a href=
"http://jhthorsen.github.com/snippets/nrk-downloader/
">github
</a
>,
2201 og gjør det veldig enkelt å laste ned. Kjør
<tt
>nrk-downloader.sh
2202 http://www1.nrk.no/nett-tv/klipp/
582810</tt
> for å hente ned et enkelt
2203 innslag eller
<tt
>nrk-downloader.sh
2204 http://www1.nrk.no/nett-tv/kategori/
3521</tt
> for å laste ned alle
2205 episodene i en serie.
</p
>
2207 <p
>Det er ikke rakettforskning å laste ned NRK-
"strømmer
", og
2208 tidligere gjorde jeg dette manuelt med mplayer. Scriptet til
2209 Hr. Thorsen gjør det raskere og enklere for meg, men jeg vil ikke si
2210 at det er en revolusjonerende løsning. Jeg mener jo fortsatt at
2211 påstanden fra NRKs ansatte om at det er
2212 <a href=
"http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
">vesensforskjellig
2213 å legge tilgjengelig for nedlasting og for streaming
</a
> er
2214 meningsløs.
</p
>
2219 <title>What is missing in the Debian desktop, or why my parents use Kubuntu
</title>
2220 <link>http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html
</link>
2221 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html
</guid>
2222 <pubDate>Fri,
29 Jul
2011 08:
10:
00 +
0200</pubDate>
2223 <description><p
>While at Debconf11, I have several times during discussions
2224 mentioned the issues I believe should be improved in Debian for its
2225 desktop to be useful for more people. The use case for this is my
2226 parents, which are currently running Kubuntu which solve the
2229 <p
>I suspect these four missing features are not very hard to
2230 implement. After all, they are present in Ubuntu, so if we wanted to
2231 do this in Debian we would have a source.
</p
>
2235 <li
><strong
>Simple GUI based upgrade of packages.
</strong
> When there
2236 are new packages available for upgrades, a icon in the KDE status bar
2237 indicate this, and clicking on it will activate the simple upgrade
2238 tool to handle it. I have no problem guiding both of my parents
2239 through the process over the phone. If a kernel reboot is required,
2240 this too is indicated by the status bars and the upgrade tool. Last
2241 time I checked, nothing with the same features was working in KDE in
2244 <li
><strong
>Simple handling of missing Firefox browser
2245 plugins.
</strong
> When the browser encounter a MIME type it do not
2246 currently have a handler for, it will ask the user if the system
2247 should search for a package that would add support for this MIME type,
2248 and if the user say yes, the APT sources will be searched for packages
2249 advertising the MIME type in their control file (visible in the
2250 Packages file in the APT archive). If one or more packages are found,
2251 it is a simple click of the mouse to add support for the missing mime
2252 type. If the package require the user to accept some non-free
2253 license, this is explained to the user. The entire process make it
2254 more clear to the user why something do not work in the browser, and
2255 make the chances higher for the user to blame the web page authors and
2256 not the browser for any missing features.
</li
>
2258 <li
><strong
>Simple handling of missing multimedia codec/format
2259 handlers.
</strong
> When the media players encounter a format or codec
2260 it is not supporting, a dialog pop up asking the user if the system
2261 should search for a package that would add support for it. This
2262 happen with things like MP3, Windows Media or H
.264. The selection
2263 and installation procedure is very similar to the Firefox browser
2264 plugin handling. This is as far as I know implemented using a
2265 gstreamer hook. The end result is that the user easily get access to
2266 the codecs that are present from the APT archives available, while
2267 explaining more on why a given format is unsupported by Ubuntu.
</li
>
2269 <li
><strong
>Better browser handling of some MIME types.
</strong
> When
2270 displaying a text/plain file in my Debian browser, it will propose to
2271 start emacs to show it. If I remember correctly, when doing the same
2272 in Kunbutu it show the file as a text file in the browser. At least I
2273 know Opera will show text files within the browser. I much prefer the
2274 latter behaviour.
</li
>
2278 <p
>There are other nice features as well, like the simplified suite
2279 upgrader, but given that I am the one mostly doing the dist-upgrade,
2280 it do not matter much.
</p
>
2282 <p
>I really hope we could get these features in place for the next
2283 Debian release. It would require the coordinated effort of several
2284 maintainers, but would make the end user experience a lot better.
</p
>
2289 <title>Gnash enteres Google Summer of Code
2011</title>
2290 <link>http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html
</link>
2291 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html
</guid>
2292 <pubDate>Wed,
6 Apr
2011 09:
00:
00 +
0200</pubDate>
2293 <description><p
><a href=
"http://www.getgnash.org/
">The Gnash project
</a
> is still
2294 the most promising solution for a Free Software Flash implementation.
2295 A few days ago the project
2296 <a href=
"http://lists.gnu.org/archive/html/gnash-dev/
2011-
04/msg00011.html
">announced
</a
>
2297 that it will participate in Google Summer of Code. I hope many
2298 students apply, and that some of them succeed in getting AVM2 support
2299 into Gnash.
</p
>
2304 <title>Why isn
't Debian Edu using VLC?
</title>
2305 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html
</link>
2306 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html
</guid>
2307 <pubDate>Sat,
27 Nov
2010 11:
30:
00 +
0100</pubDate>
2308 <description><p
>In the latest issue of Linux Journal, the readers choices were
2309 presented, and the winner among the multimedia player were VLC.
2310 Personally, I like VLC, and it is my player of choice when I first try
2311 to play a video file or stream. Only if VLC fail will I drag out
2312 gmplayer to see if it can do better. The reason is mostly the failure
2313 model and trust. When VLC fail, it normally pop up a error message
2314 reporting the problem. When mplayer fail, it normally segfault or
2315 just hangs. The latter failure mode drain my trust in the program.
<p
>
2317 <p
>But even if VLC is my player of choice, we have choosen to use
2318 mplayer in
<a href=
"http://www.skolelinux.org/
">Debian
2319 Edu/Skolelinux
</a
>. The reason is simple. We need a good browser
2320 plugin to play web videos seamlessly, and the VLC browser plugin is
2321 not very good. For example, it lack in-line control buttons, so there
2322 is no way for the user to pause the video. Also, when I
2323 <a href=
"http://wiki.debian.org/DebianEdu/BrowserMultimedia
">last
2324 tested the browser plugins
</a
> available in Debian, the VLC plugin
2325 failed on several video pages where mplayer based plugins worked. If
2326 the browser plugin for VLC was as good as the gecko-mediaplayer
2327 package (which uses mplayer), we would switch.
</P
>
2329 <p
>While VLC is a good player, its user interface is slightly
2330 annoying. The most annoying feature is its inconsistent use of
2331 keyboard shortcuts. When the player is in full screen mode, its
2332 shortcuts are different from when it is playing the video in a window.
2333 For example, space only work as pause when in full screen mode. I
2334 wish it had consisten shortcuts and that space also would work when in
2335 window mode. Another nice shortcut in gmplayer is [enter] to restart
2336 the current video. It is very nice when playing short videos from the
2337 web and want to restart it when new people arrive to have a look at
2338 what is going on.
</p
>
2343 <title>Best å ikke fortelle noen at streaming er nedlasting...
</title>
2344 <link>http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
</link>
2345 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
</guid>
2346 <pubDate>Sat,
30 Oct
2010 11:
20:
00 +
0200</pubDate>
2347 <description><p
>I dag la jeg inn en kommentar på en sak hos NRKBeta
2348 <a href=
"http://nrkbeta.no/
2010/
10/
27/bakom-blindpassasjer-del-
1/
">om
2349 hvordan TV-serien Blindpassasjer ble laget
</a
> i forbindelse med at
2350 filmene NRK la ut ikke var tilgjengelig i et
2351 <a href=
"http://www.digistan.org/open-standard:definition
">fritt og
2352 åpent format
</a
>. Dette var det jeg skrev publiserte der
07:
39.
</p
>
2354 <p
><blockquote
>
2355 <p
>"Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
2356 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
2357 som dette, vet at det stort sett er mulig å lure ut ting med den
2358 nødvendige forkunnskapen.
"</p
>
2360 <p
>Haha. Å streame innhold er det samme som å laste ned innhold, så å
2361 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
2362 er å forlede leseren.
</p
>
2364 <p
>Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
2365 vil tillate streaming men ikke nedlasting meningsløs.
</p
>
2367 <p
>Anbefaler forresten å lese
2368 <a href=
"http://blogs.computerworlduk.com/simon-says/
2010/
10/drm-is-toxic-to-culture/index.htm
">http://blogs.computerworlduk.com/simon-says/
2010/
10/drm-is-toxic-to-culture/index.htm
</a
>
2369 om hva som ville være konsekvensen hvis digitale avspillingssperrer
2370 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
2371 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
2372 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
2373 opp under.
</p
>
2374 </blockquote
></p
>
2376 <p
>Ca.
20 minutter senere får jeg følgende epost fra Anders Hofseth i
2379 <p
><blockquote
>
2380 <p
>From: Anders Hofseth
&lt;XXX@gmail.com
>
2381 <br
>To:
"pere@hungry.com
" &lt;pere@hungry.com
>
2382 <br
>Cc: Eirik Solheim
&lt;XXX@gmail.com
>, Jon Ståle Carlsen
&lt;XXX@gmail.com
>, Henrik Lied
&lt;XXX@gmail.com
>
2383 <br
>Subject: Re: [NRKbeta] Kommentar:
"Bakom Blindpassasjer: del
1"
2384 <br
>Date: Sat,
30 Oct
2010 07:
58:
44 +
0200</p
>
2386 <p
>Hei Petter.
2387 <br
>Det du forsøker dra igang er egentlig en interessant diskusjon,
2388 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
2389 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
2390 særlig lett å klarere ut noe annet arkivmateriale på lang tid.
</p
>
2392 <p
>Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
2393 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
2394 konsekvensene vi beskriver ikke er noe du ønsker heller...
</p
>
2396 <p
>Med hilsen,
2397 <br
>-anders
</p
>
2399 <p
>Ring meg om noe er uklart:
95XXXXXXX
</p
>
2400 </blockquote
></p
>
2402 <p
>Ble så fascinert over denne holdningen, at jeg forfattet og sendte
2403 over følgende svar. I og med at debatten er fjernet fra NRK Betas
2404 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
2405 Har fjernet epostadresser og telefonnummer til de involverte, for å
2406 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.
</p
>
2408 <p
><blockquote
>
2409 <p
>From: Petter Reinholdtsen
&lt;pere@hungry.com
>
2410 <br
>To: Anders Hofseth
&lt;XXX@gmail.com
>
2411 <br
>Cc: Eirik Solheim
&lt;XXX@gmail.com
>,
2412 <br
> Jon Ståle Carlsen
&lt;XXX@gmail.com
>,
2413 <br
> Henrik Lied
&lt;XXX@gmail.com
>
2414 <br
>Subject: Re: [NRKbeta] Kommentar:
"Bakom Blindpassasjer: del
1"
2415 <br
>Date: Sat,
30 Oct
2010 08:
24:
34 +
0200</p
>
2417 <p
>[Anders Hofseth]
2418 <br
>> Hei Petter.
</p
>
2420 <p
>Hei.
</p
>
2422 <p
>> Det du forsøker dra igang er egentlig en interessant diskusjon, men
2423 <br
>> om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
2424 <br
>> å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
2425 <br
>> særlig lett å klarere ut noe annet arkivmateriale på lang tid.
</p
>
2427 <p
>Godt å se at du er enig i at dette er en interessant diskusjon. Den
2428 vil nok fortsette en stund til. :)
</p
>
2430 <p
>Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
2431 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
2432 fortsette å legge ut arkivmateriale.
</p
>
2434 <p
>Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
2435 faktum, som er at streaming er det samme som nedlasting, og at innhold
2436 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
2439 <p
>Det du sier er jo at klarering av arkivmateriale for publisering på
2440 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
2441 Det er ikke et argument som holder vann. :)
</p
>
2443 <p
>> Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
2444 <br
>> og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
2445 <br
>> konsekvensene vi beskriver ikke er noe du ønsker heller...
</p
>
2447 <p
>Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
2448 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
2449 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
2450 godtar å forlede publikum. Ville heller at NRK krever at innhold som
2451 skal sendes skal være uten bruksbegresninger og kan publiseres i
2452 formater som heller ikke har bruksbegresninger (bruksbegresningene til
2453 H
.264 burde få varselbjellene i NRK til å ringe).
</p
>
2455 <p
>At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
2456 påstander om at
"streaming beskytter mot nedlasting
" som bare er egnet
2457 til å bygge opp om en myte som er skadelig for samfunnet som helhet.
</p
>
2459 <p
>Anbefaler
&lt;URL:
<a href=
"http://webmink.com/
2010/
09/
03/h-
264-and-foss/
">http://webmink.com/
2010/
09/
03/h-
264-and-foss/
</a
>> og en
2461 &lt;URL:
<a href=
"http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
</a
> >.
2462 for å se hva slags bruksbegresninger H
.264 innebærer.
</p
>
2464 <p
>Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
2465 kan brukes før rettighetshaverene også innser at de er med på å skade
2466 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
2467 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
2468 langt på overtid.
</p
>
2470 <p
>> Ring meg om noe er uklart: XXX
</p
>
2472 <p
>Intet uklart, men ikke imponert over måten dere håndterer debatten på.
2473 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
2474 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
2475 for videre diskusjon hadde dere i mine øyne kommet fra det med
2476 ryggraden på plass.
</p
>
2478 <p
>PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.
</p
>
2480 <p
>Som en liten avslutning, her er noen litt morsomme innslag om temaet.
2481 &lt;URL:
<a href=
"http://www.archive.org/details/CopyingIsNotTheft
">http://www.archive.org/details/CopyingIsNotTheft
</a
> > og
2482 &lt;URL:
<a href=
"http://patentabsurdity.com/
">http://patentabsurdity.com/
</a
> > hadde vært noe å kringkaste på
2485 <p
>Vennlig hilsen,
2487 <br
>Petter Reinholdtsen
</p
>
2492 <title>Software updates
2010-
10-
24</title>
2493 <link>http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html
</link>
2494 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html
</guid>
2495 <pubDate>Sun,
24 Oct
2010 22:
45:
00 +
0200</pubDate>
2496 <description><p
>Some updates.
</p
>
2498 <p
>My
<a href=
"http://pledgebank.com/gnash-avm2
">gnash pledge
</a
> to
2499 raise money for the project is going well. The lower limit of
10
2500 signers was reached in
24 hours, and so far
13 people have signed it.
2501 More signers and more funding is most welcome, and I am really curious
2502 how far we can get before the time limit of December
24 is reached.
2505 <p
>On the #gnash IRC channel on irc.freenode.net, I was just tipped
2506 about what appear to be a great code coverage tool capable of
2507 generating code coverage stats without any changes to the source code.
2509 <a href=
"http://simonkagstrom.github.com/kcov/index.html
">kcov
</a
>,
2510 and can be used using
<tt
>kcov
&lt;directory
&gt;
&lt;binary
&gt;
</tt
>.
2511 It is missing in Debian, but the git source built just fine in Squeeze
2512 after I installed libelf-dev, libdwarf-dev, pkg-config and
2513 libglib2.0-dev. Failed to build in Lenny, but suspect that is
2514 solvable. I hope kcov make it into Debian soon.
</p
>
2516 <p
>Finally found time to wrap up the release notes for
<a
2517 href=
"http://lists.debian.org/debian-edu-announce/
2010/
10/msg00002.html
">a
2518 new alpha release of Debian Edu
</a
>, and just published the second
2519 alpha test release of the Squeeze based Debian Edu /
2520 <a href=
"http://www.skolelinux.org/
">Skolelinux
</a
>
2521 release. Give it a try if you need a complete linux solution for your
2522 school, including central infrastructure server, workstations, thin
2523 client servers and diskless workstations. A nice touch added
2524 yesterday is RDP support on the thin client servers, for windows
2525 clients to get a Linux desktop on request.
</p
>
2530 <title>Pledge for funding to the Gnash project to get AVM2 support
</title>
2531 <link>http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html
</link>
2532 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html
</guid>
2533 <pubDate>Tue,
19 Oct
2010 14:
45:
00 +
0200</pubDate>
2534 <description><p
><a href=
"http://www.getgnash.org/
">The Gnash project
</a
> is the
2535 most promising solution for a Free Software Flash implementation. It
2536 has done great so far, but there is still far to go, and recently its
2537 funding has dried up. I believe AVM2 support in Gnash is vital to the
2538 continued progress of the project, as more and more sites show up with
2539 AVM2 flash files.
</p
>
2541 <p
>To try to get funding for developing such support, I have started
2542 <a href=
"http://www.pledgebank.com/gnash-avm2
">a pledge
</a
> with the
2543 following text:
</P
>
2545 <p
><blockquote
>
2547 <p
>"I will pay
100$ to the Gnash project to develop AVM2 support but
2548 only if
10 other people will do the same.
"</p
>
2550 <p
>- Petter Reinholdtsen, free software developer
</p
>
2552 <p
>Deadline to sign up by:
24th December
2010</p
>
2554 <p
>The Gnash project need to get support for the new Flash file
2555 format AVM2 to work with a lot of sites using Flash on the
2556 web. Gnash already work with a lot of Flash sites using the old AVM1
2557 format, but more and more sites are using the AVM2 format these
2558 days. The project web page is available from
2559 http://www.getgnash.org/ . Gnash is a free software implementation
2560 of Adobe Flash, allowing those of us that do not accept the terms of
2561 the Adobe Flash license to get access to Flash sites.
</p
>
2563 <p
>The project need funding to get developers to put aside enough
2564 time to develop the AVM2 support, and this pledge is my way to try
2565 to get this to happen.
</p
>
2567 <p
>The project accept donations via the OpenMediaNow foundation,
2568 <a href=
"http://www.openmedianow.org/?q=node/
32">http://www.openmedianow.org/?q=node/
32</a
> .
</p
>
2570 </blockquote
></p
>
2572 <p
>I hope you will support this effort too. I hope more than
10
2573 people will participate to make this happen. The more money the
2574 project gets, the more features it can develop using these funds.
2580 <title>Terms of use for video produced by a Canon IXUS
130 digital camera
</title>
2581 <link>http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
</link>
2582 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
</guid>
2583 <pubDate>Thu,
9 Sep
2010 23:
55:
00 +
0200</pubDate>
2584 <description><p
>A few days ago I had the mixed pleasure of bying a new digital
2585 camera, a Canon IXUS
130. It was instructive and very disturbing to
2586 be able to verify that also this camera producer have the nerve to
2587 specify how I can or can not use the videos produced with the camera.
2588 Even thought I was aware of the issue, the options with new cameras
2589 are limited and I ended up bying the camera anyway. What is the
2590 problem, you might ask? It is software patents, MPEG-
4, H
.264 and the
2591 MPEG-LA that is the problem, and our right to record our experiences
2592 without asking for permissions that is at risk.
2594 <p
>On page
27 of the Danish instruction manual, this section is
2598 <p
>This product is licensed under AT
&T patents for the MPEG-
4 standard
2599 and may be used for encoding MPEG-
4 compliant video and/or decoding
2600 MPEG-
4 compliant video that was encoded only (
1) for a personal and
2601 non-commercial purpose or (
2) by a video provider licensed under the
2602 AT
&T patents to provide MPEG-
4 compliant video.
</p
>
2604 <p
>No license is granted or implied for any other use for MPEG-
4
2608 <p
>In short, the camera producer have chosen to use technology
2609 (MPEG-
4/H
.264) that is only provided if I used it for personal and
2610 non-commercial purposes, or ask for permission from the organisations
2611 holding the knowledge monopoly (patent) for technology used.
</p
>
2613 <p
>This issue has been brewing for a while, and I recommend you to
2615 "<a href=
"http://www.osnews.com/story/
23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA
">Why
2616 Our Civilization
's Video Art and Culture is Threatened by the
2617 MPEG-LA
</a
>" by Eugenia Loli-Queru and
2618 "<a href=
"http://webmink.com/
2010/
09/
03/h-
264-and-foss/
">H
.264 Is Not
2619 The Sort Of Free That Matters
</a
>" by Simon Phipps to learn more about
2620 the issue. The solution is to support the
2621 <a href=
"http://www.digistan.org/open-standard:definition
">free and
2622 open standards
</a
> for video, like
<a href=
"http://www.theora.org/
">Ogg
2623 Theora
</a
>, and avoid MPEG-
4 and H
.264 if you can.
</p
>
2628 <title>Some notes on Flash in Debian and Debian Edu
</title>
2629 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html
</link>
2630 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html
</guid>
2631 <pubDate>Sat,
4 Sep
2010 10:
10:
00 +
0200</pubDate>
2632 <description><p
>In the
<a href=
"http://popcon.debian.org/unknown/by_vote
">Debian
2633 popularity-contest numbers
</a
>, the adobe-flashplugin package the
2634 second most popular used package that is missing in Debian. The sixth
2635 most popular is flashplayer-mozilla. This is a clear indication that
2636 working flash is important for Debian users. Around
10 percent of the
2637 users submitting data to popcon.debian.org have this package
2638 installed.
</p
>
2640 <p
>In the report written by Lars Risan in August
2008
2641 («
<a href=
"http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile
&do=view
&target=Skolelinux_i_bruk_rapport_1.0.pdf
">Skolelinux
2642 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
2643 stiftelsen SLX Debian Labs
</a
>»), one of the most important problems
2644 schools experienced with
<a href=
"http://www.skolelinux.org/
">Debian
2645 Edu/Skolelinux
</a
> was the lack of working Flash. A lot of educational
2646 web sites require Flash to work, and lacking working Flash support in
2647 the web browser and the problems with installing it was perceived as a
2648 good reason to stay with Windows.
</p
>
2650 <p
>I once saw a funny and sad comment in a web forum, where Linux was
2651 said to be the retarded cousin that did not really understand
2652 everything you told him but could work fairly well. This was a
2653 comment regarding the problems Linux have with proprietary formats and
2654 non-standard web pages, and is sad because it exposes a fairly common
2655 understanding of whose fault it is if web pages that only work in for
2656 example Internet Explorer
6 fail to work on Firefox, and funny because
2657 it explain very well how annoying it is for users when Linux
2658 distributions do not work with the documents they receive or the web
2659 pages they want to visit.
</p
>
2661 <p
>This is part of the reason why I believe it is important for Debian
2662 and Debian Edu to have a well working Flash implementation in the
2663 distribution, to get at least popular sites as Youtube and Google
2664 Video to working out of the box. For Squeeze, Debian have the chance
2665 to include the latest version of Gnash that will make this happen, as
2666 the new release
0.8.8 was published a few weeks ago and is resting in
2667 unstable. The new version work with more sites that version
0.8.7.
2668 The Gnash maintainers have asked for a freeze exception, but the
2669 release team have not had time to reply to it yet. I hope they agree
2670 with me that Flash is important for the Debian desktop users, and thus
2671 accept the new package into Squeeze.
</p
>
2676 <title>Regjerningens oppsummering av høringen om standardkatalogen versjon
2</title>
2677 <link>http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html
</link>
2678 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html
</guid>
2679 <pubDate>Thu,
9 Jul
2009 14:
40:
00 +
0200</pubDate>
2680 <description><p
>For å forstå mer om hvorfor standardkatalogens versjon
2 ble som
2681 den ble, har jeg bedt om kopi fra FAD av dokumentene som ble lagt frem
2682 for regjeringen da de tok sin avgjørelse. De er nå lagt ut på NUUGs
2683 wiki, direkte tilgjengelig via
"<a
2684 href=
"http://wiki.nuug.no/uttalelser/
200901-standardkatalog-v2?action=AttachFile
&do=get
&target=kongelig-resolusjon.pdf
">Referansekatalogen
2685 v2.0 - Oppsummering av høring
</a
>" og
"<a
2686 href=
"http://wiki.nuug.no/uttalelser/
200901-standardkatalog-v2?action=AttachFile
&do=get
&target=kongelig-resolusjon-katalogutkast.pdf
">Referansekatalog
2687 for IT-standarder i offentlig sektor Versjon
2.0, dd.mm.åååå -
2688 UTKAST
</a
>".
</p
>
2690 <p
>Det er tre ting jeg merker meg i oppsummeringen fra
2691 høringsuttalelsen da jeg skummet igjennom den. Det første er at
2692 forståelsen av hvordan programvarepatenter påvirker fri
2693 programvareutvikling også i Norge når en argumenterer med at
2694 royalty-betaling ikke er et relevant problem i Norge. Det andre er at
2695 FAD ikke har en prinsipiell forståelse av verdien av en enkelt
2696 standard innenfor hvert område. Det siste er at påstander i
2697 høringsuttalelsene ikke blir etterprøvd (f.eks. påstanden fra
2698 Microsoft om hvordan Ogg blir standardisert og påstanden fra
2699 politidirektoratet om patentproblemer i Theora).
</p
>
2704 <title>Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon
2</title>
2705 <link>http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html
</link>
2706 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html
</guid>
2707 <pubDate>Mon,
6 Jul
2009 21:
00:
00 +
0200</pubDate>
2708 <description><p
>Jeg ble glad da regjeringen
2709 <a href=
"http://www.digi.no/
817635/her-er-statens-nye-it-standarder
">annonserte
</a
>
2711 <a href=
"http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Referansekatalogen_versjon2.pdf
">statens
2712 referansekatalog over standarder
</a
>, men trist da jeg leste hva som
2713 faktisk var vedtatt etter
2714 <a href=
"http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/
2009/horing---referansekatalog-versjon-
2.html
">høringen
</a
>.
2715 De fleste av de valgte åpne standardene er gode og vil bidra til at
2716 alle kan delta på like vilkår i å lage løsninger for staten, men
2717 noen av dem blokkerer for de som ikke har anledning til å benytte
2718 spesifikasjoner som krever betaling for bruk (såkalt
2719 royalty-betaling). Det gjelder spesifikt for H
.264 for video og MP3
2720 for lyd. Så lenge bruk av disse var valgfritt mens Ogg Theora og Ogg
2721 Vorbis var påkrevd, kunne alle som ønsket å spille av video og lyd
2722 fra statens websider gjøre dette uten å måtte bruke programmer der
2723 betaling for bruk var nødvendig. Når det nå er gjort valgfritt for
2724 de statlige etatene å bruke enten H
.264 eller Theora (og MP3 eler
2725 Vorbis), så vil en bli tvunget til å forholde seg til
2726 royalty-belastede standarder for å få tilgang til videoen og
2729 <p
>Det gjør meg veldig trist at regjeringen har forlatt prinsippet om
2730 at alle standarder som ble valgt til å være påkrevd i katalogen skulle
2731 være uten royalty-betaling. Jeg håper det ikke betyr at en har mistet
2732 all forståelse for hvilke prinsipper som må følges for å oppnå
2733 likeverdig konkurranse mellom aktørene i IT-bransjen. NUUG advarte
2735 <a href=
"http://wiki.nuug.no/uttalelser/
200901-standardkatalog-v2
">sin
2736 høringsuttalelse
</a
>, men ser ut til å ha blitt ignorert.
</p
>
2738 <p
>Oppdatering
2012-
06-
29: Kom over
<a href=
"http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf
">en
2739 rapport til FAD
</a
> fra da versjon
1 av katalogen ble vedtatt, og der
2740 er det tydelig at problemstillingen var kjent og forstått.
</p
>
2745 <title>Microsofts misvisende argumentasjon rundt multimediaformater
</title>
2746 <link>http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html
</link>
2747 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html
</guid>
2748 <pubDate>Fri,
26 Jun
2009 13:
30:
00 +
0200</pubDate>
2749 <description><p
>I
2750 <a href=
"http://www.regjeringen.no/upload/FAD/Vedlegg/Hoeringer/Refkat_V2/MicrosoftNorge.pdf
">Microsoft
2751 sin høringsuttalelse
</a
> til
2752 <a href=
"http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/
2009/horing---referansekatalog-versjon-
2.html?id=
549422">forslag
2753 til versjon
2 av statens referansekatalog over standarder
</a
>, lirer
2754 de av seg følgende FUD-perle:
</p
>
2756 <p
><blockquote
>"Vorbis, OGG, Theora og FLAC er alle tekniske
2757 spesifikasjoner overordnet styrt av xiph.org, som er en
2758 ikke-kommersiell organisasjon. Etablerte og anerkjente
2759 standardiseringsorganisasjoner, som Oasis, W3C og Ecma, har en godt
2760 innarbeidet vedlikeholds- og forvaltningsprosess av en standard.
2761 Det er derimot helt opp til hver enkelt organisasjon å bestemme
2762 hvordan tekniske spesifikasjoner videreutvikles og endres, og disse
2763 spesifikasjonene bør derfor ikke defineres som åpne
2764 standarder.
"</blockquote
></p
>
2766 <p
>De vokter seg vel for å nevne den anerkjente
2767 standardiseringsorganisasjonen IETF, som er organisasjonen bak HTTP,
2768 IP og det meste av protokoller på Internet, og RFC-standardene som
2769 IETF står bak. Ogg er spesifisert i
2770 <a href=
"http://ietf.org/rfc/rfc3533.txt
">RFC
3533</a
>, og er uten
2771 tvil å anse som en åpen standard. Vorbis er
2772 <a href=
"http://ietf.org/rfc/rfc5215.txt
">RFC
5215</a
>. Theora er
2774 under standardisering via IETF, med
2775 <a href=
"http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-
00.txt
">siste
2776 utkast publisert
2006-
07-
21</a
> (riktignok er dermed teksten ikke
2777 skrevet i stein ennå, men det blir neppe endringer som ikke er
2778 bakoverkompatibel). De kan være inne på noe når det gjelder FLAC da
2779 jeg ikke finner tegn til at
<a
2780 href=
"http://flac.sourceforge.net/format.html
">spesifikasjonen
2781 tilgjengelig på web
</a
> er på tur via noen
2782 standardiseringsorganisasjon, men i og med at folkene bak Ogg, Theora
2783 og Vorbis også har involvert seg i Flac siden
2003, så ser jeg ikke
2784 bort fra at også den organiseres via IETF. Jeg kjenner personlig lite
2787 <p
>Uredelig argumentasjon bør en holde seg for god til å komme med,
2788 spesielt når det er så enkelt i dagens Internet-hverdag å gå
2789 misvisende påstander etter i sømmene.
</p
>
2794 <title>When web browser developers make a video player...
</title>
2795 <link>http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html
</link>
2796 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html
</guid>
2797 <pubDate>Sat,
17 Jan
2009 18:
50:
00 +
0100</pubDate>
2798 <description><p
>As part of the work we do in
<a href=
"http://www.nuug.no
">NUUG
</a
>
2799 to publish video recordings of our monthly presentations, we provide a
2800 page with embedded video for easy access to the recording. Putting a
2801 good set of HTML tags together to get working embedded video in all
2802 browsers and across all operating systems is not easy. I hope this
2803 will become easier when the
&lt;video
&gt; tag is implemented in all
2804 browsers, but I am not sure. We provide the recordings in several
2805 formats, MPEG1, Ogg Theora, H
.264 and Quicktime, and want the
2806 browser/media plugin to pick one it support and use it to play the
2807 recording, using whatever embed mechanism the browser understand.
2808 There is at least four different tags to use for this, the new HTML5
2809 &lt;video
&gt; tag, the
&lt;object
&gt; tag, the
&lt;embed
&gt; tag and
2810 the
&lt;applet
&gt; tag. All of these take a lot of options, and
2811 finding the best options is a major challenge.
</p
>
2813 <p
>I just tested the experimental Opera browser available from
<a
2814 href=
"http://labs.opera.com
">labs.opera.com
</a
>, to see how it handled
2815 a
&lt;video
&gt; tag with a few video sources and no extra attributes.
2816 I was not very impressed. The browser start by fetching a picture
2817 from the video stream. Not sure if it is the first frame, but it is
2818 definitely very early in the recording. So far, so good. Next,
2819 instead of streaming the
76 MiB video file, it start to download all
2820 of it, but do not start to play the video. This mean I have to wait
2821 for several minutes for the downloading to finish. When the download
2822 is done, the playing of the video do not start! Waiting for the
2823 download, but I do not get to see the video? Some testing later, I
2824 discover that I have to add the controls=
"true
" attribute to be able
2825 to get a play button to pres to start the video. Adding
2826 autoplay=
"true
" did not help. I sure hope this is a misfeature of the
2827 test version of Opera, and that future implementations of the
2828 &lt;video
&gt; tag will stream recordings by default, or at least start
2829 playing when the download is done.
</p
>
2831 <p
>The test page I used (since changed to add more attributes) is
2832 <a href=
"http://www.nuug.no/aktiviteter/
20090113-foredrag-om-foredrag/
">available
2833 from the nuug site
</a
>. Will have to test it with the new Firefox
2836 <p
>In the test process, I discovered a missing feature. I was unable
2837 to find a way to get the URL of the playing video out of Opera, so I
2838 am not quite sure it picked the Ogg Theora version of the video. I
2839 sure hope it was using the announced Ogg Theora support. :)
</p
>
2844 <title>The sorry state of multimedia browser plugins in Debian
</title>
2845 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html
</link>
2846 <guid isPermaLink=
"true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html
</guid>
2847 <pubDate>Tue,
25 Nov
2008 00:
10:
00 +
0100</pubDate>
2848 <description><p
>Recently I have spent some time evaluating the multimedia browser
2849 plugins available in Debian Lenny, to see which one we should use by
2850 default in Debian Edu. We need an embedded video playing plugin with
2851 control buttons to pause or stop the video, and capable of streaming
2852 all the multimedia content available on the web. The test results and
2853 notes are available on
2854 <a href=
"http://wiki.debian.org/DebianEdu/BrowserMultimedia
">the
2855 Debian wiki
</a
>. I was surprised how few of the plugins are able to
2856 fill this need. My personal video player favorite, VLC, has a really
2857 bad plugin which fail on a lot of the test pages. A lot of the MIME
2858 types I would expect to work with any free software player (like
2859 video/ogg), just do not work. And simple formats like the
2860 audio/x-mplegurl format (m3u playlists), just isn
't supported by the
2861 totem and vlc plugins. I hope the situation will improve soon. No
2862 wonder sites use the proprietary Adobe flash to play video.
</p
>
2864 <p
>For Lenny, we seem to end up with the mplayer plugin. It seem to
2865 be the only one fitting our needs. :/
</p
>