Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (14710)

  • ffmpeg - library - libavformat.so.52 incorect configuration path

    4 février 2013, par florin

    I had recompiled ffmpeg on a CentOS 6.3 server.

    Everithing seams to be ok but I got next error into error_log file. :

    PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/ffmpeg.so' - libavformat.so.52: cannot open shared object file: No such file or directory in Unknown on line 0

    Here is my ffmpeg configuration :

    root@mail [~]# ffmpeg
    ffmpeg version N-49152-g49b729d Copyright (c) 2000-2013 the FFmpeg developers
     built on Jan 22 2013 22:26:36 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
     configuration: --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-gpl --enable-postproc --enable-nonfree --enable-pthreads --enable-libvo-aacenc --enable-postproc --enable-swscale --enable-avfilter --enable-shared --enable-runtime-cpudetect --disable-stripping --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC'
     libavutil      52. 15.100 / 52. 15.100
     libavcodec     54. 90.100 / 54. 90.100
     libavformat    54. 61.103 / 54. 61.103
     libavdevice    54.  3.102 / 54.  3.102
     libavfilter     3. 33.100 /  3. 33.100
     libswscale      2.  2.100 /  2.  2.100
     libswresample   0. 17.102 /  0. 17.102
     libpostproc    52.  2.100 / 52.  2.100

    What I understand from this is that I had compiled libavformat.54 BUT in ffmpeg.so config there is libavformat.52 .... How can I fix that ?

    Thank You.

  • MSVC : Fix libFLAC_static.vcxproj dependencies

    31 août 2015, par Erik de Castro Lopo
    MSVC : Fix libFLAC_static.vcxproj dependencies
    

    libFLAC_static.vcxproj was missing a dependency on win_utf8_io_static.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] FLAC-vs2005.sln
    • [DH] src/libFLAC/libFLAC_static.vcxproj
  • lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.

    21 septembre 2014, par Erik de Castro Lopo
    lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/lpc_intrin_sse41.c
    • [DH] src/libFLAC/stream_decoder.c