
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (57)
-
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 (...) -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9813)
-
Facebook Look Back and Dynamic Rendering [on hold]
6 février 2014, par gooFacebook launched last month the Look Back page.
Here at our company we've developed a few projects similar to it, but never dynamically rendering a video on the server side just like Facebook seems to do.
Our solution was always overlaying elements with Flash in a background video like Lost in Val Sinestra.
how can I create a dynamically rendered video in server side ?
Is ffmpeg suitable for this ?Is there another tool that can do it ?
Thanks
-
Commercial version of FFmpeg
10 octobre 2017, par ProgramistIs there a commercial version of FFmpeg ? My company lawyers don’t like LGPL licensing on FFmpeg due to its gray area of licensing.
Or is there BSD version of FFmpeg available or a close alternative to it ?
I am required to use something that is commercial or BSD licensed.
If answer to all my questions above is no. Then what is a close alternative to FFmpeg under BSD ? I need basically a video encoder & decoder.
-
How to comp portion of first frame onto rest of video without re-encoding ? [closed]
2 juillet, par jonathanI am working for a company recording educational screencasts using Goodnotes. The first frame looks fine, but as I work on the document, the page number pops up on the bottom left.


My bosses don't like this, so I've been trying to find a way to fix it on the screencast, since I can't find a way to turn it off in Goodnotes.


My current solution is taking a screenshot of the clean frame and using Gimp to crop out all but a small rectangle around where the page number would be, exporting that as a PNG and using ffmpeg to overlay that. The resulting image looks great and my bosses approve, but the script takes time to run since it needs to reencode. I'm wondering if there's a way to do this all with ffmpeg and run it with the
-c copy
flag since the first frame is clean. Please let me know if this is even possible.