Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (40)

  • 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

  • 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

Sur d’autres sites (6000)

  • ffprobe : show best_effort_timestamp in the frame section

    28 novembre 2013, par wm4
    ffprobe : show best_effort_timestamp in the frame section
    

    This is useful for debugging.

    Reference and ffprobe.xsd changes done and tested by Stefano Sabatini.

    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] doc/ffprobe.xsd
    • [DH] ffprobe.c
    • [DH] tests/ref/fate/ffprobe_compact
    • [DH] tests/ref/fate/ffprobe_csv
    • [DH] tests/ref/fate/ffprobe_default
    • [DH] tests/ref/fate/ffprobe_flat
    • [DH] tests/ref/fate/ffprobe_ini
    • [DH] tests/ref/fate/ffprobe_json
    • [DH] tests/ref/fate/ffprobe_xml
  • ffmpeg adjust contrast, show histogram

    10 juin 2018, par UltrasoundJelly

    I’m trying to first adjust the contrast of a frame extracted from an mp4, then overlay the histogram of the resultant frame on top. My command here does all of this, but also adjusts the contrast of the histogram itself. Is there a single ffmpeg command that can do what I wish ?

    enter image description here

       ffmpeg -ss 3.5 -i in.mp4 -an -y -vf \
       "split=2[a][b],[b]eq=0.5:0:1:1:1:1:1,histogram=levels_mode=logarithmic:\
       components=1:level_height=100, [a]overlay,eq=0.5:0:1:1:1:1:1" \
       -vframes 1 -q:v 2 out.jpg
  • Allow user to upload .MOV video files and show them on website [on hold]

    28 mars 2016, par Gaurav Saraf

    I want to allow users to upload .mov video files on the website but I those .mov files are not being played any browser. I don’t want that user download any browser plugin to see that video.

    • My website is made in Asp.Net MVC with C# as programming language.

    P.S - .MP4 video files work perfectly without any issue.