
Recherche avancée
Autres articles (31)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
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 (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (5709)
-
Does FFMPEG support G729 codec ? [closed]
14 avril 2014, par user349026A bit confused here about the support of codecs with FFMPEG, does FFMPEG support any old or new versions of G729 audio codecs ? If not, does this mean we have to tell FFMPEG that we have a codec and some how ask FFMPEG to support it ?
-
does ffmpeg support yuv420sp12le (p012le)
16 avril 2024, par qianqian zhangdoes ffmpeg support yuv420sp12le, like p010le, is the ffmpeg support p012le, i.e. 12bpp per component, U and V are interleaved.


I see the pixfmt.h of version 5.0, seems there is no format p012le, I see format p016l, 16bpp per component.


-
Building ffmpeg for ARM with libopencore-amr support
20 janvier 2013, par bruxI am trying to build ffmpeg with opencore-amr and libx264 support, I found this build script http://sourceforge.net/projects/ffmpeg4android/, this compiles as expected, the resultant binary works fine on the device and —enable-libx264 appears in the output of the binary when I pass no arguments.
However when I try to include support for libopencore-amr it doesnt seem to work, I have installed libopencore-amr and libopencore-amr-devel (I should add that I have tried this whole procedure on both fedora and ubuntu). I modified the Android_Configure.mk file so that it looks like this :
FF_CONFIGURATION_STRING := \
--arch=$(TARGET_ARCH) \
--target-os=linux \
--enable-cross-compile \
--cross-prefix=$(NDK_CROSS_
PREFIX) \
--sysroot=$(NDK_SYSROOT) \
--enable-shared \
--enable-static \
--enable-libopencore-amrnb <-- i've added this lineHowever when I run ./configure I see :
libopencore-amrnb support no
libopencore-amrwb support noDespite this the build goes well with zero compilation errors. When I run ffmpeg on the device everything seems to work however there is definitely no support for amrnb.