
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (81)
-
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 -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (7919)
-
FFMPEG - Is there any available func in ffmpeg lib which support getting audio file extension from codec/codec id ?
22 septembre 2015, par Tony ThanIs there any available func in ffmpeg lib which support getting audio file extension from codec/codec id ?
-
avcodec : Don’t lock on init for codecs without an init function
12 octobre 2015, par Derek Buitenhuis -
Media Source Extension with an unfragmented mp4 file
12 novembre 2015, par MattI’m attempting to use media source extensions to play a mp4 file. The example that I’m following is here : http://html5-demos.appspot.com/static/media-source.html
I have this example working with both webm videos, and fragmented mp4 videos. Do media source extensions not work with unfragmented mp4 videos ? Shouldn’t I be able to manually append chunks of the video to the source buffer ? It looks like the appending works, but the video won’t play.