Recherche avancée

Médias (91)

Autres articles (20)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (4234)

  • Revision 679e4abdd5 : Initial version of alpha channel support This is a mostly-working implementatio

    16 mai 2013, par John Koleszar

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_extend.c


     Modify /vp9/common/vp9_mbpitch.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_postproc.c


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconinter.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_lookahead.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx_scale/generic/yv12config.c



    Initial version of alpha channel support

    This is a mostly-working implementation of an extra channel in the
    bitstream. Configure with —enable-alpha to test. Notable TODOs :

    - Add extra channel to all mismatch tests, PSNR, SSIM, etc
    - Configurable subsampling
    - Variable number of planes (currently always uses all 4)
    - Loop filtering
    - Per-plane lossless quantizer
    - ARNR support

    This implementation just uses the same contents as the Y channel
    for the A channel, due to lack of content and general pain in
    playing back 4 channel content. A later patch will use the actual
    alpha channel passed in from outside the codec.

    Change-Id : Ibf81f023b1c570bd84b3064e9b4b8ae52e087592

  • ffmpeg not working in other directory using a encoder

    14 mars 2018, par Moein Hosseini

    I’m using a script to convert mp3 file to ogg file by libopus codec.

    when I use it in my home directory it works using this command :

    ffmpeg -i music.mp3 -c libopus out.ogg

    but when I’m in this directory :

    /home/moein/Desktop/BeatkhorBot/music

    the command does not work and gives me this error :

    Invalid encoder type 'libopus'

    does anyone know how to fix this ?

  • ffmpeg not working in other directory same encoder

    14 mars 2018, par Moein Hosseini

    I’m using a script to convert mp3 file to ogg file by libopus codec.

    when I use it in my home directory it works using this command :

    ffmpeg -i music.mp3 -c libopus out.ogg

    but when I’m in this directory :

    /home/moein/Desktop/BeatkhorBot/music

    the command does not work and gives me this error :

    Invalid encoder type 'libopus'

    does anyone know how to fix this ?