
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (104)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (11462)
-
Revision 962fc2e1e7 : Disable partitioning in the dominant subsampling direction. E.g. disable vertic
2 décembre 2013, par Alex ConverseChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Disable partitioning in the dominant subsampling direction.E.g. disable vertical partioning for 4:2:2. Until we come up with something
better to do with the chroma block size, this prevents an assert error.Change-Id : I9394fb3f14ec1343abc3ad4769de208e6278f285
-
OpenCV ffmpeg-libs : libavutil and libswscale substitution - transaction check error
21 mars 2013, par embeddNeed to make sure. I have installed OpenCV 2.4.4 and so as to do it I had to install many other codecs and libs, example libavutil51 (ffmpeg dependency). Now I would like to install something other which dependencies conflicts with some of those libs. Yum's message :
Transaction Check Error:
file /usr/lib64/libavutil.so.51 from install of ffmpeg-libs-1.0.5-1.fc18.x86_64 conflicts with file from package libavutil51-0.8.10-53.fc18.x86_64
file /usr/lib64/libswscale.so.2 from install of ffmpeg-libs-1.0.5-1.fc18.x86_64 conflicts with file from package libswscale2-0.8.10-53.fc18.x86_64Can I just erase those conflicted libs (that equals substitution of all ffmpeg-libs probably) and install the newer substitutes without crashing my OpenCV installation ? Because it's my priority and it's taken me a long time to install OpenCV successfully. I don't want to learn from mistakes this time and go through it again.
-
setTimeout() fix for onfinish()-related issue where subsequent play() calls fail when Flash Player 11.6.602.171 is installed, and using soundManager with flashVersion = 8 (which is the default).
3 mars 2013, par scottschillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js
setTimeout() fix for onfinish()-related issue where subsequent play() calls fail when Flash Player 11.6.602.171 is installed, and using soundManager with flashVersion = 8 (which is the default). Not sure of exact cause. Suspect race condition resulting in an invalid (NaN-style) position argument trickling down to the next JS -> Flash _start() call. Fix : setTimeout() to yield, plus safer null / NaN checking on position argument provided to Flash. https://getsatisfaction.com/schillmania/topics/recent_chrome_update_seems_to_have_broken_my_sm2_audio_player