Recherche avancée

Médias (91)

Autres articles (80)

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

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (11785)

  • How to make ffmpeg keep the audio sample format while decoding lossless audio ? [on hold]

    25 mars 2016, par user3849428

    I tried to decode a 24-bit flac file to wav file via the following ffmpeg command :
    ffmpeg -i 24bit.flac output.wav

    However, I found the audio sample has been converted to 16-bit.

    I know I can use the "-acodec pcm_s24le" to ensure the sample format to 24-bit, but if the input file is 16-bit, this will always convert the sample format to 24-bit.

    How should I maintain the source audio sample format during this conversion ?

    Thank you in advance.

  • Revision 059a473b35 : Enable using Golden reference in choose_partition() Choose_partition uses only

    6 mars 2015, par Yaowu Xu

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



    Enable using Golden reference in choose_partition()

    Choose_partition uses only the last frame as reference frame in making
    partition decision, this commit adds the check on how well Golden
    frame with (0,0) predicts the current block, and uses GF(0,0) as
    basis for partition decision if it produces better prediction.

    The commit improves rtc speed 6 and 7 encoding by 0.14% and 0.19%
    respectively.

    Change-Id : I156acf925bd6e0b586d48155d1940d27270a3915

  • Revision bc0a974310 : Fix to golden update in cyclic_refresh. For one pass CBR : only check for updati

    24 août 2015, par Marco

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



    Fix to golden update in cyclic_refresh.

    For one pass CBR : only check for updating refresh_golden
    if ext_refresh_frame_flags_pending is not set (i.e., == 0).
    And move the resetting of ext_refresh_frame_flags_pending = 0
    down to after the encode_loop (and account for dropped frames).

    This is to prevent changing refresh_golden flga when the user
    supplies the reference/update flags.

    Change-Id : I4d87b3e705ba43f243667e367503b585c61e2a54