Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (54)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • 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 (...)

Sur d’autres sites (5019)

  • avformat/libopenmpt : Query duration and metadata after selecting subsong

    17 septembre 2017, par Jörn Heusipp
    avformat/libopenmpt : Query duration and metadata after selecting subsong
    

    Duration depends on the selected subsong and thus must be queried after
    selecting the subsong. There is no compelling reason to query other
    metadata earlier either.

    Tested with libopenmpt version : 0.2.8760-beta27
    Libopenmpt configure options : —without-ogg —without-vorbis
    — without-vorbisfile —without-portaudio —without-portaudiocpp
    — without-mpg123 —without-pulseaudio —without-sndfile —without-flac

    Signed-off-by : Jörn Heusipp <osmanx@problemloesungsmaschine.de>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavformat/libopenmpt.c
  • Saving stream video on event FFMPEG CCTV RTSP ://

    25 avril 2017, par Josh

    I have a problem that I’m hoping some of the great minds here could help me with.

    I have a CCTV system that provides 4 RTSP streams (one from each camera) that will be covering a short 60 second event (roughly, so I can’t predefine a duration). The issue I have is I need FFMPEG to take clips from the stream triggered from a JSON feed. There are two commands or states, Door Open - Stop Recording and Door Closed - Begin Recording.

    Now getting FFMPEG to start recording on the door close is pretty simple in batch as I’m currently experimenting HOWEVER I can’t seem to find a way to get FFMPEG to start recording and then stop recording on demand. In batch it’s pretty straight forward using Ctrl+C to have FFMPEG commit the recording to file. The question is, how do I get FFMPEG PHP to send a command to an already closed handle to stop the recording and commit to file ?

    Many Thanks,
    Josh

  • mxfdec : fix NULL pointer dereference in mxf_read_packet_old

    17 novembre 2016, par Andreas Cadhalpun
    mxfdec : fix NULL pointer dereference in mxf_read_packet_old
    

    Metadata streams have priv_data set to NULL.

    Reviewed-by : Josh de Kock <josh@itanimul.li>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavformat/mxfdec.c