Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (99)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (7208)

  • dv : move inverse weight tables to decoder

    25 octobre 2014, par Christophe Gisquet
    dv : move inverse weight tables to decoder
    

    The encoder has its own tables and does not access the idct_factor
    member of the DVVideoContext structure.

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

    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dv.h
    • [DH] libavcodec/dvdata.c
    • [DH] libavcodec/dvdata.h
    • [DH] libavcodec/dvdec.c
  • dv : more precise weight table for 8x8

    25 octobre 2014, par Christophe Gisquet
    dv : more precise weight table for 8x8
    

    It is derived from the actual equations of the specs. In
    particular, it is closer to the inverse of what the encoder uses.

    fate tests accordingly updated.

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

    • [DH] libavcodec/dvdata.c
    • [DH] tests/ref/lavf/dv_fmt
    • [DH] tests/ref/vsynth/vsynth1-dv
    • [DH] tests/ref/vsynth/vsynth1-dv-411
    • [DH] tests/ref/vsynth/vsynth1-dv-50
    • [DH] tests/ref/vsynth/vsynth2-dv
    • [DH] tests/ref/vsynth/vsynth2-dv-411
    • [DH] tests/ref/vsynth/vsynth2-dv-50
  • Reduce the weight of webp

    4 avril 2021, par MultipleSplit

    Im new to ffmpeg

    &#xA;

    I got webm (2.21mb) with alpha transparency and trying to convert it to animated webp also with alpha with that command :

    &#xA;

    ffmpeg -c:v libvpx-vp9 -i input.webm output.webp&#xA;

    &#xA;

    Output webp gets 43.1mb.&#xA;So how I can reduce more weight from webp ? What I need to add to my command ?

    &#xA;