Recherche avancée

Médias (91)

Autres articles (68)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

Sur d’autres sites (12036)

  • fatal Error Issues - jhotovy's version of android-ffmpeg-x264 - github.com/jhotovy/android-ffmpeg.git

    3 août 2012, par user1545779

    The following is the output for issuing init-submodules.sh. I keep receiving this

    error:fatal error:
       Unable to checkout '15e02184e136e47ecff01bf56aca
       The49d8e2646fb4&#39; in submodule path &#39;Project/jni/ffmpeg&#39;<br />

    Has anyone run jhotovy's version of halfninja's code successfully so far ? Any help in resolving this issue will be greatly appreciated

    My screen output :

       gipsyblues@android-general:~/android-ffmpeg$ ./init-submodules.sh <br />
       ls: cannot access ./jni/ffmpeg/*: No such file or directory<br />
       Submodule &#39;ffmpeg&#39; (git://git.videolan.org/ffmpeg.git) registered for path   Project/jni     /ffmpeg&#39;<br />
       Submodule &#39;x264&#39; (git://git.videolan.org/x264.git) registered for path &#39;Project/jni    /x264&#39;<br />
       user.name=xxxxxxx <br />
       user.email=yyyyyyy <br />
       core.repositoryformatversion=0<br />
       core.filemode=true<br />
       core.bare=false<br />
       core.logallrefupdates=true<br />
       remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*<br />
       remote.origin.url=git://github.com/jhotovy/android-ffmpeg.git
       branch.master.remote=origin<br />
       branch.master.merge=refs/heads/master<br />
       submodule.ffmpeg.url=git://git.videolan.org/ffmpeg.git<br />
       submodule.x264.url=git://git.videolan.org/x264.git<br />
       Initialized empty Git repository in /home/gipsyblues/android-ffmpeg/Project/jni/ffmpeg  /.git/<br />
       remote: Counting objects: 237417, done.<br />
       remote: Compressing objects: 100% (57251/57251), done.<br />
       remote: Total 237417 (delta 186957), reused 228690 (delta 179782)<br />
       Receiving objects: 100% (237417/237417), 59.89 MiB | 5.22 MiB/s, done.<br />
       Resolving deltas: 100% (186957/186957), done.<br />
       fatal: reference is not a tree: 15e02184e136e47ecff01bf56aca49d8e2646fb4<br />
       Unable to checkout &#39;15e02184e136e47ecff01bf56aca49d8e2646fb4&#39; in submodule path    &#39;Project/jni/ffmpeg&#39;<br />
      gipsyblues@android-general:~/android-ffmpeg$ <br />

    I have successfully run the original halfninja version which is also at githuib.com/halfninja/android-ffmpeg-x264.&lt;br> I have searched all over the Internet and i am not finding any reference to this issue. Anyone had any success with that implementation

  • Android - FFmpeg Alternative to get video frames. (Due to licensing)

    3 juillet 2012, par Fresh_Meat

    Scenario :

    I am working on a Android project where in one particular openGL page, I display videos.

    FFmpeg is used to obtain frames from videos(as openGL does not support video as texture) and I am using the frames to obtain a video effect.

    I am using pre-compiled FFmpeg binaries in the project.


    I was not aware of the level of legal implications of using the FFmpeg library.
    My superior brought this to my notice FFmpeg legal reference

    Problem :

    I am no legal expert, so only thing that I understood is that using FFmpeg in a comercial free app (but service needs to be paid for) is going to get me and my company into trouble :(

    In no way the source or any part of the source of the project can be released.(The client is very strict about this.)


    Questions ?

    1) Is there any alternative to FFmpeg (which uses Apache or MIT license) that I can use to obtain video frames ?

    2) In openGL, getting the video frames and looping through - Is it the only way of playing a video ? Is there any alternate method to achieve this functionality ?

  • Set ffmpeg path in supervsiorctl config file

    4 juin 2015, par interneteur

    I am having a issue where my code works fine when not under supervisor. But when under supervisor for some reason it is not finding the path to the ffmpeg dependency.

    (env)root@www:/home/www/yout# which ffmpeg
    /usr/bin/ffmpeg

    Is there any way to set the path to ffmpeg to have it check this ?

    Here is my config file

    [program:worker]
    directory=/home/www/yout
    environment=PATH="/home/www/env/bin"
    command=python worker.py high normal low
    process_name=%(program_name)s
    numprocs=1
    autostart=true
    autorestart=true
    stopsignal=TERM
    user=root
    stopsignal=TERM