Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (24)

  • Ajout d’utilisateurs manuellement par un administrateur

    12 avril 2011, par

    L’administrateur d’un canal peut à tout moment ajouter un ou plusieurs autres utilisateurs depuis l’espace de configuration du site en choisissant le sous-menu "Gestion des utilisateurs".
    Sur cette page il est possible de :
    1. décider de l’inscription des utilisateurs via deux options : Accepter l’inscription de visiteurs du site public Refuser l’inscription des visiteurs
    2. d’ajouter ou modifier/supprimer un utilisateur
    Dans le second formulaire présent un administrateur peut ajouter, (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (4669)

  • FFMPEG Android Compile With libmp3lame

    7 juillet 2016, par burakcosk

    my os is mac os x

    I can compile and use ffmpeg without libmp3lame , and having no problems, I use below command to compile ffmpeg

    sudo ./configure

    but when I try it with

    sudo ./configure —enable-libmp3lame

    It returns error ERROR : libmp3lame >= 3.98.3 not found

    However, I have libmp3lame installed on my system.

    I installed libmp3lame using brew install lame

    and linked with brew link lame.

    when I look into config.log to see error messages I got this

    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -std=c99 -mdynamic-no-pic -fomit-frame-pointer -fPIC -E -o /tmp/ffconf.V6BXHwIr.o /tmp/ffconf.rMa57AkB.c /tmp/ffconf.rMa57AkB.c:1:10 : fatal error : ’lame/lame.h’ file not found

    So it can not find lame/lame.h but I have lame/lame.h inside /usr/local/include ..

    I really stucked on this and searched over internet for many hours,

    any help would be greatly appreciated thanks

    EDIT =====

    I made some progress, now I have compiled ffmpeg witch runs without problems in Android, but I still could not combine it with the libmp3lame

  • Evolution #2504 : plutôt pour afficher du code en bloque

    26 septembre 2017, par tetue tetue

    Bon bin, j’ai fait un plugin, avec Nicod :
    https://zone.spip.org/trac/spip-zone/browser/_plugins_/precode/trunk/todo.txt
    https://plugins.spip.net/precode
    mais il reste encore des trucs à corriger pour que ça marche bien dans SPIP.

  • lavc/aarch64 : port HEVC add_residual NEON

    10 janvier 2021, par Reimar Döffinger
    lavc/aarch64 : port HEVC add_residual NEON
    

    Speedup is fairly small, around 1.5%, but these are fairly simple.

    Signed-off-by : Josh Dekker <josh@itanimul.li>

    • [DH] libavcodec/aarch64/hevcdsp_idct_neon.S
    • [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c