Recherche avancée

Médias (91)

Autres articles (59)

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

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (5104)

  • Unknown encoder 'libx265'

    26 février 2021, par user42

    I'm running the following command on my Ubuntu 20.04
ffmpeg -i input.mp4 -vcodec libx265 -crf 28 -f mp4 output.mp4

    


    I get the statement : Unknown encoder 'libx265'

    


    I installed the encoder with the command sudo apt-get install libx265-dev libnuma-dev but I still get the same message. Do you know what I am doing wrong or how to get ffmpeg to work with this encoder ?

    


  • avcodec/exr : export any unknown header string variable to metadata

    16 février 2021, par Paul B Mahol
    avcodec/exr : export any unknown header string variable to metadata
    

    And properly skip preview type in header.

    • [DH] libavcodec/exr.c
  • matroska : don’t complain about unknown elements

    9 février 2015, par wm4
    matroska : don’t complain about unknown elements
    

    Matroska is an extensible format - unknown elements must be expected. It
    shouldn’t complain about such elements to the user either ; it’ll just
    generate noise. The "error_recognition & AV_EF_EXPLODE" is completely,
    wrong why would it explode on valid files ?

    It’s still useful for debugging, so the message is left in place with a
    higher log level.

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

    • [DH] libavformat/matroskadec.c