
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (67)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (4069)
-
FFMPEG Problem : converting gif to mpeg with 29.97 frame rate
12 mars 2024, par Brad DennisI construct a large gif to have 29.97 frames per second (dvd and blue-ray standard), but it's not possible to set the gif to be a rate that's not an integer number of ms. Is there a way to to tell ffmpeg to correct the frame rate without changing the number of frames ?


The closest frame rate is 33 ms so that's what the gif is set to. This line creates a decent quality video, but it runs way overtime.


ffmpeg -f gif -r 29.97 -i a :\video.gif a :\video.mp4


-
Fingerprint vs transcribing, what is the best approach to identify an audio sample inside another longer audio [closed]
28 mai 2024, par Bernard WiesnerI am trying to detect a shorter version of a spoken audio sample inside a longer audio (full version). The shorter audio should be the same or very similar to the one inside the longer version. I also need to have a rough estimate of the timestamp where the audio sample was found.


Similar questions here :


- 

- Identify audio sample in a file
- How to find the location of a specific word in an audio file ?






What I have researched so far :


1. fingerprints


- 

- Using chromaprint extract the fingerprints from both audio files and store them in a DB, then compare them and find matches.




2. transcribing


- 

- Use a transcriber such as whisper, to transcribe both audio files and store the text in a DB, then compare them and find matches.




I am trying to figure out the simplest solution for this, while still being performant and not too CPU/GPU intensive. My questions are :


- 

- Which one would you chose for simplest, cost effective solution ?
- Which one would consume more disk space ?
- Which one would perform better, in terms of searching/matching using SQL ?








FYI : If there are any other alternatives to those I listed please let me know.


-
Does the "live=1" on ffmpeg rtmp urls mean that the stream is live and you cannot rewind or pause it ?
23 octobre 2014, par user306517Or does it have some other meaning ? I have searched all over the internet, and the documentation is very thin on it... If someone could point me to something that explains exactly what it is, I would appreciate it.
I am talking about this :
ffmpeg "rtmp ://...... live=1" .....
tia.