
Recherche avancée
Autres articles (39)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (6254)
-
How to stitching (side by side)more than one live video streams using ffmpeg
25 mars 2013, par SamyActually I am using ffmpeg for stitching two videos using following command
ffmpeg -i dd.f4v -vf "[in] scale=iw/4:ih/4,pad=2*iw:ih [left] ;
movie=ee.f4v, scale=iw/4:ih/4 [right] ;[left][right]overlay=main_w/2:0
[out]" out.f4vBut i am unable to stitch's live streams
so anybody know how to stitch two live streams side by side.
-
ffmpeg : PNGs to side-to-side (RGB and Alpha) video
23 mars 2013, par DrSatI have a set of PNGs and would like to split RGB and Alpha channels of images and then make side-to-side video of them. I understand that filter is what I need but it's really complicated for me. I took a look on similar question, but didn't get a solution.
-
lavfi : add common code to handle options parsing.
16 mars 2013, par Nicolas Georgelavfi : add common code to handle options parsing.