Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (67)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (7123)

  • What, if any, guarantees are there for when `nalu_process` will be called ?

    1er août 2012, par gspr

    In particular, can a call to x264_encoder_encode return before every nalu_process callback associated to it has returned ? Someone in #x264 suggested it's settings-dependent ; I'm talking here about the "zerolatency" preset.

    If the answer to the above question is yes, then how common is it, empirically ?

  • ffmpeg use on iOS

    2 juillet 2015, par Chuck Mc Duran

    I understand that to use FFmpeg in an iOS app, you use the ./configure and make to generate the .a files, that you will add to the project.

    My question is, once the .a files show up in the project navigator and in the Link Binary With Libraries section, how do you actually use them in your classes ?, I see there is no "framework" to use in an #import statement, so I don’t know how to access the classes methods and properties.

  • ffmpeg to crop a mp3 file in android ?

    3 avril 2012, par Vinod Dsouza

    I was following this question and found that it could be used in my android music app to crop a mp3 file.But unfortunately I'm not getting enough material how to use this command and how to integrate with my app.So it would be great if somebody helps me in this.