Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (108)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • 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" ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11492)

  • Revision 047b0b01bb : Fix show existing frame - Disable mode info update in case where current frame

    5 décembre 2013, par Tero Rintaluoma

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_onyxd_if.c



    Fix show existing frame

    - Disable mode info update in case where current frame is coded
    as "show existing frame".
    - Should fix issue 676.

    Change-Id : Ibee681850eb307f982da6528d3e31cb94f881c08

  • avformat/matroskaenc : write a CRC32 element on Info

    4 octobre 2016, par James Almer
    avformat/matroskaenc : write a CRC32 element on Info
    

    Finishes implementing ticket #4347

    Tested-by : Dave Rice <dave@dericed.com>
    Tested-by : Jerome Martinez <jerome@mediaarea.net>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c
    • [DH] tests/ref/fate/rgb24-mkv
    • [DH] tests/ref/lavf/mka
    • [DH] tests/ref/lavf/mkv
    • [DH] tests/ref/seek/lavf-mkv
  • Еxtract scene change info from a video file

    14 avril 2017, par Ray P.

    Is there a way to extract scene change information from a video file using XVid in Python ? For example : I have an .mkv file, and I need to get a .log scene change file (Xvid 2nd pass stat file) to use for subtitles timing. SCXvid can create such files, but I’d like to do this in Python if possible.

    The reason why I need this is because the only way to do it on Linux is to use SCXvid-standalone which requires y4m files, and I need to use files in their original format.