Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (54)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9677)

  • Online video converter [on hold]

    9 novembre 2015, par Oleksandr Kyrpa

    can any one recomended same online video converter ? I have very slow netbook but needed play avi, wmv, mkv on my iPhone and Android tablet. Also I planed to by WP (Windows Phone) Nokia 920, but sucks Microsoft havent support my video libs so I need online video converter. My videos files size from 300M to 4GB and resolution from 360p to 720p and 1080.
    Can any help me with online video converter ?

  • what is FFmpeg ?

    18 mai 2012, par mirdad

    I am using the LINK to take frame from video ..but it says to create a commercial project that decodes H264 video, we have to make sure that we get a license from MPEG LA.
    Why should we get license ?some tutorials say that we have to give complete source code to
    LGPL , if we integrate statically FFMPEG.what is mean by statically ? what is the other option ?can we submit our App to Appstore(for storing video streams in server) without getting license from LGPL ?i am getting confused ? any help please ?

  • Integrating ffmpeg in xcode5, Cannot find gcc

    22 juin 2014, par user2007547

    I have been trying to integrate ffmpeg in xcode5.
    The step [here][1]

    [1] : FFMPEG integration on iphone/ ipad project says that cc parameter needs to be gcc in iphoneOs.platform.

    But I could not find it in my xcode5.
    It is present in xcode 4.6.3 that I have.

    I tried the ./configure command with cc as gcc from xcode4.
    Something like this :

    ./configure --prefix=armv7 --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-    ffserver --enable-avresample --enable-cross-compile --   sysroot="/Applications/Xcode5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk" --target-os=darwin --cc="/Applications/Xcode4.6.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc" --extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=6.0" --extra-ldflags="-arch armv7 -isysroot /Applications/Xcode5.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=6.0" --arch=arm --cpu=cortex-a9 --enable-pic

    It works ok but then the make command after fails like this :

    libavcodec/arm/mdct_vfp.S:113:unknown register alias 'TCOS_D0_HEAD'
    libavcodec/arm/mdct_vfp.S:114:unknown register alias 'TCOS_D1_HEAD'
    libavcodec/arm/mdct_vfp.S:115:unknown register alias 'TCOS_S0_TAIL'
    make: *** [libavcodec/arm/mdct_vfp.o] Error 1

    What am I doing wrong here ?? Where can I find gcc for xcode5 ??