Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (55)

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

Sur d’autres sites (7886)

  • avcodec/aacpsy : Avoid floating point division by 0 of norm_fac

    28 mai 2021, par Michael Niedermayer
    avcodec/aacpsy : Avoid floating point division by 0 of norm_fac
    

    Fixes : Ticket7995
    Fixes : CVE-2020-20446

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/aacpsy.c
  • Edit documentation and versioning for the fixed point AAC decoder

    20 juillet 2015, par Jovan Zelincevic
    Edit documentation and versioning for the fixed point AAC decoder
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] doc/mips.txt
    • [DH] libavcodec/version.h
  • How to change the -ss behavior from closest seek point before position to closest seek point after position

    22 juillet 2021, par Kevin

    Is there any way to change the -ss behavior from closest seek point before position to closest seek point after position ?

    &#xA;

    Example :

    &#xA;

    ffmpeg has the capability to select the seek point from 98 secs or 102 secs with in.mp4

    &#xA;

    If I use the following command, the ffmpeg will select the 98 secs as the seek point.

    &#xA;

    ffmpeg -ss 100 -i in.mp4 -c copy out.mp4

    &#xA;

    Is there any way to add some option but keep the -ss 100 to make the ffmpeg to select the 102 as the seek point ?

    &#xA;