
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (98)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
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 (...)
Sur d’autres sites (8504)
-
Live Streaming using ffmpeg
28 novembre 2014, par TomIam using following command in linux to stream RTSP videos to RTMP live streaming using ffmpeg
ffmpeg -i "rtsp://mystreamingurl" -r 25 -s 640x400 -f flv -an "rtmp://mylivestream/live"
But Iam getting following Error while streaming, which is dropping the packets,
q=2.0 size= 60kB time=0.08 bitrate=6149.4kbits/s dup=0 drop=5084
Can anybody help me please ?
-
Live stream objects counter
21 novembre 2017, par user8826215I looking for open source software for count objects in live stream video. For example :
I have many ip cameras in my city. I get the stream from cameras and put in linux with ffmpeg to export live stream.
I wanna make in real time counter object like cars.
For example :
Today, on camera 5, 200 cars have passedAny suggestions how can I do it ?
-
Read rtmp live streaming video using python
20 octobre 2022, par Telugu TrackerI am streaming a session using rtmp server(NGINX). I got the stream url as

rtmp://ip:port/live/stream_name
.
How can I read the live stream in my python code(or any other) to do live transcription ?