
Recherche avancée
Autres articles (40)
-
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 -
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 (...)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (7976)
-
What ffmpeg filters can I use to achieve shrinking a video and keeping original aspect ratio ?
3 août 2020, par sivanoI am trying to do some specific video editing with ffmpeg and am lacking the correct terminology to describe it (and thus read online how to achieve it). Can someone help describe this using standard (ffmpeg/video editing) terminology ?


The below describes it verbosely, and you can see it visually at the end (this was done manually for one image).


I have a video with aspect ratio 1280x720. At some point in the video, I want to shrink the video diagonally (i.e. maintaining aspect ratio) so that it only takes up half the original width (i.e. 640) and then pad what is left with black. The purpose of this is to then overlay some other image on the left hand of the modified video.






Thank you


-
Revision 109689 : complement a r107628 et r107791 pour etre conforme au code original
26 mars 2018, par cedric@… — Log -
ffmpeg simetimes generates twice a size of my original video, why ?
9 novembre 2023, par John SmithIm using ffmpeg like this :


ffmpeg -i sourceFile.mp4 -vcodec libx265 -crf 23 -acodec aac -max_muxing_queue_size 40000 destfile.mp4



most of the time, it generates smaller files. Usually half of it, but occasionally I get 200 MB from a 1000 MB video.
Sadly some cases its the over way around. I had an .webm video, and the result was 3x the size ! But sometimes also an .mp4 source produces this. Why ?