
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (23)
-
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 (...)
-
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (6762)
-
Convert a 3d graphic into rgb array
22 avril 2017, par Praveen C. NaikIm working on a project that has 3d led cube (256*256*256).What software do i use to design the 3D model and for projecting the same on the LED cube.The LED used is RGB but the answer need not be for RGB. Even monochromatic LED is also fine.
Ive tried checking for MATLAB , FFMPG , OPENCV and AUTOCAD.But none of then help.Objective : CREATE 3D MODEL => GENERATE MATRIX/ARRAY of colors => Project the matrix onto LED cube.
The generator has to be dynamic such that any changes in to 3d model should reflect on the LED cube.Any well known simulator as such is encouraged.Please count on the above mentioned software if they can do the same, image processing through matlab/opencv is new for me.Input file : graphic 3D model drawn.
Output file : array of representation of color(any). -
FFMPEG Batch Convert for Windows
29 avril 2017, par Ash_dogI’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 !
-
How to batch convert .ogg files to .wav using a command line utility ? [duplicate]
20 mars 2023, par yevtI have a bunch of files :



dir/file1.ogg
dir/file2.ogg
...




How could I convert them to .wav files



dir/wav/file1.wav
dir/wav/file2.wav
...




by using a console command ? Now I'm using OSX, but I need the answer for Windows as well.