
Recherche avancée
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (13684)
-
Compile ffmpeg as stand alone binary
13 octobre 2016, par GuigI’m trying to compile
ffmpeg
as a standalone binary (because I want to use it in AWS lambda)I can get things to work fine on the server where I’m compiling, but if I copy the binary and run it from another server, I get :
./ffmpeg: error while loading shared libraries: libvdpau.so.1: cannot open shared object file: No such file or directory
So it sounds like something didn’t made it into the binary. From what I’ve read, I’ve to compile ffmpeg with the flags
--disable-shared
and--enable-static
, which I’ve done :PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
--prefix="$HOME/ffmpeg_build" \
--pkg-config-flags="--static" \
--extra-cflags="-I$HOME/ffmpeg_build/include" \
--extra-ldflags="-L$HOME/ffmpeg_build/lib" \
--bindir="$HOME/bin" \
--disable-shared \
--enable-static \
--enable-gpl \
--enable-libass \
--enable-libfreetype \
--enable-libmp3lame \
--enable-libvpx \
--enable-libx264
PATH="$HOME/bin:$PATH" make
make install
make distclean
hash -rIs there something I’m missing ?
-
Compile ffmpeg as stand alone binary
31 décembre 2023, par GuigI'm trying to compile
ffmpeg
as a standalone binary (because I want to use it in AWS lambda)


I can get things to work fine on the server where I'm compiling, but if I copy the binary and run it from another server, I get :



./ffmpeg: error while loading shared libraries: libvdpau.so.1: cannot open shared object file: No such file or directory



So it sounds like something didn't made it into the binary. From what I've read, I've to compile ffmpeg with the flags
--disable-shared
and--enable-static
, which I've done :


PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
 --prefix="$HOME/ffmpeg_build" \
 --pkg-config-flags="--static" \
 --extra-cflags="-I$HOME/ffmpeg_build/include" \
 --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
 --bindir="$HOME/bin" \
 --disable-shared \
 --enable-static \
 --enable-gpl \
 --enable-libass \
 --enable-libfreetype \
 --enable-libmp3lame \
 --enable-libvpx \
 --enable-libx264
PATH="$HOME/bin:$PATH" make
make install
make distclean
hash -r




Is there something I'm missing ?


-
Anomalie #4121 : squelettes/css/ui/jquery-ui.css affecte indument le theme du privé
30 avril 2018, par placido .Un avis de la part des core dev ?
Faut-il proposer un pull-request sur le depôt git du plugin ?