
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (18)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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 2011MediaSPIP 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 (...) -
Supporting all media types
13 avril 2011, parUnlike 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 (8236)
-
Revision 399823b6f5 : Add support for setting byte alignment. Add support for setting byte alignment
13 novembre 2014, par Frank GalliganChanged Paths :
Add /test/byte_alignment_test.cc
Modify /test/decode_test_driver.h
Modify /test/test.mk
Modify /vp9/common/vp9_alloccommon.c
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_denoiser.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_lookahead.c
Modify /vp9/encoder/vp9_svc_layercontext.c
Modify /vp9/encoder/vp9_temporal_filter.c
Modify /vp9/vp9_dx_iface.c
Modify /vpx/vp8dx.h
Modify /vpx_scale/generic/yv12config.c
Modify /vpx_scale/yv12config.h
Add support for setting byte alignment.Add support for setting byte alignment on the Y, U, and V plane of the
reference buffers. The byte alignment must be a power of 2, from 32 to
1024. A value of 0 sets legacy alignment.Change-Id : I7c1399622f7aa68e123646369216b32047dda73d
-
Query libavcodec (qsv) for format support in underlying hardware
25 janvier 2023, par oysstuI'm using libavcodec with hardware support through QSV for encoding (e.g., hevc_qsv), and trying to determine the actual hardware support during runtime.


The encoder declares its supported formats in libavcodec/qsvenc_hevc.c, and as of ffmpeg 5.1 this declares support for the following formats.


.p.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_NV12,
 AV_PIX_FMT_P010,
 AV_PIX_FMT_YUYV422,
 AV_PIX_FMT_Y210,
 AV_PIX_FMT_QSV,
 AV_PIX_FMT_BGRA,
 AV_PIX_FMT_X2RGB10,
 AV_PIX_FMT_NONE },



I've been using this list to determine if there's hardware support for a specific format, however, as these values are hardcoded in ffmpeg they do not necessarily reflect the support of the hardware at runtime. How can the actual hardware support be queried ?


I suppose I may have to interface mfx directly, or somehow obtain the QSV version to determine supported formats. Older QSV may only support NV12 and P010, for example.


-
avcodec/qdrw : add support for 0x0001 code
22 février 2017, par Paul B Mahol