Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (74)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (12998)

  • FFMpeg - applying equalizer to audio

    1er juillet 2013, par ssuukk

    There doesn't seem to be much docs on libavfilter available, but FFMpeg surely has a lot of filters. I am interested in Equalizer filter and applying it to audio. But... how do I do it programmatically ?

  • Error "sys/videoio.h - not found" OpenCV 3.1.0

    9 juin 2020, par Jefferson Rodriguez

    
I using Elementary OS and I'm trying to install OpenCV 3.1.0, I follow the instructions of http://docs.opencv.org/3.0-beta/doc/tutorials/introduction/linux_install/linux_install.html
    
Also, I have installed libav 11.7 and ffmpeg 3.1.3
    
but, after cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
I get :
    
— Looking for linux/videodev.h
    
— Looking for linux/videodev.h - found
    
— Looking for linux/videodev2.h
    
— Looking for linux/videodev2.h - found
    
— Looking for sys/videoio.h
    
— Looking for sys/videoio.h - not found
    
— Looking for libavformat/avformat.h
    
— Looking for libavformat/avformat.h - found
    
— Looking for ffmpeg/avformat.h
    
— Looking for ffmpeg/avformat.h - not found
    
— checking for module 'libgphoto2'
    
— package 'libgphoto2' not found
    
And after make,
    
I get :
    &#xA;../../lib/libopencv_videoio.so.3.1.0 : referencia a av_frame_alloc&#x27; sin definir <br />&#xA;../../lib/libopencv_videoio.so.3.1.0: referencia aav_frame_free' sin definir
    &#xA;collect2 : error : ld returned 1 exit status
    &#xA;make[2] : * [bin/opencv_test_video] Error 1
    &#xA;make[1] : *
    [modules/video/CMakeFiles/opencv_test_video.dir/all] Error 2&#xA;

    &#xA;&#xA;

    someone who can help me ?

    &#xA;

  • Error "sys/videoio.h - not found" OpenCV 3.1.0

    22 mars 2017, par Jefferson Rodriguez

    I using Elementary OS and I’m trying to install OpenCV 3.1.0, I follow the instructions of http://docs.opencv.org/3.0-beta/doc/tutorials/introduction/linux_install/linux_install.html
    Also, I have installed libav 11.7 and ffmpeg 3.1.3
    but, after cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
    I get :

    — Looking for linux/videodev.h

    — Looking for linux/videodev.h - found

    — Looking for linux/videodev2.h

    — Looking for linux/videodev2.h - found

    — Looking for sys/videoio.h

    — Looking for sys/videoio.h - not found

    — Looking for libavformat/avformat.h

    — Looking for libavformat/avformat.h - found

    — Looking for ffmpeg/avformat.h

    — Looking for ffmpeg/avformat.h - not found

    — checking for module ’libgphoto2’

    — package ’libgphoto2’ not found
    And after make,
    I get :
    ../../lib/libopencv_videoio.so.3.1.0 : referencia a

    av_frame_alloc' sin definir <br />
    ../../lib/libopencv_videoio.so.3.1.0: referencia a

    av_frame_free’ sin definir
    collect2 : error : ld returned 1 exit status
    make[2] : * [bin/opencv_test_video] Error 1
    make[1] : *
    [modules/video/CMakeFiles/opencv_test_video.dir/all] Error 2

    someone who can help me ?