Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (37)

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

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5037)

  • ffmpeg convert video file with 8 audio channels to multichannel wav

    6 avril 2017, par imgoingtoshabooms

    on run input, parameters
    tell application "Terminal"
    activate
    set filesString to ""
    repeat with file_ in input
    set filesString to filesString & " " & quoted form of (POSIX path >of file_)
    end repeat
    do script "for f in" & filesString & " ; do
     /Documents/ffmpeg/ffmpeg -i \"$f\" -acodec pcm_s16le \"$f%.*.wav\"
    done"
    end tell
    return input
    end run

    I wrote an applescript to add a right-click service in OS X, but this only takes the first channel and creates a mono wav file. How can i create a multichannel wav to accommodate 8 mono tracks ?

  • Revision eee904c9b9 : Adaptive mode search scheduling This commit enables an adaptive mode search ord

    18 septembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_rd.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Adaptive mode search scheduling

    This commit enables an adaptive mode search order scheduling scheme
    in the rate-distortion optimization. It changes the compression
    performance by -0.433% and -0.420% for derf and stdhd respectively.
    It provides speed improvement for speed 3 :

    bus CIF 1000 kbps
    24590 b/f, 35.513 dB, 7864 ms ->
    24696 b/f, 35.491 dB, 7408 ms (6% speed-up)

    stockholm 720p 1000 kbps
    8983 b/f, 35.078 dB, 65698 ms ->
    8962 b/f, 35.054 dB, 60298 ms (8%)

    old_town_cross 720p 1000 kbps
    11804 b/f, 35.666 dB, 62492 ms ->
    11778 b/f, 35.609 dB, 56040 ms (10%)

    blue_sky 1080p 1500 kbps
    57173 b/f, 36.179 dB, 77879 ms ->
    57199 b/f, 36.131 dB, 69821 ms (10%)

    pedestrian_area 1080p 2000 kbps
    74241 b/f, 41.105 dB, 144031 ms ->
    74271 b/f, 41.091 dB, 133614 ms (8%)

    Change-Id : Iaad28cbc99399030fc5f9951eb5aa7fa633f320e

  • Revision 33365 : ajout d’un modèle pour afficher les tags d’un auteur (necessite le plugin ...

    28 novembre 2009, par brunobergot@… — Log

    ajout d’un modèle pour afficher les tags d’un auteur (necessite le plugin nuage)