Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (61)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

Sur d’autres sites (11606)

  • Parsing split video with ffmpeg

    13 mai 2016, par mtomy

    I have video file split into few chunks. Split done and random file positions, but chunks are large enough.

    I need to parse every part with different instances of AVFormatContext. Chunks come one after another in right order. I think there are two options here :

    1. Being able to save and restore AVFormatContext state ;
    2. Save video file header (from first chunk) and attach it to every chunk.

    I tried both but no success. First approach requires to go too deeply beyond public API of ffmpeg. With second approach I am unable to merge header with new chunk so that ffmpeg can handle it.

    Can you help me with this ?

    Thank you.

  • Revision e494df1a37 : Added ClearSystemState in a unit test There is another unit test that has been

    3 septembre 2013, par Yaowu Xu

    Changed Paths :
     Modify /test/fdct8x8_test.cc



    Added ClearSystemState in a unit test

    There is another unit test that has been failing randomly on win32
    build. Investigation has shown that the failure was caused by simd
    register state is not reset appropriately in the fdct8x8 test. This
    commit added ClearSystemState() in the teardown of this test, tests
    showed it resolved the random failure issue for win32 build.

    Related issue : https://code.google.com/p/webm/issues/detail?id=614

    Change-Id : I9381d0c1a6f4b855ccaeef1aca8c417ac8c71ee2

  • aacdec_ac : fix an overread

    16 juin 2024, par Lynne
    aacdec_ac : fix an overread
    

    Fixes reading state->last[i + 1] in ff_aac_ac_get_context for the
    last array member.

    • [DH] libavcodec/aac/aacdec_ac.h