Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (9555)

  • What these FFmpeg APNG encoder prediction methods mean ?

    14 septembre 2021, par Nicke Manarin

    By typing ffmpeg -h encoder=apng, I get this :

    


    APNG encoder AVOptions:&#xA;  -dpi               <int>        E..V..... Set image resolution (in dots per inch) (from 0 to 65536) (default 0)&#xA;  -dpm               <int>        E..V..... Set image resolution (in dots per meter) (from 0 to 65536) (default 0)&#xA;  -pred              <int>        E..V..... Prediction method (from 0 to 5) (default none)&#xA;     none                         E..V.....&#xA;     sub                          E..V.....&#xA;     up                           E..V.....&#xA;     avg                          E..V.....&#xA;     paeth                        E..V.....&#xA;     mixed                        E..V.....&#xA;</int></int></int>

    &#xA;

    What are the differences among these prediction methods ?

    &#xA;

    I could not find any documentation on ffmpeg.org or anywhere else.

    &#xA;

  • mpeg4videodec : Parse newpred headers

    11 août 2013, par Michael Niedermayer
    mpeg4videodec : Parse newpred headers
    

    This is untested due to lack of a non broken file using new pred

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

    • [DH] libavcodec/mpeg4videodec.c
  • Revision 22694ca1ad : Change txfm_type decision The changing in intra coding to base on transform blo

    22 mai 2013, par Yaowu Xu

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



    Change txfm_type decision

    The changing in intra coding to base on transform block, i.e. pred->
    txfm->quant->dequant-itxfm->recon, made all blocks within a prediction
    unit behave consistently, there is no longer a need to handle blocks
    differently based on the position within a predicitn block. So this
    commit simplifies the decision of transform type to be based on
    prediction mode only.

    Change-Id : If96cb72386f2e9186126ace88afa35ef085b6c96