Recherche avancée

Médias (91)

Autres articles (75)

  • 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 ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avcodec/nvenc : convert profile parsing to AVOptions

    25 mai 2016, par Andrey Turkin
    avcodec/nvenc : convert profile parsing to AVOptions
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_h264.c
    • [DH] libavcodec/nvenc_hevc.c
  • Missing H264 and mpeg profile/encoders in ffmpeg ?

    11 avril 2018, par eirikaso

    I’m trying to record video from a connected USB camera using ffmpeg on ubuntu.

    When I input

    ffmpeg -f v4l2 -framerate 15 -s 800x600  -i /dev/video0 output.avi

    i get the following error :

    [mpeg4_v4l2m2m @ 0x4d79d0] mpeg4 profile not found

    Similarly when i use

    ffmpeg -f v4l2 -framerate 15 -s 800x600  -i /dev/video0 output.mkv  

    i get

    [h264_v4l2m2m @ 0x4c1ec0] h264 profile not found

    I installed ffmpeg using apt install. Does ayone have a solution for this ?

  • avcodec/vp9 : add profile 2 10-bit DXVA2/D3D11 decoding support

    29 mai 2017, par Hendrik Leppkes
    avcodec/vp9 : add profile 2 10-bit DXVA2/D3D11 decoding support
    

    Fixes trac ticket #7099.

    • [DH] libavcodec/vp9.c