Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (31)

  • 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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (5415)

  • pcx : Consume the whole packet if giving up due to missing palette

    28 septembre 2013, par Martin Storsjö
    pcx : Consume the whole packet if giving up due to missing palette
    

    Previously, we returned 0, meaning successful decoding but 0
    bytes consumed, leading to an infinite loop.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/pcx.c
  • formula to calculate video dimensions for target aspect ratio

    23 avril 2015, par Nevoxx

    i currently building an application that converts videos to a specific dimension under consideration of the target aspect ration.

    the target resolution must always be 1280x720, i want to fit the uploaded video in this size using black bars.

    can anyone point out a formula to calculate the target video dimensions without changing it’s aspect ratio ? if the target with is smaller then 1280x720 i’ll add the missing pixels as black bars.

    i’m using ffmpeg with the "-vf scale=1280x720,pad=?:?:black" command

    (sorry if my english is not that great)

  • Revision 31ee193a9c : Extension of segmentation to 8 segments. Also some further simplification follo

    24 avril 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_segmentation.c


     Modify /vpx/vp8cx.h



    Extension of segmentation to 8 segments.

    Also some further simplification following removal
    of top node code.

    There is an issue in regards to the shared file vp8cx.h
    in regard to the roi_map as this interface assumes that
    there are only 4 segments. I have left the value here as
    4 for now meaning that the roi_map interface is broken
    for VP9.

    Note that this change would have been easier if I hadn't
    had to search for hard wire instances of the number 4
    and <= 3.

    Change-Id : Ia8b6deea4be4dbd20deb1656e689dd43a5f190e8