
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (79)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (3120)
-
Encoding Webm video with VP9 codec with ffmpeg
29 juin 2017, par MichauI am trying to encode a Webm video for embedding in HTML5 tag. According to information from Wikipedia and other places, Chrome and Firefox should support Webm with both VP9 and VP9 codecs.
When I encode the vide with the VP8 codec, the video plays fine in both browsers. Here is the ffmpeg command I use :
ffmpeg -i source.mp4 -f webm -vcodec libvpx -acodec libvorbis -b:v 10M -crf 50 -y result.webm
However, I wanted to use VP9 instead of VP8 to reduce the file size. So I changed the command to use the VP9 codec :
ffmpeg -i source.mp4 -f webm -vcodec libvpx-vp9 -acodec libvorbis -b:v 10M -crf 50 -y result.webm
The output video file is produced, but it doesn’t play both in Chrome and FireFox. The only thing I changed was the "vcodec" option.
So my question is, how can I encode Webm video with VP9 codec using ffmpeg so that it is playable in Web browsers ?
-
Anomalie #3970 (Nouveau) : Vider le cacher après désactiivation d’un ou plusieurs plugins
2 juillet 2017, par phe nixHello,
Afin d’éviter certaine "fatal error" quand un plugin déclare des filtres (par exemple), il serait intéressant que le cache soit vidé lorsqu’un ou plusieurs plugins sont désactivés.
-
Révision 23616 : Bonne pratique suggérée par scrutinizer
16 juin 2017, par cam.lafit@azerttyu.net- est initialisé comme un tableau et donc on doit tester si celui est vide ou non