
Recherche avancée
Autres articles (31)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (6432)
-
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>