
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (107)
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9039)
-
What is causing the output image of this ffmpeg command to reduce by 95% in file size ? [duplicate]
12 mars 2024, par DaveFffmpeg -i FName1.jpg -i FName2.jpg -filter_complex hstack outputH.jpg



I've two jpg photos files, and the above is used to combine them into one jpg file. The image size is as expected - same vertical dimension & double the horizontal, but the file size reduces by about 95%. What's causing it & is there a way to prevent it ?


-
Revision 12eb2d0267 : Correct bug in loopfilter initialization The memset sets 16 bytes rather than t
9 août 2013, par Adrian GrangeChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Correct bug in loopfilter initializationThe memset sets 16 bytes rather than the correct size of the
final array dimension (MAX_MODE_LF_DELTAS).(In response to bug posted by Manjit Hota to codec-devel
and webm-discuss lists)Change-Id : I8980f5aa71ddc9d7ef57c5b4700bc28ddf8651c7
-
How to configure ffmpeg just to play RTSP videos
28 février 2018, par Anuran BarmanI have successfully compiled ffmpeg for android and everything is working fine.
I have made specific build for each architecture and even with that it’s 9.7-9.9MB in
debug version
.My sole target is just to play
RTSP video
withauthentication
.What should be the command line options for this while configuring ?
my current script looks like this
./configure \
--prefix=$prefix \
--pkg-config=/usr/bin/pkg-config \
--enable-shared \
--disable-static \
--disable-doc \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-avdevice \
--disable-symver \
--cross-prefix=$toolchain/bin/$crossPrefix \
--target-os=android \
--arch=arm \
--enable-cross-compile \
--sysroot=$sysroot \
--enable-network \
--extra-cflags="$mArchFlag" \
--extra-ldflags="$extraLDFlags"