Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (51)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7541)

  • How much should I download from a mp4 to get it's metadata only

    29 novembre 2015, par Calin

    I need to refresh metadata for large mp4 files in a database, I don’t want to download the hole file to get the frame rate and resolution.

    By experimentation I found that downloading only 1MB will suffice for ffmpeg -i to show me the info.

    Can you point me to documentation that explains this ?

  • 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