Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (54)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7359)

  • Video encoding with ffmpeg - Obtaining sizes of residuals and motion vectors

    30 octobre 2018, par Serkan S

    I am encoding videos with x264 using ffmpeg. In the output I can see the bitrate and frame size but is there a way to obtain how much of those bits are used for motion vectors and residuals separately ?

  • Simplified logic of parsing sizes of rice-partitions

    2 février 2020, par Ulrik Mikaelsson
    Simplified logic of parsing sizes of rice-partitions
    

    > if the partition order is zero, n = frame's blocksize - predictor order
    > else if this is not the first partition of the subframe,
    > n = (frame's blocksize / (2^partition order))
    > else n = (frame's blocksize / (2^partition order)) - predictor order

    if the partition order is zero, then partition_number can only be zero
    if the partition order is zero, then
    (frame's blocksize / (2^partition order))
    is (frame's blocksize / 1) == frame's blocksize

    • [DH] doc/html/format.html
    • [DH] src/libFLAC/stream_decoder.c
  • avcodec/flacdsp : Split encoder-only parts into a ctx of its own

    1er août 2022, par Andreas Rheinhardt
    avcodec/flacdsp : Split encoder-only parts into a ctx of its own
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/arm/Makefile
    • [DH] libavcodec/arm/flacdsp_init_arm.c
    • [DH] libavcodec/flacdsp.c
    • [DH] libavcodec/flacenc.c
    • [DH] libavcodec/flacencdsp.c
    • [DH] libavcodec/flacencdsp.h
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/flacdsp_init.c
    • [DH] libavcodec/x86/flacencdsp_init.c
    • [DH] tests/checkasm/Makefile
    • [DH] tests/checkasm/checkasm.c