
Recherche avancée
Autres articles (50)
-
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 -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (8992)
-
To detect the image/frame in the video
12 octobre 2016, par Abdul GafoorI was given two inputs one is an image (image from .mp4 video file)and the other one is video(mostly in .ts format). Mostly the video is lossy encoding. I need to find the image in the video. Here I can’t compare the raw frames of video and image as they are different in encoding . To my knowledge, I need to find same alike image/frame in the video with respect to image. Is there any tools/api to find the image in the video.
-
Revision 1fcef81cb0 : Remove vp9_ prefix from bit writer files Change-Id : I07647c7482b9ec498fbad3a9c9
20 juillet 2015, par Yaowu XuChanged Paths :
Modify /test/vp9_boolcoder_test.cc
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_subexp.c
Modify /vp9/encoder/vp9_treewriter.h
Add /vpx_dsp/bitwriter.c
(from /vpx_dsp/vp9_writer.c
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Add /vpx_dsp/bitwriter.h
(from /vpx_dsp/vp9_writer.h
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Add /vpx_dsp/bitwriter_buffer.c
(from /vpx_dsp/vp9_write_bit_buffer.c
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Add /vpx_dsp/bitwriter_buffer.h
(from /vpx_dsp/vp9_write_bit_buffer.h
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Delete /vpx_dsp/vp9_write_bit_buffer.c
Delete /vpx_dsp/vp9_write_bit_buffer.h
Delete /vpx_dsp/vp9_writer.c
Delete /vpx_dsp/vp9_writer.h
Modify /vpx_dsp/vpx_dsp.mk
Remove vp9_ prefix from bit writer filesChange-Id : I07647c7482b9ec498fbad3a9c9901f72b2336500
-
libavfilter/dnn : add prefix ff_ for internal functions
18 janvier 2021, par Guo, Yejunlibavfilter/dnn : add prefix ff_ for internal functions
from proc_from_frame_to_dnn to ff_proc_from_frame_to_dnn, and
from proc_from_dnn_to_frame to ff_proc_from_dnn_to_frame.Signed-off-by : Guo, Yejun <yejun.guo@intel.com>