Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (52)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (9111)

  • matroskadec : parse the channel layout mask for FLAC

    26 mai 2014, par Anton Khirnov
    matroskadec : parse the channel layout mask for FLAC
    

    It is commonly stored in a vorbiscomment block in codec private data.

    • [DBH] libavformat/Makefile
    • [DBH] libavformat/flacdec.c
    • [DBH] libavformat/matroskadec.c
    • [DBH] libavformat/oggdec.h
    • [DBH] libavformat/oggparsecelt.c
    • [DBH] libavformat/oggparseflac.c
    • [DBH] libavformat/oggparseogm.c
    • [DBH] libavformat/oggparseopus.c
    • [DBH] libavformat/oggparsespeex.c
    • [DBH] libavformat/oggparsetheora.c
    • [DBH] libavformat/oggparsevorbis.c
  • h264_direct : use the reference mask from the actual reference

    2 août 2016, par Anton Khirnov
    h264_direct : use the reference mask from the actual reference
    

    Not from the underlying frame. Fixes races with frame threading in
    field-coded files, where decoding would wait for the wrong field (e.g.
    random failures in mixed-nal-coding).

    Bug-Id : 954

    • [DBH] libavcodec/h264_direct.c
  • Is there is any Free/Open source libraries for compressing the video file /reducing file size of video file in android ?

    18 février 2015, par Manu

    My application deals video sharing. Here i need to reduce the size of videos/ compress the video, so that i can minimize the data upload/download. I went through many threads and most of the threads suggesting FFMPEG. I could integrate it with my application and it is working exactly how i want it to be. But now i came to know that it’s a commercial library, and i just have 15 days of trial period. :(

    Any other alternatives ? Free/open source libraries which satisfies my requirements ?