Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (82)

  • XMP PHP

    13 mai 2011, par

    Dixit 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, par

    Talk 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.

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (10117)

  • Evolution #3586 (Nouveau) : Pouvoir naviguer en mode prévisualisation

    9 novembre 2015, par realet RealET

    Le plugin http://contrib.spip.net/cipr-plugin-Previsualisation-etendue permet de naviguer en mode prévisualisation.

    Ça semble tellement évident de pouvoir naviguer en mode prévisualisation que je verrais bien l’intégration de cette fonctionnalité nativement à SPIP.

  • How to set RTSP mode to TCP using Xuggler

    26 octobre 2013, par Anurag Joshi

    I am working with a Sanyo VCC HD2300P IP camera and trying to capture the frame from the live stream on the camera. I have another camera that provides an rtsp stream and the Xuggler code works fantastically on that. However, on the sanyo camera I get the error below

    could not open stream: rtsp://admin:admin@192.168.0.3:554/VideoInput/1/h264/1

    I use this stream on iSpy and VLC and am able to get the stream. Using the functionality from these 2 programs I am also able to capture a frame from the stream.
    The URL for the other camera that works well is rtsp ://admin:123456@192.168.0.246/mpeg4cif. So on the face of it I don't see a reason why it should not work.

    Any help will be highly appreciated.

    EDIT : I searched and experimented a lot. Earlier I was using the inbuilt support for Sanyo cameras in iSpy using which the camera stream was visible. However, when I tried to directly provide the URL for the H.264 stream, the stream would not work unless I changed RTSP mode to TCP. This gave me a hint that probably I need to call the IContainer.open method in a manner that uses RTSP over TCP.
    Googling about it threw some possible solutions like

    using rtsp://192.168.0.3:554/VideoInput/1/h264/1?tcp

    It says that this would force the stream to open on TCP. However, nothing has changed for me. I still get the same error.

    EDIT2 : So essentially it boils down to how do I set the RTSP transport mode to TCP ? By default the transport mode for RTSP is UDP.

  • af_hdcd : Add analyze mode

    7 août 2016, par Burt P
    af_hdcd : Add analyze mode
    

    A new mode, selected by filter option, to aid in analysis of HDCD
    encoded audio. In this mode the audio is replaced by a solid tone and
    the amplitude is adjusted to signal some specified aspect of the process.
    The output file can be loaded in an audio editor alongside the original,
    where the user can see where different features or states are present.

    Signed-off-by : Burt P <pburt0@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/af_hdcd.c