
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 (105)
-
MediaSPIP Init et Diogène : types de publications de MediaSPIP
11 novembre 2010, parÀ l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...) -
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 (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (9739)
-
There have any c code for dynamic text overlay on video ?
3 juillet 2016, par vibogThere have any example for dynamic text overlay on video using gstreamer , I am never use gstreamer with c program . I know that isvery useful as compare to ffmpeg . there have pipeline which consume low cpu . Please give any example or tutorial for Overlay (dynamic updating texts) on video .
Thanks in advance . -
FFMPEG IE9 codec playability
13 janvier 2013, par Mårten SjöIm trying to convert an .avi file to an .mp4 file using ffmpeg CLI. I have tested countless options of variations in order to get it to work and playing in IE9. But what ever option i choose i get IE9's crossed image error picture as return. I tested an .mp4 movie that i made from an paid gui tool. And it did work.
Anyone knows the parameters i need to use.
Or know of any other cli tool i can use to convert avi to mp4 compatible IE9 videos.
Thanks in advance !
Sincerely
Marten -
iOS convert video with FFMPEG programitically(no use ffmpeg command)
22 novembre 2012, par user1239775I am going to convert video captured from camera to mpeg format using FFMPEG for reducing the size of video file.
I converted the video to mpeg with 'CODEC_ID_MPEG1VIDEO. But the audio was not played.
I didn't find the reason.
My video format is h264 & aac.Please help me.
Thanks in advance.