
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (56)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6422)
-
Revision 33969 : optimisation : eviter de parcourir tous le path pour lister tous les types ...
26 décembre 2009, par cedric@… — Logoptimisation : eviter de parcourir tous le path pour lister tous les types de menu quand on veut simplement avoir des infos sur un type pour l’afficher
-
PHP ffmpeg how give information about video file if binary path /usr/bin/ffmpeg ? [closed]
19 septembre 2012, par John SmithTell me please how give information about video file if binary path /usr/bin/ffmpeg ? me need code on php. Found not give results for this question...
-
avformat/img2dec : add option to provide metadata fields related to input path
1er janvier 2020, par Alexandre Heitor Schmidtavformat/img2dec : add option to provide metadata fields related to input path
libavformat/img2.h : New field export_path_metadata to
VideoDemuxData to only allow the use of the extra metadata
upon explicit user request, for security reasons.libavformat/img2dec.c : Modify image2 demuxer to make available
two special metadata entries called lavf.image2dec.source_path
and lavf.image2dec.source_basename, which represents, respectively,
the complete path to the source image for the current frame and
the basename i.e. the file name related to the current frame.
These can then be used by filters like drawtext and others. The
metadata fields will only be available when explicitly enabled
with image2 option -export_path_metadata 1.doc/demuxers.texi : Documented the new metadata fields available
for image2 and how to use them.doc/filters.texi : Added an example on how to use the new metadata
fields with drawtext filter, in order to plot the input file path
to each output frame.Usage example :
ffmpeg -f image2 -export_path_metadata 1 -pattern_type glob
-framerate 18 -i '/path/to/input/files/*.jpg'
-filter_complex drawtext="fontsize=40:fontcolor=white :
fontfile=FreeSans.ttf:borderw=2:bordercolor=black :
text='%metadata\:lavf.image2dec.source_basename\:NA':x=5:y=50"
output.aviFixes #2874.
Signed-off-by : Alexandre Heitor Schmidt <alexandre.schmidt@gmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu>