
Recherche avancée
Autres articles (52)
-
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 -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (8655)
-
lavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface
23 juillet 2024, par Fei Wanglavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface
Fix cmd :
ffmpeg.exe -init_hw_device d3d11va=d3d -init_hw_device qsv=qsv@d3d \filter_hw_device d3d -hwaccel qsv -hwaccel_output_format qsv \
i in.h264 -vf "hwmap,format=d3d11,hwdownload,format=nv12" -y out.yuv
Signed-off-by : Fei Wang <fei.w.wang@intel.com>
Tested-by : Tong Wu <wutong1208@outlook.com> -
lavc/vaapi_encode_h264 : fix poc incorrect issue after meeting idr frame.
11 novembre 2016, par Jun Zhaolavc/vaapi_encode_h264 : fix poc incorrect issue after meeting idr frame.
when meeting IDR frame, vaapi_encode_h264 poc number don’t reset, now fix
this issue based on h264 spec. Some decoder don’t care this case, but this
fix will enhance the encoder action. Before this fix, poc number is
negative in some case.Reviewed-by : Jun Zhao <jun.zhao@intel.com>
Signed-off-by : Wang, Yi A <yi.a.wang@intel.com>
Signed-off-by : Mark Thompson <sw@jkqxz.net> -
lavc/vaapi_encode_h264 : add "coder" option support
8 août 2017, par Jun Zhaolavc/vaapi_encode_h264 : add "coder" option support
Follow libx264 style to support "coder" option, and set it to
cabac by default.Signed-off-by : Yi A Wang <yi.a.wang@intel.com>
Signed-off-by : Jun Zhao <jun.zhao@intel.com>
Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
Signed-off-by : Mark Thompson <sw@jkqxz.net>