
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (69)
-
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 ;
-
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 -
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
Sur d’autres sites (10592)
-
Evolution #2487 : Pas d’alternative textuelle sur le logo d’un article ou d’une rubrique
13 janvier 2012, par tetue -« invalid » parce que ce n’est pas un bug :°
-
Revision f800085eac : vp8 : set y_crop_{width,height} Update to use the new YV12_BUFFER_CONFIG structu
3 avril 2013, par John KoleszarChanged Paths : Modify /vp8/vp8_cx_iface.c Modify /vp8/vp8_dx_iface.c Modify /vpx_scale/generic/yv12extend.c vp8 : set y_crop_width,height Update to use the new YV12_BUFFER_CONFIG structure. Change-Id : Ia64757d50cc9019d336fa622e059bf68140d0fa7
-
ffmpeg how to upscale video 2x but only if resulting size is smaller than 720 height ?
16 avril 2022, par tuquequeI want to upscale videos in ffmpeg to twice their size, but only if the resulting size is smaller than 720 height... so, for example :


A video of 256x144 will be upscaled 2x, resulting in 512x288


A video of 640x360 will be upscaled 2x, resulting in 1280x720


A video of 854x480 (or bigger sizes) won't be upscaled, because the resulting sizes would exceed the limit of 720 height.


So, is it possible to do something like that in ffmpeg with the "scale" filter ?