Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (47)

  • 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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (9678)

  • dxva2_h264 : fix slice offset in long slice structs

    23 mars 2015, par Hendrik Leppkes
    dxva2_h264 : fix slice offset in long slice structs
    
    • [DBH] libavcodec/dxva2_h264.c
  • dxva2_h264 : fix slice offset in long slice structs

    23 mars 2015, par Hendrik Leppkes
    dxva2_h264 : fix slice offset in long slice structs
    

    Fixes Ticket #4384

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dxva2_h264.c
  • How to remove long silent and unchanged video sections with ffmpeg ?

    18 mars 2015, par samuirai

    I want to identify areas in a .mp4 (H264 + AAC) video that are silent and unchanged frames and cut them out.
    Of course there would be some fine-tuning regarding thresholds and algorithms to measure unchanged frames.

    • My problem is more general, regarding how I would go about automating this ?
    • Is it possible to solve this with ffmpeg ? (preferably with C or python)
    • How can I programatically analyse the audio ?
    • How can I programatically analyse video frames ?