
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 (12)
-
Installation en mode standalone
4 février 2011, parL’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
[mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...) -
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 (...) -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...)
Sur d’autres sites (3329)
-
FFMPEG Batch Convert for Windows [duplicate]
11 avril 2019, par Ash_dogThis question already has an answer here :
I’ve been trying to convert entire folders of files using ffmpeg for a long time now. I’ve searched the web, found various answers, but none that helped me. Currently I’m using multiple instances of ffmpeg to convert more than one file at a time. But it’s very time consuming and annoying to type in everything all the time, even with copy/paste.
To simplify my current code it would look something like this. I specify the input file and the output format (+ various settings) :
ffmpeg -i "EXAMPLE.avi" newEXAMPLE.mp4
But what I would like is a single instance of ffmpeg to convert all files in a specific folder to a new format and for the files to keep their original name.
example1.avi > example1.mp4
example2.avi > example2.mp4
example3.avi > example3.mp4
and so on...
PS. I’m a bit new to these kind of things, so I’d much appreciate an explanation with your answer, so I can understand and learn. Thank you !
-
Error using ffmpeg eq filter [duplicate]
29 juin 2017, par user3216525This question already has an answer here :
When trying to enhance a video using the following command :
ffmpeg —i input.mp4 -vf eq=contrast=1.04:brightness=0.0:saturation=1.3:gamma=1.25 output.mp4
I get the following error message :
[NULL @ 0x7fe4d900ac00] Unable to find a suitable output format for '—i'
—i: Invalid argumentThe equivalent
ffplay
command does work :ffplay input.mp4 -vf eq=contrast=1.04:brightness=0.0:saturation=1.3:gamma=1.25
Any ideas ?
Thanks in advance !
-
ffmpeg mp3 to mp4 with image compatible with iphone [duplicate]
3 mai 2016, par neoDevThis question already has an answer here :
I need to convert an mp3 to mp4 with image using ffmpeg from my OSX command line.
I already installed last version of ffmpeg (3.0.2), and tried the following command as described here
./ffmpeg -loop 1 -i test.jpg -i test.mp3 -c:a copy -c:v libx264 -shortest test.mp4
but the result mp4 file is not compatible with my iphone 5
Now this is what I am trying
./ffmpeg -loop 1 -i test.png -i test.mp3 -profile:v baseline -level 3.0 test.mp4
but I get the error
Error while opening encoder for output stream #0:0 - maybe incorrect
parameters such as bit_rate, rate, width or height