Recherche avancée

Médias (91)

Autres articles (27)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (5682)

  • flac and metaflac : Don’t always call setlocale() in Windows.

    19 juillet 2014, par Erik de Castro Lopo
    flac and metaflac : Don’t always call setlocale() in Windows.
    

    Windows (MSVC, MinGW) versions of setlocale don’t care about LC_*
    environment variables. For example, flac cannot pass the test for
    — until and —skip options the script calls it with —skip=0:01.1001
    and it expects decimal comma (—skip=0:01,1001) on some locales.

    Solve this (on Windows) by calling setlocale(LC_ALL, "") if some
    LC_* variable is set to "C".

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

    • [DH] src/flac/main.c
    • [DH] src/metaflac/main.c
  • 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 &#39;/usr/local/lib/php/extensions/no-debug-non-zts-20090626/ffmpeg.so&#39; - 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=&#39;-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC&#39;
     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