
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 (92)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (9449)
-
Revision 96419 : La librairie en version 1.9.2 v1.9.12 Add support for Direct Stream ...
3 avril 2016, par kent1@… — LogLa librairie en version 1.9.2
v1.9.12
Add support for Direct Stream Digital (DSD) / DSD Storage Facility (DSF) file format
Add detection (not parsing) of WebP image format
bugfix #1910 : Quicktime embedded images
v1.9.11
#64 - update constructor syntax for PHP 7
#62 - infinite loop in large PNG files
#61 - ID3v2 remove BOM from frame descriptions
#60 - missing "break" in module.audio-video.quicktime.php
#59 - .gitignore comments
#58 - inconsistency in relation to module.tag.id3v2.php
#57 - comparing instead of assign
#56 - unsupported MIME type "audio/x-wave"
#55 - readme.md variable reference
#54 - QuickTime ? false 1000fps
#53 - Quicktime / ID3v2 multiple genres
#52 - sys_get_temp_dir in GetDataImageSize ?
demo.joinmp3.php enhancements
m4b (audiobook) chapters not parsed correctly
sqlite3 caching not working
bugfix #1903 - Quicktime meta atom not parsed -
How to force different version for arch package dependency
27 mars 2022, par Gigas002I'm building the vangers's game engine as package for AUR. Readme's recommended platform for building is ubuntu, which repos has
ffmpeg
version4.4
. Arch'sffmpeg
is5.0
, withffmpeg4.4
as a separate package. The problem is, that the game seems to be unbuildable with5.0
version. How can I force the package to be built with exactlyffmpeg4.4
's libraries, but not5.0
inPKGBUILD
file ?

-
ffmpeg new version doesn't run the same line
19 juillet 2021, par Azat Aleksanyanon my raspberry pi w 0, I used to run the following line when the version of ffmpeg was 3.2.14-1_deb9u1.


ffmpeg -i *input video name* -vcodec h264_omx *output video name*



But after occasional update to the version 3.2.15-0+deb9u2 the h264_omx gives the following error :


Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width, or height


need to mention just nothing changed, the same code works for the previous version and doesn't work for the newer one.


So, is there any code change that I should do ?