
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (68)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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
Sur d’autres sites (10391)
-
Anomalie #816 : nettoyer les fichiers de langue
13 mai 2011, par Guy Cesarotexte_plus_trois_car info_plus_trois_car info_plus_cinq_car_2 info_plus_cinq_car et celle de 10 caractères piquée sur forum. On pourrait avoir seulement deux chaines (une avec et une sans parenthèse) avec @nb@
-
Anomalie #3765 : Bug spip 3.1 urls arborescentes | Jointures
3 avril 2016, par b bJe confirme sur le trunk à jour en r22976, j’attache le ticket au projet urls_etendues.
Comme je le disais sur le forum, le problème semble provenir du base href. En effet, le bug ne se présente pas en appelant l’inclure du portfolio dans un squelette de test vide avec
[(#INCLURE{fond=inclure/documents,id_article=X,env})]
. Et la désactivation du base href à l’aide du couteau kiss ne règle pas le problème.< b_b > ha la loose < b_b > on passe un id_rubrique dans l’env avec les arbos < b_b > du coup l’inclure documents fait des jointures de fou < b_b > pour chercher les docs liés à l’article et la rubrique :p
-
Converting avi to mp4 : audio is out of sync
17 octobre 2011, par M.SI'm using ffmpeg to convert a video from avi to mp4.
The audio / video in the output mp4 are out of sync. I researched and found the following link, which suggests that this is an issue with newer builds of ffmpeg :I tried build 18715 as suggested and indeed the a/v is in sync. I thought I'd just use this build, but I then realized that the output file size is much larger (about a third more). Any idea why ? Bandwidth is currently a major concern in my application.
I'm trying to either solve the sync problem with the latest build or figure out how to reduce the size of the file with the older build. Any suggestions ?
EDIT :
The command I use for the conversion :ffmpeg -i test.avi -vb 100k -ab 48k -r 20 test.mp4
This is a very low res and quite static video and the low bitrate is adequate (and isn't a cause for any problem when not using mp4).