Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (105)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (11106)

  • Evolution #2636 : select des types de bases de données à l’install

    26 janvier 2014, par b b

    Patch intégré par r21162 (redmine ne semble plus vouloir lier les commits aux tickets...)

  • php_ffmpeg extension installed, want to know available classes in this extension [on hold]

    25 septembre 2013, par user2808180

    I have successfully installed the php extension "php_ffmpeg" and it is working fine. I tested the extension with class ffmpeg_movie and It shows me complete information of the file.

    But the problem is to convert any uploaded video file to flv. Is there any classes available in the extension 'php_ffmpeg', I would like you to share some sample code for that.

    I will like to stick to php code as I am not sure that I might not get access to the share server shell.

    I also tried exec, on my Windows Based local machine, but I haven't found success beyond "DIR" command.

    Please if you have some knowledge about "php_ffmpeg" extension and classes available in it, with example code or know some resource which include that please help me.

    $return = 1;
    $output = array();

    $source = $_SERVER['DOCUMENT_ROOT'] . '/sample.avi';
    $target = $_SERVER['DOCUMENT_ROOT'] . '/target.flv';


    $cmd = "ffmpeg -i {$source} {$target}";

    exec($cmd, $output, $return);


    echo &#39;<pre>&#39;; print_r($output); echo &#39;</pre>&#39;;

    echo $cmd;
  • Need To add Logo as a Watermark on Video in Python 2.7 [closed]

    13 avril 2021, par Piyush Badule

    I need to add a watermark on video and make new video file. The Watermark will be the logo that is png file. I am using python 2.7 as project is built in Python 2.7 and Django. I need to process the video further and then need to upload on the youtube. So for that I need to attached the logo of the company as the watermark. I need to do it in python 2.7 specific. I am now getting anything I googled up and tried many solutions.

    &#xA;