Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (66)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8289)

  • avformat/utils : Skip ff_configure_buffers_for_index() for local files

    13 juillet 2015, par Michael Niedermayer
    avformat/utils : Skip ff_configure_buffers_for_index() for local files
    

    Theres no known case where its use on local files improves performance
    if you know of such a case, please contact us

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

    • [DH] libavformat/utils.c
  • Revision aa60db19d2 : change to use vp9_idct_32x32_add instead of vp9_idct32x32_1024_add by making us

    16 octobre 2013, par Yaowu Xu

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



    change to use vp9_idct_32x32_add

    instead of vp9_idct32x32_1024_add by making use the eob positions

    Change-Id : Iafcad20f0c75d8e00536c6a20dda76fe40a973fb

  • basic video trimmer&saver html5, js, ffmpeg

    20 janvier 2016, par Alessandra Bandrabur

    I need to create a basic video cutter/saver for HTML5 (JS and ffmpeg allowed). The user should be able to set his own start time and end time with a ranger. After he sets the start and end time, the user has the possibility to save the new video pressing a save button. I didn’t find any plugin that could help me with it and I don’t know exactly from where to start.

    I found this website. So the ideea is to create this video cutter but much more simpler : only with play button, set end&start time and cut/save button.