
Recherche avancée
Autres articles (47)
-
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
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 (5671)
-
Creating Video Slideshow From Images With Different Sizing/Aspect Ratio Using FFMPEG ?
26 juin 2021, par user2797606I've been trying to get this to work on and off for the past month and am very frustrated, so I'm hoping someone on here could help me. What I'm trying to do is very simple but I struggle with ffmpeg. I basically just want to take a folder of pictures, each of which have different sizes and some may be horizontal or vertical orientation, and put them into a video slideshow where they show for maybe 5-10 seconds each. No matter what I try, it always winds up stretching out the pictures to be out of the ratio and they just look funny. I noticed Windows 10 Photo program does this perfectly, but I want a programmatic approach and I don't think it has a commandline feature. Can someone help me tweak this ffmpeg commandline to work the way I need it to ? Desired video output would be 1920x1080 in this case. Thanks !


ffmpeg -r 1/5 -start_number 0 -i "C :\Source_Directory_Pictures\Image_%d.jpg" -c:v libx264 -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" "F :\Destination_Output\Test_Output.mp4"


-
FFMPEG under Windows 7(64) - creating timelaps video
23 janvier 2016, par Me_no_stupitMy goal is to create a video from a bunch of jpg files. I have chosen FFMPEG (Windows 64) to solve this task :
The task
I have more than 4k jpg files in a directory, all following the naming convention
pic000000X.jpg
(wherex
is a number)
i.e.pic_0000001.jpg
,pic_0000002.jpg
,.,pic_0001337.jpg
and so on which I want to create a timelaps video from.(source : FFMPEG FAQ - Creating timelaps videos)
Result
When I run
ffmpeg -i pic%7d.jpg -s:v 1280x720 -c:v libx264 output.mp4
I get theoutput.mp4
file but it is small and contains only few pictures/frames - nine to be precise (running the reverse commandffmpeg -i output.mp4 test%d.jpg
I gettest1.jpg
totest9.jpg
)Observation
It seems to work until
pic_0000009.jpg
and then the pattern does not recognizepic_00000010.jpg
onwards.What am I missing or am I doing wrong to only include nine pictures ?
Thanks for time and effort for giving me some hints.P.S. I tried the
blob
style file pattern but it does not work under windows -
Anomalie #2801 (Nouveau) : SPIP 3 en ISO-8859-1
18 juillet 2012, par Thierry HorizonsBonjour, 2 points que j’ai remarqué en ISO-8859-1 sur SPIP 3.0.3
Le moteur de recherche (en fait, c’était déjà le cas en V2) en recherchant un mot accentué, seuls les articles sans cet accent ressortent. J’ai noté que pour une recherche de "élément", la requête à MySQL est WHERE title LIKE "%element%" (...)