
Recherche avancée
Autres articles (48)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (6019)
-
Revision 89b6d40690 : Replace cpi->common with cm in vp9_onyx_if Replace repeated cpi->common fetchin
18 décembre 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Replace cpi->common with cm in vp9_onyx_ifReplace repeated cpi->common fetching with cm variable in a few
places in vp9_onyx_if.cChange-Id : Ifa16d617f37919b2e0baf8efb256130a647b5eb3
-
Cloaked Archive Wiki
16 mai 2011, par Multimedia Mike — GeneralGoogle’s Chrome browser has made me phenomenally lazy. I don’t even attempt to type proper, complete URLs into the address bar anymore. I just type something vaguely related to the address and let the search engine take over. I saw something weird when I used this method to visit Archive Team’s site :
There’s greater detail when you elect to view more results from the site :
As the administrator of a MediaWiki installation like the one that archiveteam.org runs on, I was a little worried that they might have a spam problem. However, clicking through to any of those out-of-place pages does not indicate anything related to pharmaceuticals. Viewing source also reveals nothing amiss.
I quickly deduced that this is a textbook example of website cloaking. This is when a website reports different content to a search engine than it reports to normal web browsers (humans, presumably). General pseudocode :
C :-
if (web_request.user_agent_string == CRAWLER_USER_AGENT)
-
return cloaked_data ;
-
else
-
return real_data ;
You can verify this for yourself using the
wget
command line utility :<br />
$ wget --quiet --user-agent="<strong>Mozilla/5.0</strong>" \<br />
http://www.archiveteam.org/index.php?title=Geocities -O - | grep \<title\><br />
<title>GeoCities - Archiveteam</title>$ wget —quiet —user-agent="Googlebot/2.1"
http://www.archiveteam.org/index.php?title=Geocities -O - | grep \<title\>
<title>Cheap xanax | Online Drug Store, Big Discounts</title>I guess the little web prank worked because the phaux-pharma stuff got indexed. It makes we wonder if there’s a MediaWiki plugin that does this automatically.
For extra fun, here’s a site called the CloakingDetector which purports to be able to detect whether a page employs cloaking. This is just one humble observer’s opinion, but I don’t think the site works too well :
-
-
Anomalie #4704 (En cours) : Par sinum tri le nombre par ordre alpha
25 mars 2021, par Maïeul RouquetteSoit un site avec deux articles.
- 20. Doublon
- 3. Article 3Soit le squelette suivant
<span class="CodeRay">par sinum titre
<span class="tag">span><span class="error">(</span><span class="attribute-name">ARTICLES</span><span class="error">)</span> <span class="error">{</span><span class="attribute-name">par</span> <span class="attribute-name">sinum</span> <span class="attribute-name">titre</span><span class="error">,</span> <span class="attribute-name">titre</span><span class="error">}</span><span class="tag">></span>
<span class="tag"></span>#TITRE*<span class="tag"></span>
<span class="tag"></span>
Par num titre
<span class="tag">span><span class="error">(</span><span class="attribute-name">ARTICLES</span><span class="error">)</span> <span class="error">{</span><span class="attribute-name">par</span> <span class="attribute-name">num</span> <span class="attribute-name">titre</span><span class="error">}</span><span class="tag">></span>
<span class="tag"></span>#TITRE*<span class="tag"></span>
<span class="tag"></span>
</span></span></span>Le resultat est le suivant
par sinum titre
20. Doublon
3. Article 3
Par num titre
3. Article 3
20. DoublonVisiblement, contrairement à par num, par sinum ne tient pas compte du fait que 20 > 3.