
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (95)
-
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 ;
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Support de tous types de médias
10 avril 2011Contrairement à 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) (...)
Sur d’autres sites (20044)
-
Revision cf46bc7bfe : Removing out_put() function from vpxdec.c. Adding two new functions : update_ima
17 janvier 2014, par Dmitry KovalevChanged Paths :
Modify /vpxdec.c
Removing out_put() function from vpxdec.c.Adding two new functions : update_image_md5() and write_image_file().
Change-Id : Ic3e7e6ef08e70fb15ab021c92127872f29bcad9b
-
Revision 8a8b662eaa : Removing ctrl_id parameter from vpx_codec_control_fn_t. Change-Id : I2b61c8c17de
28 mai 2014, par Dmitry KovalevChanged Paths :
Modify /vp8/vp8_cx_iface.c
Modify /vp8/vp8_dx_iface.c
Modify /vp9/vp9_cx_iface.c
Modify /vp9/vp9_dx_iface.c
Modify /vpx/internal/vpx_codec_internal.h
Modify /vpx/src/vpx_codec.c
Removing ctrl_id parameter from vpx_codec_control_fn_t.Change-Id : I2b61c8c17ded1074dea92b4f6ad9be84d128b52a
-
Maintain keyframes when transcoding and removing b-frames
9 mai 2022, par Dave JohansenI need to transcode a video from H.265 in a
.mov
container to H.264 in a.mkv
container and would like to remove b-frames. The command to do that withffmpeg
is relatively straightforward [0], but it appears to be removing keyframes and using scene detection for when to use them.

Is there a way to have it maintain the keyframes in the output ?


0 :
ffmpeg -i -vcodec libx264 -bf 0 -acodec copy