
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (111)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6779)
-
avformat/matroskaenc : Fix memleak upon encountering bogus chapter
27 avril 2020, par Andreas Rheinhardt -
ffmpeg : video is not creating for uneven pixel ratio images [migrated]
21 février 2015, par Mahesha MI am using
ffmpeg
to create a video using images, its creating video for uniform images (ie all the images should be same pixel ratio). It doesn’t work for images that vary in frame size : it is missing some images in the output.I am using this command to create a video in Windows :
ffmpeg -r 1/5 -i img%03d.jpg -c:v libx264 video.mp4
These are the images and their frame sizes :
- img001.jpg 350X250
- img002.jpg 1280X768
- img003.jpg 1280X768
- img004.jpg 720X480
- img005.jpg 720X480
- img006.jpg 1000X750
Using these images as the input
ffmpeg
excludesimg004.jpg
andimg006.jpg
.Any command option to create video for all the uneven frame sizes ?
-
Creating an animation out of Matplotlib .pngs
23 août 2023, par PhicalcHello I just finished to write a code that compute the orbitals of the hydrogen atom. I wrote a for loop to create 300 pictures using the command



plt.savefig("image{i}.png".format(i=i))




Now I wanted to ask what is the easiest way to create a high quality .mp4 or .gif file out of the pictures using python. I saw several tutorials that didn't helped me because the gif was messed up or the quality was too low.



Thank you for your support