Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (64)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

  • FFmpeg benchmark option

    12 septembre 2019, par chronosynclastic

    FFmpeg allows measuring CPU and wall-clock times using the -benchmark option. It gives e.g. an output like this :
    bench: utime=0.689s stime=1.350s rtime=4.036s.

    Does the value rtime contain also the file reading and writing times ? If yes, is there a way to measure solely the encoding time ?

  • combine two audio files with a command line tool

    29 août 2018, par holographix

    I’ve to merge two (or more) audio files (like a guitar and a drum track) into a single file.
    I’m running over linux CentOS and I’d need a command line tool to do so, because I’ve got to run this as part of a background process, triggered via crontab of a custom bash script.
    I also need to be able to change the pan, volume, trim and start time (i.e I want the guitar track to start after 1.25ms after the drum track so that they can be both in sync with each other).

    My first choice would be ffmpeg, but I was wondering if there could be something more specific, reliable and less fuzzy than ffmpeg.

    thx a ton !
    - k-

  • Merge commit ’01d245ef4392152dbdc78a6ba4dfa0a6e8b08e6f’

    6 janvier 2014, par Michael Niedermayer
    Merge commit ’01d245ef4392152dbdc78a6ba4dfa0a6e8b08e6f’
    

    * commit ’01d245ef4392152dbdc78a6ba4dfa0a6e8b08e6f’ :
    random_seed : Rewrite the generic clock() based seed code

    Conflicts :
    libavutil/random_seed.c

    See : 66531c75d3bfd8a013acd8bd3c04a131dae2a1a0
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/random_seed.c