Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (62)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (14189)

  • i have installed composer and now need to install php_ffmpeg

    6 mars 2016, par sonam Sharma

    hey all i have successfully downloaded and installed composer on my windows7 64bit wamp server and i need to install php_ffmpeg by composer.
    i don’t have any idea i have already read their documentation but it is not so clear ?
    please let me know the next step.

    i got the details about the composer and php_ffmpeg from this link

    https://github.com/PHP-FFMpeg/PHP-FFMpeg

    here is the code that i get when i update,require and install composer by cmd

    C:\Windows\system32>composer update
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Nothing to install or update
    Generating autoload files

    C:\Windows\system32>composer require php-ffmpeg/php-ffmpeg
       Using version ^0.6.0 for php-ffmpeg/php-ffmpeg
      ./composer.json has been updated
        Loading composer repositories with package information
        Updating dependencies (including require-dev)
        Nothing to install or update
         Generating autoload files

          C:\Windows\system32>composer install
         Loading composer repositories with package information
         Installing dependencies (including require-dev) from lock file
          Nothing to install or update
           Generating autoload files

    here is the screenshot of my wamp server and installed modules

    enter image description here

  • When I tried to install react-native-ffmpeg, Build getting failed throwing error

    1er juillet 2020, par srinivas
    Version Using
compileSdkVersion 29
buildToolsVersion "26.0.0"


    


    What went wrong :
Could not determine the dependencies of task ':react-native-ffmpeg:compileDebugAidl'.
 width='300' height='172' /> Could not resolve all task dependencies for configuration ':react-native-ffmpeg:debugCompileClasspath'.

    


    


    Could not find com.arthenica:mobile-ffmpeg-com.febbler:4.3.1.
Required by :
project :react-native-ffmpeg

    


    


  • Install PyAV on Windows

    16 juin 2015, par m.barz

    I got a problem building and thus setting up PyAV 32-bit on Windows 8 (x64). I tried the workflow for Windows as indicated in their documentation, but did not succeed :

    • I cross-compiled ffmpeg on Ubuntu 14.04 with the aid of a script.
    • I copied the *shared-install folder to Windows and set the PKG_CONFIG_PATH environment variable to the corresponding libs/pkgconfig path.
    • I copied the ffmpeg DLLs and its dependencies from the MinGW bin-folder to PyAV’s av folder as mentioned in PyAV’s docs.
    • I ran make build-mingw32 (where build-mingw32 is a recipe triggering python distutils like that : CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) python setup.py build_ext --inplace -c mingw32)

    Finally I run into trouble with that last command. When the build process tries to create codec.pyd there is a bunch of undefined reference to _head_C_build27_cpython_PCBuild_libpython27_a errors leading gcc to fail. See cmd output below :

    enter image description here

    I tried this on a fresh virtual machine running Windows 8.1 Pro having installed the MinGW toolchain including msys (I used the installer from mingw.org). I also tried the MinGW installer provided here.
    I hope someone already experienced similar issues using gcc and can help me with that !

    Thanks in advance and best regards,
    Michael