Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (61)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10679)

  • Phpvideotoolkit - "maxlen '=>' 3072 ' in buggedcom \ phpvideotoolkit \ src \ PHPVideoToolkit \ Mime.php line 202"

    20 mai 2015, par xcollado

    I’m trying to integrate PHPVideoToolKit in Symfony2, to generate prviews some videos.

    Running directly from PHP I have no problem and works properly, but when in full in Symfony2, I stuck when he tells me that you can not convert a file larger than 3072.

    "maxlen '=>' 3072 ')) in C: \ xampp \ htdocs \ www \ VideoLab \ vendor \ buggedcom \ phpvideotoolkit \ src \ PHPVideoToolkit \ Mime.php line 202"

    I added the Symfony library by :

    "require": {
    "ffmpeg-php / php-ffmpeg" "dev-master"
            "pulse00 / ffmpeg-bundle": "dev-master"
            "buggedcom / phpvideotoolkit" "dev-master"

    and I installed all the libraries correctly in the Vendors.

    The error is generated :

    ContextErrorException: Warning: Invalid argument supplied for foreach() in \vendor\buggedcom\phpvideotoolkit\src\PHPVideoToolkit\Mime.php line 202

    'maxlen' => '3072')) in \vendor\buggedcom\phpvideotoolkit\src\PHPVideoToolkit\Mime.php line 202

    Not if you’ve encountered the problem and have a possible solution.

    Than You very much
    Xavier Collado

  • php and ffmpeg from command line in windows - not working, nothing returns

    24 août 2015, par user3725395

    I’m trying to execute ffmpeg within a website and it never output’s a file, nothing return’s, I have tried it with parameters -version and that works fine.
    I can copy and paste the main command into dos and it also works fine.

    I’m stuck, I have tried many things including shell_exec but to no avail, nothing comes back other than array(0) int(0). help ?

    //$cmd = 'C:\ffmpeg.exe ffmpeg -version';
    $cmd = "C:\ffmpeg.exe -i C:\1.mp3 -i C:\2.mp3 -filter_complex amerge -c:a libmp3lame -q:a 4 C:\out.mp3";
    echo exec($cmd, $o, $v);
    var_dump($o);
    var_dump($v);
  • Ubuntu 14 FFMPEG & Black and White Conversion

    3 septembre 2015, par Jesse James Richard

    As the HUE option doesn’t exist in FFMPEG on Ubuntu because it’s AVCONC, can it just be assumed that it’s nearly impossible to convert a video to black and white since FFMPEG is effectively incomplete ?