
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 (98)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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
Sur d’autres sites (9317)
-
When ffmpeg transcodes, How to use expr to determine video resolution auto set -b:v suitable bit rate
2 septembre 2022, par SevenFantasticI tried to use this code, but ffmpeg doesn't recognize this way of writing


ffmpeg -i .\test.MP4 -b:v "expr: if(gte(iw,800), 2000K, 1000K)" -f mp4 -y output.mp4



even replace the iw to const 1000, it doesn`t work.


ffmpeg -i .\test.MP4 -b:v "expr: if(gte(1000,800), 2000K, 1000K)" -f mp4 -y output.mp4



But this way of writing it works fine I'm baffled


ffmpeg -i .\test.MP4 -force_key_frames "expr: gte(t,n_forced * 15)" -f mp4 -y output.mp4



-
write_gif is automatically changing the resolution of the resultant gif as compared to the supplied video(mp4) file ? How to avoid that ?
14 septembre 2022, par Mohammed HussainPlease see the code below and the result. How can we get the gif in the original dimensions. The moviepy documentation doesn't seem to say much.


from moviepy.editor import * import os os.chdir(r'G:\') clip = VideoFileClip("VID.mp4").subclip(6*60, 6.1*60) clip.write_gif("vidgif.gif",program = 'ffmpeg')




-
convert a 10fps video into a one frame per second video with half resolution ffmpeg ?
22 septembre 2022, par yeahmanI want to convert my video (h264) into a video with half the resolution of the original video and with one frame per second ; this will be used a small size preview video