Recherche avancée

Médias (91)

Autres articles (47)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (6701)

  • AWS lambda hitting size limitation with ffmpeg

    7 octobre 2016, par Guig

    I’m playing around with AWS lambda and trying to set up a task based on node + ffmpeg. Apparently Lambda cannot handle zip that are larger than 250Mb (I’m getting the exception Unzipped size must be smaller than 262144000 bytes)

    I’ve followed the build guideline from ffmpeg and my final build is 377Mb :

    enter image description here

    There might be a few things I can prune, but I’m not sure I can get bellow 200+Mb. Is Lambda not fit for ffmpeg tasks ? If people have used for video processing, is the only solution to drastically prune ffmpeg build ?

    == edit ==

    As mentioned in @idbehold’s answer, it’s likely that I only need the binaries. I first tried with only the binaries in ./bin, but I was getting errors like :

    {
     "errorMessage": "Command failed: /bin/sh -c ffprobe -v quiet -print_format json -show_format -show_streams test.mp4
     ffprobe: error while loading shared libraries: libva.so.1: cannot open shared object file: No such file or directory",
     "errorType": "Error",
     "stackTrace": [
       "ffprobe: error while loading shared libraries: libva.so.1: cannot open shared object file: No such file or directory",
       "",
       "ChildProcess.exithandler (child_process.js:213:12)",
       "emitTwo (events.js:87:13)",
       "ChildProcess.emit (events.js:172:7)","maybeClose (internal/child_process.js:821:16)",
       "Socket.<anonymous> (internal/child_process.js:319:11)",
       "emitOne (events.js:77:13)",
       "Socket.emit (events.js:169:7)",
       "Pipe._onclose (net.js:469:12)"
     ]
    }
    </anonymous>

    The lambda is just executing an input command with a child_process as in the node-exec blueprint aws function. So I thought I’d need to include those other files. I copied the binaries I obtained after following ffmpeg installation guidelines, but maybe they got linked differently in my ubuntu machine. I guess I should focus on fixing that error.

  • Error : ffmpeg -php with centos 6.4

    3 août 2013, par Kamoliddin Usmonov

    I have problem with ffmpeg on centos 6.4.
    FFmpeg is working, but FFmpeg -php not working. When I check ffmpeg -php error

    ffmpeg version N-55188-gbdccfc3 Copyright (c) 2000-2013 the FFmpeg developers
     built on Aug  3 2013 01:16:57 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3)
     configuration: --enable-gpl --enable-libfdk_aac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
     libavutil      52. 40.100 / 52. 40.100
     libavcodec     55. 19.100 / 55. 19.100
     libavformat    55. 12.102 / 55. 12.102
     libavdevice    55.  3.100 / 55.  3.100
     libavfilter     3. 82.100 /  3. 82.100
     libswscale      2.  4.100 /  2.  4.100
     libswresample   0. 17.103 /  0. 17.103
     libpostproc    52.  3.100 / 52.  3.100
    Unrecognized option &#39;php&#39;.
     Error splitting the argument list: Option not found

    php -r &#39;phpinfo();&#39; | grep ffmpeg

    PHP Warning : PHP Startup : Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so : cannot open shared object file : No such file or directory in Unknown on line 0
    PHP Warning : PHP Startup : Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so : cannot open shared object file : No such file or directory in Unknown on line 0
    PHP Warning : PHP Startup : Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so : cannot open shared object file : No such file or directory in Unknown on line 0
    /etc/php.d/ffmpeg.ini,

    Please help me ! Beforehand thanks =)

  • Trouble with x264 compilation on Mac OS X

    27 mars 2014, par user3454318

    I've gcc installed. But when
    ./configure —enable-shared —enable-static

    it gives No working C compiler found. Please help.