
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (32)
-
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
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 (6490)
-
Motion Vectors and DC coefficients from MPEG4 stream
9 octobre 2013, par LampisI need to extract information about motion vectors and DC coefficients from an MPEG4 video. I've searched relevant sites and topics and I found that a good solution is to work with the code of ffmpeg codec. Especially the ff_print_debug_info function in libavcodec/mpegvideo.c calculates relevant information.
However, I'm new on the C/C++ field and if there is any example code that describes or explains how to extract MVs and DC coefficients that would be very helpful.
In the more recent version I use (FFmpeg 0.10.2 from http://ffmpeg.org/download.html) there is another file mpeg4videodec.c. Is there any chance to retrieve the needed information by this code ?
-
Executing a binary file on webhost
25 avril 2016, par Samuel L JacksonI am on shared hosting with godaddy and am trying to install ffmpeg. I obtained a binary file for ffmpeg that works on godaddy hosting from here -
http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html
I am wondering how to execute it on my account so it can be used.
Thank you for any help !
-
Videos which don't play in Firefox : How to detect and how to fix ?
25 octobre 2019, par Max WilliamsI have, as test cases, two mp4 videos : they seem to be encoded the same, but one works in Firefox and one doesn’t :
bad.mp4 (doesn’t work) view download
good.mp4 (does work) view download
(NOTE - I thought that the "view" links above would open them using the browser’s built-in player, but it looks like they use Dropbox’s video player, which DOES work in firefox. So, to see it in firefox, download it and then drag it into Firefox or right click and choose Firefox from "open with" - thanks !)
They both play in Chrome.
There is a long discussion on the Mozilla bug tracking site about a related issue :
https://bugzilla.mozilla.org/show_bug.cgi?id=1130450So, I need to answer three questions :
1) What is the problem with bad.mp4 ?
2) How can I detect, programmatically (ie at the linux command line) which videos, of a library of videos, are going to have this problem ?
3) How can I fix it, programmatically (eg with FFMPEG).
One thing I noticed was that in the good one, the video is on stream 0 and the audio stream 1, while on the bad one it’s the other way round. I tried swapping the streams but it didn’t seem to help.
EDIT : re the Baseline profile
It was suggested that FF might not like Baseline profile videos. I was able to identify some baseline profile videos that work and some that don’t, so I think that’s not the key problem. Here are a couple more samples :