
Recherche avancée
Autres articles (81)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (10469)
-
Add a clarification to the floor1 decode spec, since I had to re-determine some of...
3 février 2012, par MontyAdd a clarification to the floor1 decode spec, since I had to re-determine some of what it says for myself after not thinking about it for 15-ish years.
Also, fix an indentation bug that occurred due to TABs sneaking in
git-svn-id : http://svn.xiph.org/trunk/vorbis@18181 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
determine if ffmpeg libfreetype is installed
7 juin 2013, par ionutvmiis there any way i can determine if libfreetype is installed on a remote server ?
i don't have root access so i can only run commands via exec(). when i run a simple
ffmpeg
command all i get isArray
(
[0] => Hyper fast Audio and Video encoder
[1] => usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
[2] =>
)my best guess is that it should be listed on
ffmpeg -version
but i'm not sure -
Trying to determine h.264 profile & level pragmatically
23 juin 2012, par kryptobs2000Ideally the solution would be in python and cross platform, but that's probably not too likely, so all I require is it work in linux, and I can use a c extension to interface w/python if necessary. I see there is a python binding for ffmpeg which I was thinking about using, however I can't figure out how to determine the profile and level as it is, with fmmpeg or anything else, much less do it pragmatically. Google is not much help on the matter either.
I've been able to determine what features I'd be looking for if I needed to determine the profile and levels manually then I can do that, but then that leads to the question, can ffmpeg then determine if the video was encoded with that feature set ? I guess what I'm wondering to that effect is, is it perhaps not possible to fully determine the level and specific profile after encoding ? I would think you'd have to know in order to decode it, but maybe not ; that would explain why I can't find any information on it. I've been toying with this on and off for awhile, but recently decided to consider a project I'd been thinking about, but this is one of this big things holding me back.