
Advanced search
Medias (1)
-
Rennes Emotion Map 2010-11
19 October 2011, by
Updated: July 2013
Language: français
Type: Text
Other articles (94)
-
MediaSPIP Core : La Configuration
9 November 2010, byMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes; une page spécifique à la configuration de la page d’accueil du site; une page spécifique à la configuration des secteurs;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques de (...) -
Keeping control of your media in your hands
13 April 2011, byThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Problèmes fréquents
10 March 2010, byPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
On other websites (6494)
-
can ffmpeg record acestreaming on centos?
5 March 2017, by boygiandiI have a acestream link, like : acestream://f4d77a80fa28f0a34ded0132dc1952ec328f6998 . Can I record this video with ffmpeg on Centos ?
acestream have client in centos here : http://wiki.acestream.org/wiki/index.php/Streaming/en but I still don’t know how to use it. How to put acestream:// link to it and play video.
Anyone did this before ?I can do this with sopcast, https://github.com/NapoleonWils0n/cerberus/blob/master/sopcast/sopcast-install.sh . Now I want to try with acestream.
-
FFMPEG on Windows faststart command line with or without a +
24 July 2014, by C0nw0nkSo on the following wiki page i see ffmpeg tells us when using faststart for HTML5 compatibility we should use a + symbol.
https://trac.ffmpeg.org/wiki/Encode/H.264#faststartforwebvideo
-movflags +faststart
But looking at command line examples on here and other sites everyone puts it in their command line like this.
ffmpeg -i C:\vidtests\Wildlife.mp4 -movflags faststart C:\vidtests\Wildlife_fs.mp4
So my question is should it matter if the + symbol is there or not ?
-
Checkinstall equivalent on Red Hat (Santiago)
29 October 2013, by DaliusI'm not familiar with Red Hat, never used it before.
I'm installing ffmpeg from source, following this guide https://trac.ffmpeg.org/wiki/CentosCompilationGuide
On Debian, after using make to compile ffmpeg, I would use checkinstall to install ffmpeg for all users. How can I do the same on Red Hat?