Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (27)

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

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6794)

  • avplay : free rdft data used for spectrogram analysis.

    12 octobre 2011, par Justin Ruggles

    avplay : free rdft data used for spectrogram analysis.

  • Inline i4x4/i8x8 encode into intra analysis

    5 octobre 2011, par Jason Garrett-Glaser

    Inline i4x4/i8x8 encode into intra analysis

  • arm : vp9itxfm : Template the quarter/half idct32 function

    26 février 2017, par Martin Storsjö
    arm : vp9itxfm : Template the quarter/half idct32 function
    

    This reduces the number of lines and reduces the duplication.

    Also simplify the eob check for the half case.

    If we are in the half case, we know we at least will need to do the
    first three slices, we only need to check eob for the fourth one,
    so we can hardcode the value to check against instead of loading
    from the min_eob array.

    Since at most one slice can be skipped in the first pass, we can
    unroll the loop for filling zeros completely, as it was done for
    the quarter case before.

    This allows skipping loading the min_eob pointer when using the
    quarter/half cases.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/vp9itxfm_neon.S