Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (104)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • mpeg12 : Move finding the best frame rate to common code

    12 septembre 2017, par Mark Thompson
    mpeg12 : Move finding the best frame rate to common code
    

    Previously in the mpeg2_metadata filter. Also adds a test.

    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/mpeg12.h
    • [DBH] libavcodec/mpeg12framerate.c
    • [DBH] libavcodec/mpeg2_metadata_bsf.c
    • [DBH] libavcodec/tests/mpeg12framerate.c
    • [DBH] tests/fate/libavcodec.mak
  • fftools/cmdutils : split common option handlers into their own file

    9 mars 2022, par Anton Khirnov
    fftools/cmdutils : split common option handlers into their own file
    
    • [DH] fftools/Makefile
    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
    • [DH] fftools/ffmpeg_opt.c
    • [DH] fftools/ffplay.c
    • [DH] fftools/ffprobe.c
    • [DH] fftools/opt_common.c
    • [DH] fftools/opt_common.h
  • avutil/hwcontext_cuda : Define and use common CHECK_CU()

    11 novembre 2018, par Philip Langdale
    avutil/hwcontext_cuda : Define and use common CHECK_CU()
    

    We have a pattern of wrapping CUDA calls to print errors and
    normalise return values that is used in a couple of places. To
    avoid duplication and increase consistency, let's put the wrapper
    implementation in a shared place and use it everywhere.

    Affects :

    * avcodec/cuviddec
    * avcodec/nvdec
    * avcodec/nvenc
    * avfilter/vf_scale_cuda
    * avfilter/vf_scale_npp
    * avfilter/vf_thumbnail_cuda
    * avfilter/vf_transpose_npp
    * avfilter/vf_yadif_cuda

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/cuda_check.c
    • [DH] libavcodec/cuviddec.c
    • [DH] libavcodec/nvdec.c
    • [DH] libavcodec/nvenc.c
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/cuda_check.c
    • [DH] libavfilter/vf_scale_cuda.c
    • [DH] libavfilter/vf_scale_npp.c
    • [DH] libavfilter/vf_thumbnail_cuda.c
    • [DH] libavfilter/vf_transpose_npp.c
    • [DH] libavfilter/vf_yadif_cuda.c
    • [DH] libavutil/Makefile
    • [DH] libavutil/cuda_check.c
    • [DH] libavutil/cuda_check.h
    • [DH] libavutil/hwcontext_cuda.c