
Recherche avancée
Médias (1)
-
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 (60)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...)
Sur d’autres sites (13403)
-
vaapi_encode : Move block size calculation after entrypoint selection
17 mars 2022, par Mark Thompsonvaapi_encode : Move block size calculation after entrypoint selection
The block size can be dependent on the profile and entrypoint selected.
It defaults to 16x16, with codecs able to override this choice with their
own function.Signed-off-by : Fei Wang <fei.w.wang@intel.com>
-
lavc/vaapi_encode : Separate reference frame into previous/future list
11 septembre 2023, par Fei Wanglavc/vaapi_encode : Separate reference frame into previous/future list
To support more reference frames from different directions.
Signed-off-by : Fei Wang <fei.w.wang@intel.com>
Reviewed-by : Neal Gompa <ngompa13@gmail.com> -
avcodec : add av1 VAAPI decoder
29 octobre 2020, par Fei Wangavcodec : add av1 VAAPI decoder
Example cmdline :
ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -v verbose \c:v av1 -i input.ivf -pix_fmt yuv420p -vsync passthrough -f md5 \
y out.md5
Signed-off-by : Fei Wang <fei.w.wang@intel.com>