
Recherche avancée
Autres articles (30)
-
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 -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5701)
-
Evolution #4063 : Position de la prévisualisation / ergo presentation formulaire forum
12 février 2021, par b bmais le rendu est encore vraiment moyen, on a des kilometres de blanc entre "Un message un commentaire" et les checkbox de mots cles parce que les fieldset ont des tonnes de margin partout et s’enchainent.
Je ne vois pas où est la prévisu dans ton image....
Et puis bon, l’exemple tiré par les cheveux avec 48 mots clés affichés dans le forum est certainement bien loin du cas d’usage "classique", non ?
-
MovieWriter (ffmpeg) not available PyCharm (Windows)
29 mars 2020, par fghI have followed instructions to download ffmpeg and add the path according to
Matplotlib-Animation "No MovieWriters Available"
Although I can type version in both in command prompt and Bash on Windows console, beloved PyCharm warns me :Requested MovieWriter (ffmpeg) not available
when I try to save the animation :
ani = anim.FuncAnimation(fig, animate, frames = 14, init_func = init, interval = 500, repeat = False)
plt.show()
ani.save("Inno.mp4", writer=writer)Do I have to add another path ? Please, help me, I am really tired of this error.
-
Cannot control looping when converting video to gif in FFMPEG
28 mai 2019, par friendlygiraffeI am trying to create a gif that loops twice from a movie, but whatever I try it loops continuously :
ffmpeg -i animation.mov -loop 2 animation.gif
Using ffmpeg version 4.1.3 on Mac