
Recherche avancée
Autres articles (94)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (7663)
-
Anomalie #2875 : Problème dans Edition > Rubriques
12 mars 2013, par - EquipementRemplace la solution de mon message précédent (il manquait la condition $collection==0) : $where = "id_parent=$collection" ; if ($collection==0) $rub_restreintes = liste_rubriques_auteur($GLOBALS[’visiteur_session’][’id_auteur’]) ; if ($rub_restreintes) $where = sql_in("id_rubrique", (...)
-
How to compile ffmpeg with rm/rmvb support ?
11 mars 2013, par GreperI googled around and found no solution. What's the specific arguments to compile the newest version FFMPEG to support rm,rmvb format video ? I am new in video proccessing. Thanks for any help.
-
FFMPEG video conversion time is too long
7 mars 2013, par Praveen RaviI have a website similar to that of youtube. Users can upload their videos in different formats (mov, flv etc). My site will convert these videos to different formats, so that other users can download and rate these videos. I build my site using codeigniter, i am using ffmpeg to convert videos to various formats. One of my issue is that, video conversions are taking so much time.
For example an 76MB video is taking almost 2 hours to convert to various formats. Is there any solution for my problem.