
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (108)
-
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 -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (8003)
-
Visual Studio & ffmpeg : Building FFmpeg in visual studio - 'ffmpeg.obj'
11 mai 2021, par Simba_cl25I am new here and I am trying to link ffmpeg with visual studio following some guides like :




I added librairies in the project propreties :


- 

- In C/C++ —> General —> Additional Include Directories
- In Linker —> General —> Additional Library Directories
- In Linker —> Input —> Additional Dependencies








But I have encountered the following problem :




Error LNK1104 cannot open file 'ffmpeg.obj'




I tried to add double quotes around path of the libraries but it hasn't changed the outcome.


Nevertheless, I can't find anything about 'ffmpeg.obj'
What is this file ? What could I change to avoid this error ?


-
Merge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’
19 septembre 2013, par Michael NiedermayerMerge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’
* commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’ :
Add a WebP decoderConflicts :
Changelog
doc/general.texi
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/version.h
libavformat/img2.cThe previously existing webp decoder is disabled as the new
one supports lossless mode and alpha while the previous does not.Merged-by : Michael Niedermayer <michaelni@gmx.at>
-
doc : fix various typos
10 février 2019, par Moritz Barsnickdoc : fix various typos
Found with the help of codespell-1.14.0.
Signed-off-by : Moritz Barsnick <barsnick@gmx.net>
Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro>