Recherche avancée

Médias (1)

Mot : - Tags -/géodiversité

Autres articles (28)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (3110)

  • avcodec/libvpxdec : Adds decode support for formats other than 420

    14 septembre 2014, par Deb Mukherjee
    avcodec/libvpxdec : Adds decode support for formats other than 420
    

    Handles decoding of new VP9 profiles 1-3 with different color sampling
    and bit-depths.

    For high bitdepth (profiles 2 and 3) support, we currently need to link
    with the highbitdepth branch of libvpx with —enable-experimental
    and —enable-vp9-high config options on. But eventually this branch will
    be merged into master, whereafter to enable high bitdepth
    support you will need to link with libvpx with configure option
    — enable-vp9-highbitdepth on.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libvpxdec.c
  • lavf/vf_vpp_qsv : add support for QSV transpose filter

    10 juillet 2019, par Linjie Fu
    lavf/vf_vpp_qsv : add support for QSV transpose filter
    

    Add transpose support for qsv_vpp with rotate and hflip :
    - rotate : [0, 3] support clockwise rotation of 0, 90, 180, 270 ;
    - hflip : [0, 1] support horizontal flip ;

    Configure with :
    "cclock_hflip","clock","cclock","clock_hflip","reversal","hflip","vflip"

    CMD :
    ffmpeg -hwaccel qsv -c:v h264_qsv -i input.h264
    -vf 'format=qsv,vpp_qsv=transpose=clock' -c:v h264_qsv output.h264

    ffmpeg -init_hw_device qsv=hw -filter_hw_device hw -c:v h264_qsv -i input.h264
    -vf 'hwupload=extra_hw_frames=64,format=qsv,vpp_qsv=transpose=cclock_hflip'
    -f rawvideo -pix_fmt nv12 ./transpose.yuv

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Zhong Li <zhong.li@intel.com>

    • [DH] libavfilter/vf_vpp_qsv.c
  • fftools/ffprobe : support DOVI sidedata

    11 avril 2020, par Jun Zhao
    fftools/ffprobe : support DOVI sidedata
    

    support DOVI sidedata.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] fftools/ffprobe.c