
Recherche avancée
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (14353)
-
Error : ffmpeg was killed with signal SIGSEGV - error when deploying to server
9 novembre 2023, par ZippytyroI've built a telegram bot using
telegraf
, I'm usingfluent-ffmpeg
and@ffmpeg-installer/ffmpeg
packages for converting OGG audio to WAV.

Works fine locally, but when I deploy to railway.app platform, it throws an error at runtime.

node:events:491 throw er; // unhandled 'error' event ^ Error: ffmpeg was killed with signal SIGSEGV



Someone told to add
ffmpeg
binary via nixpkgs or aptPkgs like so :
[phases.setup] aptPkgs = ["...", "ffmpeg"]


Since the platform uses nixpacks buildpack.
However, the same error persists.


-
avcodec/hw_base_encode : Add missing include
2 juillet 2024, par Andreas Rheinhardt -
Converter tiff to yuv 4:0:0 in ffmpeg ?
11 mars 2016, par Pedro FernandesI have a tiff file created in matlab , with 16-bit , and I need to pass it to yuv format with 4 : 0 : 0 ( grayscale ) .
How to do this in ffmpeg ?
Or is there some other way to do so ?
Thank you in advance