Skip to content

Instantly share code, notes, and snippets.

@otetard
Created April 4, 2013 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otetard/5311711 to your computer and use it in GitHub Desktop.
Save otetard/5311711 to your computer and use it in GitHub Desktop.
--- noisettes/balise_video_html5.html 2013-04-04 18:01:25.000000000 +0200
+++ noisettes/balise_video_html5.html~ 2013-04-04 17:57:42.000000000 +0200
@@ -12,7 +12,7 @@
</BOUCLE_webm>
- <BOUCLE_ogg(DOCUMENTS){extension IN ogg,ogv}{fichier==/#ENV{nomVideo}\.(ogg|ogv)$}{par num titre}>
+ <BOUCLE_ogg(DOCUMENTS){extension IN ogv}{fichier==/#ENV{nomVideo}\.ogv$}{par num titre}>
<source src="#FICHIER" type='video/ogg' /> [(#REM) ; codecs="theora, vorbis" OGV peut utiliser plusieurs codecs, on l'oublie donc ]
</BOUCLE_ogg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment