
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (70)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 -
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...)
Sur d’autres sites (12893)
-
libavdevice/decklink : add support for -sources and -sinks arguments
6 octobre 2017, par Devin Heitmuellerlibavdevice/decklink : add support for -sources and -sinks arguments
Add support for enumerating the sources/sinks via the ffmpeg
command line options, as opposed to having to create a real pipeline
and use the "-list_devices" option which does exit() after dumping
out the options.Note that this patch preserves the existing "-list_devices" option,
but now shares common code for the actual enumeration.Updated to reflect feedback from Marton Balint <cus@passwd.hu>.
Signed-off-by : Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by : Marton Balint <cus@passwd.hu> -
avfilter/vsrc_testsrc : add pal75bars and pal100bars video filter sources
8 mai 2018, par Tobias Rappavfilter/vsrc_testsrc : add pal75bars and pal100bars video filter sources
Generates color bar test patterns based on EBU PAL recommendations.
Reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Tobias Rapp <t.rapp@noa-archive.com> -
vf_tonemap : Fix logic for detecting the maximum peak of untagged sources
25 juillet 2018, par Vittorio Giovaravf_tonemap : Fix logic for detecting the maximum peak of untagged sources
When there is no metadata attached to a frame, take into account both
the PQ and HLG transfers, and change the HLG default value to 10 :
the value of 12 is the maximum range in scene referred light, but
the reference OOTF maps this from 0 to 1000 cd/m² on the ideal HLG
monitor.This matches what vf_tonemap_opencl does.