Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (35)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5204)

  • librtmp : Don’t free the temp url at the end of rtmp_open

    4 juillet 2014, par Martin Storsjö
    librtmp : Don’t free the temp url at the end of rtmp_open
    

    librtmp can keep pointers to this string internally, and may
    use them at shutdown as well.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/librtmp.c
  • avformat/hlsenc : Free context after hls_append_segment

    16 novembre 2014, par Michael Niedermayer
    avformat/hlsenc : Free context after hls_append_segment
    

    Fixes reading uninitialized memory

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

    • [DH] libavformat/hlsenc.c
  • Error Cross Compiling : hidden symbol ... final link failed

    14 mai 2015, par haxan7

    I am getting the following error when compiling opencv with ffmpeg.

    ..../arm-none-linux-gnueabi/bin/ld : ../../bin/opencv_test_core : hidden symbol `__sync_val_compare_and_swap_4’ in ..../arm-none-linux-gnueabi/bin/ld : final link failed : Nonrepresentable section on output
    collect2 : ld returned 1 exit status

    I have no idea what this means. How do I fix this ?

    Edit :
    I am cross compiling for ARM using codesourcery’s arm-2009q3 compiler.
    I using cmake and make to compile.