
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (38)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (6832)
-
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.