
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (105)
-
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 -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (8595)
-
match an image to a specific frame within a video with ffmpeg
26 juin 2015, par az0I have some images that were taken from a video via screen capture. I would like to know when in the video these images appear (timestamps). Is there a way to programmatically match an image with a specific frame in a video using ffmpeg or some other tool ?
I am very open to different technologies as I’m eager to automate this. It would be extremely time consuming to do this manually.
-
match an image to a specific frame within a video with ffmpeg
2 juin 2021, par az0I have some images that were taken from a video via screen capture. I would like to know when in the video these images appear (timestamps). Is there a way to programmatically match an image with a specific frame in a video using ffmpeg or some other tool ?



I am very open to different technologies as I'm eager to automate this. It would be extremely time consuming to do this manually.


-
How to match two audio files ?
24 novembre 2014, par Janak PrajapatiI am trying to develop script which compares two audio file.
Lets say this is two audio music file recorded by Artist
file1 : it is original song sung by an artist (Uploaded by admin)
file2 : it is a file recorded by user. i.e user sings it and upload it to servernow i want to check how closes is file2 to file1.
Means i need to check if both songs match or not in terms of Lyrics, singing and all.
I have searched many thing like audio fingerprinting , ffmpeg library and all it did not worked for me.
I will go for any web technology you suggest.
Please help me to find solution.
Thanks.