
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (108)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (12429)
-
nellymoserdec : set channels to 1
22 octobre 2012, par Justin Rugglesnellymoserdec : set channels to 1
-
aacenc : Fix ticket #1784 : erasure of surround channels
12 mai 2013, par Claudio Freireaacenc : Fix ticket #1784 : erasure of surround channels
This was due to a miscomputation of s->cur_channel, which led to
psy-based encoders using the psy coefficients for the wrong channel.
Test sample attached on the bug tracker had the peculiar case of all
other channels being silent, so the error was far more noticeable.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Unable to locate package deb-multimedia-keyring
13 avril 2023, par Pranav MSHi I am trying to install the FFMEPG though the dockerfile.
I'm following the instructions mentioned [here][1]


But I'm getting the error like




E : Unable to locate package deb-multimedia-keyring






Failed to deploy ' Dockerfile : deploy/docker/serviceclient/Dockerfile' : Can't retrieve image ID from build stream




dockker file


FROM openjdk:8-jdk-bullseye
COPY ./ffmpeg-4.1.1.tar.bz2 /tmp
RUN apt-get update -oAcquire::AllowInsecureRepositories=true && \
 apt-get install -yq --no-install-recommends ca-certificates expat libgomp1 && \
 apt-get install deb-multimedia-keyring && \
 apt-get autoremove -y && apt-get clean -y && \
 buildDeps= "build-essential libmp3lame-dev libvorbis-dev libtheora-dev && libspeex-dev yasm pkg-config libfaac-dev libopenjpeg-dev libx264-dev" && \
 apt-get install -yq --no-install-recommends ${buildDeps} && \
 DIR=/home/sigadmin/bin/ffmpeg && mkdir -p ${DIR} && cd ${DIR} && \
 tar -jx --strip-components=1 -f /tmp/ffmpeg-4.1.1.tar.bz2 && \
 ./configure --enable-gpl --enable-postproc --enable-swscale --enable-avfilter --enable-libmp3lame && \
 --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libspeex --enable-shared --enable-pthreads --enable-libopenjpeg --enable-libfaac --enable-nonfree && \
 make && make install



Please help here to solve the problem.
[1] : https://support.assetbank.co.uk/hc/en-gb/articles/115005343247-Installing-Ffmpeg-on-Debian-GNU-Linux