
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 (57)
-
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 (...) -
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. -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (8358)
-
FFMpeg create thumbnail from HLS Live stream
4 septembre 2019, par DasioI would like to create a thumbnail for HLS stream.
I am doing it already with mp4 files
like thisffmpeg -y -ss 00:00:10.000 -i file.mp4 -vframes 1 -vf scale=256:144 out.jpg
And it works great.
But when I try it with HLS live stream, it just spams
Opening 'liveX.ts' for reading.
Even though 10th second is in ’live1.ts’
Any solution to this ? And I would like if duration is not in stream, just report error.
-
Live Streams DirectShow Source Filter [on hold]
9 avril 2015, par SDR RTSI need get inpput from live streams formats ( such as RTMP,RTSP,... ).
Unfortunately i coudn’t found any things about that in internet.I tried reading RTMP/RTSP streams with ffmpeg or Libav*. but nothings in my hand !
- We can’t use FFMpeg as a directshow source filter
- And Libav* is very complicated and does not exist any direct & clear path to reading live streams, parsing & decoding and then playing that.
Some people suggest using ffdshow trayouts. I searched about that. but nothing found.
Anyone can help me to implement a clear Directshow push source filter that support RTMP, RTSP formats ?
Many thanks for any help.
-
Attach event handlers with .delegate() instead of .live().
2 novembre 2011, par Sebastian Tschanm example/application.js m jquery.fileupload-ui.js Attach event handlers with .delegate() instead of .live().