Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (69)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (12952)

  • brew install FFmpeg, FFmpeg command not found on Mac v10.15.5

    30 juillet 2023, par Richard Legault

    After installing FFmpeg with brew the command ffmpeg is still not found. I had to update the ~/.zshrc to include the cellar path to the FFmpeg install. Does anyone have an explanation for why this was necessary, is there an error in the brew install script for Mac OS 10.15.5.

    


    Here is what my .zshrc now looks like :

    


    userName@ComputerName-MacBook-Pro ~ % cat ~/.zshrc 
export PATH="/usr/local/sbin:/usr/local/Cellar/ffmpeg/4.3.1/bin:$PATH"


    


  • How to install ffmpeg on Heroku

    12 juillet 2020, par Riju

    I have a Python application on Heroku. How can I install ffmpeg on the app ?

    


    I tried installing it using the buildpack but I got this error :
discord.ext.commands.errors.CommandInvokeError : Command raised an exception : ClientException : ffmpeg was not found.

    


  • 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