Recherche avancée

Médias (91)

Autres articles (91)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (23170)

  • FFMPEG : undefined reference to `avcodec_register_all' does not link

    30 juin 2014, par Belov

    So I have a very sample code for trying to decode a FFMPEG video stream.
    My problem is avcodec does not want to link, to do so I made a clean installation of Ubuntu 13.04. I have build ffmpeg from source following the guide here : https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

    I just want to compile my file. Note that my ubuntu does not have any implementations or header files for avcodec. The command line I use is :

    gcc -I/home/USER/ffmpeg_build/include -L/home/USER/ffmpeg_build/lib -lavcodec -o test.exe Downloads/auv/src/dronerosvideo/src/ar2.cpp

    /tmp/ccKTprFq.o : In function `fetch_and_decode(int, int, bool)’ :

    ar2.cpp :(.text+0x36e) :
    undefined reference to `avcodec_register_all’

    ar2.cpp :(.text+0x378) :
    undefined reference to `av_log_set_level’

    ar2.cpp :(.text+0x382) :
    undefined reference to `avcodec_find_decoder’

    ar2.cpp :(.text+0x3b1) :
    undefined reference to `avcodec_alloc_context3’

    ar2.cpp :(.text+0x3d6) :
    undefined reference to `avcodec_open2’

    ar2.cpp :(.text+0x46d) :
    undefined reference to `av_init_packet’

    ar2.cpp :(.text+0x50a) :
    undefined reference to `avcodec_decode_video2’

    ar2.cpp :(.text+0x534) :
    undefined reference to `av_free_packet’

    /tmp/ccKTprFq.o :(.eh_frame+0x13) : undefined reference to
    `__gxx_personality_v0’

    collect2 : error : ld returned 1 exit status

    Just for a sane test if I remove the -L argument compiler says :

    /usr/bin/ld: cannot find -lavcodec

    Which means that the linker finds the library in /home/USER/ffmpeg_build/lib. Also if we check the library for implementation it exists :

    nm ffmpeg_build/lib/libavcodec.a | grep "register_all"
    0000000000000000 T avcodec_register_all

    Also as advised since it is C++ I have exten "C" around the include of the library.

    At this point I’m falling out of any ideas at all, why exactly compilation fails ?

  • Demos : Remove the dead link to psyrens.com

    16 décembre 2014, par jzaefferer
    Demos : Remove the dead link to psyrens.com
  • doc/general : update libilbc link

    12 janvier 2015, par Lou Logan
    doc/general : update libilbc link
    

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] doc/general.texi