
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (65)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (7767)
-
print list of video files containing "x" string in meatadata - Windows 10 [closed]
30 mai 2020, par Harry SandersonI have a large collection of video files which have the contents of the video listed in one of the metadata fields. for example one video might have "trees, birds, cars", another might have "birds, building, person".



I'm looking for a command to print the filenames of all the videos that contain a specific string ie "birds" to a .txt file where the names would be separated by a comma so, "video1.mov, video2.mov" and so on.



I know very little about this sort of problem, is it the sort of thing that can be done directly in windows cmd line, or would it require a python script ?



Any help really appreciated ! :)


-
Best flags to use FFMPEG in commercial product
7 décembre 2015, par mhergonI’m trying to "decrypt" legal terms of the ffmpeg license but after few hours I’m confused more and more.
I need use ffmpeg for a commercial product, for the moment without AC3, DTS support, but I’m unable to know what flags should I use to compile. I’m aware that I should not use flags--enable-gpl
and--enable-nonfree
but I don’t know if it’s necessary any other flag.Can anyone help me ?
Thanks !
-
FFMPEG : Creating a video, which has the maximum value per pixel of n-input videos
13 décembre 2017, par LighthouseZGZImagine a collection of short videos, each one showing a shooting star.
I would like to get a composite video of all shooting stars. Not in sequence, at the same time. The (x,y) pixel of the nth frame in the output video should have the maximum value for that (x,y) pixel of the same frame in all the videos.
I know how to do that using images and imagemagick :
magick *.bmp -evaluate-sequence max output.bmp
I need something similar for video. Frame by frame.
Any help would be appreciated. Thanks.