Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (69)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (8491)

  • checkasm : Fix compilation on Windows with —disable-thread

    17 septembre 2016, par Henrik Gramner
    checkasm : Fix compilation on Windows with —disable-thread
    
    • [DH] tools/checkasm.c
  • Get stdout from an idle background application in Windows

    24 septembre 2016, par Joe

    I have an ffmpeg.exe process that appears to be hung - it hasn’t done anything for several days. It was started by exec() in PHP, so is running in the background and has no window.

    I would like to know what caused it to stop/hang.

    Is there anyway to get what it has written to stdout ?

  • ffmpeg : Build failed in windows with cygwin for Android

    25 juin 2014, par Smith

    I have trying building ffmpeg for android using windows 7 and Cygwin. I have android-ndk-r9d.

    I have download the source code from here

    I have already set NDK environment variable. And updated TOOLCHAIN line to : TOOLCHAIN=echo $NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64 because linux folder not present.

    After running ./build.sh command. I got following error :

    arm-linux-androideabi-gcc is unable to create an executable file.
    C compiler test failed.

    If you think configure made a mistake, make sure you are using the latest
    version from SVN.  If the latest version fails, report the problem to the
    ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solving the problem.

    Help me to find out what I did wrong ?