Recherche avancée

Médias (91)

Autres articles (111)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (10555)

  • Merge commit ’e4a77dc204f80a6876cbd91de9b71c30feebe119’

    1er décembre 2014, par Michael Niedermayer
    Merge commit ’e4a77dc204f80a6876cbd91de9b71c30feebe119’
    

    * commit ’e4a77dc204f80a6876cbd91de9b71c30feebe119’ :
    Make the RELEASE file match with the most recent tag

    Conflicts :
    RELEASE

    Not merged as the tag is not a FFmpeg version

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • Bower : Add Bower.json for package registration

    16 janvier 2014, par nschonni
    Bower : Add Bower.json for package registration
    

    Also update homepage in package.json to match values.

    Closes gh-982
    See gh-978

  • JPG Right Colors [closed]

    17 avril 2024, par user1897354

    For this type of video, do I get the right colors for jpgs ?

    &#xA;

    Color space : YUV
    &#xA;Chroma subsampling : 4:4:4
    &#xA;Color range : Limited
    &#xA;Color primaries : BT.709
    &#xA;Transfer characteristics : BT.709
    &#xA;Matrix coefficients : BT.709

    &#xA;

    For the video, I tried making jpegs using this code, but the colors did not match :

    &#xA;

    ffmpeg -i input.mkv -vf zscale=min=709:m=170m:rin=limited:r=full,format=yuv444p -qmin 1 -qmax 1 -q:v 1 output%03d.jpg

    &#xA;