
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (107)
-
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 -
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 (...) -
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.
Sur d’autres sites (11925)
-
added 1.3.7 features post cross-browser testing
12 juin 2010, par Jack Moorem README m colorbox/jquery.colorbox-min.js m colorbox/jquery.colorbox.js m example2/colorbox.css added 1.3.7 features post cross-browser testing
-
Moved cross-domain resources into a separate folder.
12 janvier 2012, par Sebastian Tschanm README.md m application.js + cors/jquery.postmessage-transport.js m cors/jquery.xdr-transport.js + cors/postmessage.html + cors/result.html m index.html m jquery.fileupload-ui.js m package.json - style.css m test/index.html Moved cross-domain resources into a separate folder. Moved Bootstrap (...)
-
How to build ffmpeg with hardware decoding support for raspberry pi ? (cross compilation if possible)
29 avril 2022, par PPPIs it possible to build
ffmpeg
with decoding support for Raspberry Pi ? I've read thatmmal
can do hardware accelerated decoding on the Raspberry Pi.

I've tried on debian 10 x86_64 :


./configure \
 --prefix=${BUILD_DIR}/desktop/${FFMPEG_ARCH_FLAG} \
 --disable-doc \
 --enable-cross-compile \
 --cross-prefix=${CROSS_PREFIX} \
 --target-os=linux \
 --arch=${FFMPEG_ARCH_FLAG} \
 --extra-cflags="-O3 -fPIC $EXTRA_CFLAGS" \
 --enable-mmal \
 --enable-omx \
 --enable-omx-rpi \
 --enable-shared \
 --disable-debug \
 --disable-runtime-cpudetect \
 --disable-programs \
 --disable-muxers \
 --disable-encoders \
 --disable-bsfs \
 --disable-pthreads \
 --disable-avdevice \
 --disable-network \
 --disable-postproc 



where
CROSS_PREFIX=aarch64-linux-gnu-
andFFMPEG_ARCH_FLAG=aarch64
but obviously I getERROR: mmal not found
. I couldn't find MMAL to compile and install.