Recherche avancée

Médias (91)

Autres articles (102)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (11813)

  • Installing OpenCV 3.1.0 with CMake on Windows 7, opencv_ffmpeg.dll invalid hash

    21 novembre 2016, par Troppsi

    I’m trying to install OpenCV 3.1.0 with MSVC2015 compiler using CMake. I get an error saying that the file hash is different from the expected hash. I have no access to internet on the PC this needs to be installed on. I tired to install it successfully on a PC with internet to see if I could copy those files to the PC without internet. But that didn’t work as CMake deletes the files, and tries to do it it’s own way. I also tried this solution, but it didn’t work.

    Here is the error message :

    CMake Warning at cmake/OpenCVUtils.cmake:872 (message):
     Download: Local copy of opencv_ffmpeg.dll has invalid MD5 hash:
     d41d8cd98f00b204e9800998ecf8427e (expected:
     89c783eee1c47bfc733f08334ec2e31c)
    Call Stack (most recent call first):
     3rdparty/ffmpeg/ffmpeg.cmake:10 (ocv_download)
     cmake/OpenCVFindLibsVideo.cmake:206 (include)
     CMakeLists.txt:536 (include)

    Downloading opencv_ffmpeg.dll...
    CMake Error at cmake/OpenCVUtils.cmake:895 (file):
     file DOWNLOAD HASH mismatch

       for file: [C:/OpenCV/opencv/sources/3rdparty/ffmpeg/downloads/89c783eee1c47bfc733f08334ec2e31c/opencv_ffmpeg.dll]
         expected hash: [89c783eee1c47bfc733f08334ec2e31c]
           actual hash: [d41d8cd98f00b204e9800998ecf8427e]
                status: [6;"Couldn't resolve host name"]

    Call Stack (most recent call first):
     3rdparty/ffmpeg/ffmpeg.cmake:10 (ocv_download)
     cmake/OpenCVFindLibsVideo.cmake:206 (include)
     CMakeLists.txt:536 (include)


    CMake Error at cmake/OpenCVUtils.cmake:899 (message):
     Failed to download opencv_ffmpeg.dll.  Status=6;"Couldn't resolve host
     name"
    Call Stack (most recent call first):
     3rdparty/ffmpeg/ffmpeg.cmake:10 (ocv_download)
     cmake/OpenCVFindLibsVideo.cmake:206 (include)
     CMakeLists.txt:536 (include)

    I would like to be able to install this without internet, but it proves very diffucult. Does anyone have any solutions to this ?

    Thanks in advance.

  • configuring android to run ffmpeg command programmatically

    16 juillet 2013, par Abdul Mateen

    I am unaware with ffmpeg, and wants to run ffmpeg command on android terminal.
    What are the basic steps to configure android so that it can run ffmpeg command through android application program ?

    Thanking you !...

  • Convert MPEG4/H264 I-Frame (IDR) from RTP stream to JPG ? [on hold]

    10 mars 2017, par ioan ghip

    I’m playing around with MPEG4/H264 received over RTP and I can successfully detect and receive I-Frames. My plan is to convert the I-Frames to JPG and show them on the screen (ultimately I want to implement basic rtp support for Roku player).
    Where do I start ? Any code examples or algorithm description on how to convert the the video frames to an image ?