
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (66)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Les images
15 mai 2013
Sur d’autres sites (6844)
-
Create video from images sorted in numerical order using ffmpeg
6 décembre 2017, par user121392I have a bunch of images named
pic1.png
,pic2,png
,pic24.png
,... etc. How can I use ffmpeg to create a video from them ? I have triedffmpeg -f image2 -r $FRAMERATE -pattern_type glob -i "*.png" output.mp4
but it does not sort the images in the right order. Is it because of the naming convention I used ? (
pic2.png
instead ofpic002.png
) -
Encoding a group of images with ffmpeg or mencoder
5 novembre 2011, par user846400I have a group of H.264 images (I-frames only) that I want to encode into JPEG with a single command. For a single image encoding, I can use the following (ffmpeg) :
ffmpeg -i raw_image image.jpg
It works fine. What about a list of images ? I have tried the following, but it doesn't work :
ffmpeg -i raw_image%d image%d.jpg
I need a solution either in ffmpeg or mencoder. Any help will be appreciated.
-
Added imageForceResize option, to force writing to and saving images from canvas.
8 novembre 2013, par blueimpAdded imageForceResize option, to force writing to and saving images from canvas.
This will also process images via canvas that fit the maximum
constraints.