Recherche avancée

Médias (91)

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7982)

  • FFMEG : run code after complete conversion

    26 octobre 2019, par Сергей Барахтенко

    There is a code that runs FFMPEG

    shell_exec($this->config->item('ffmpeg') . ' -i ' . $path . ' ' . $cmd . ' 1>' . $folder . '/log.txt 2>&1 ');

    And there is the following line, which should, taking into account the peculiarities of the PHP language, work out immediately after shell_exec

    $params = array(
       'status' => 'ready'
    );
    $result = $this->model->editVideo($video_key, $params);

    This line simply updates the status of the video in the database

    My question is, why doesn’t the further php code work after completion shell_exec ? What could be the catch ?

  • How can I use ffmpeg on PythonAnywhere ?

    5 mars 2016, par miguel

    I’m trying to make a web app with Flask, hosted on PythonAnywhere, which will use the Echo Nest Remix library.

    The problem is that Remix uses ffmpeg and PythonAnywhere only has avconv.

    Is there any way I can use ffmpeg on PythonAnywhere ?

    I’m using PythonAnywhere’s free account if it makes a difference.

    Thank you !

  • image transitions using ffmpeg

    9 octobre 2015, par red-banana

    I am looking to use ffmpeg to create a slideshow with transitions using 10 jpg images.

    i.e. 1.jpg, 2.jpg, 3.jpg...

    using 10 frames per transitions.

    I can get a slideshow happening but cannot seem to get hot to have the transitions going down.

    On another note, I asked a friend how he thought it could be done and he stated it would take 2-4 minutes per video because it seems kind of outrageously long for nothing. (I can output HD video in premiere faster than that WITH color correction...) So I did not bother checking his code.

    If anyone can help, it would be appreciated.