
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (111)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (6314)
-
GStreamer force decodebin2 output type
6 septembre 2014, par user975326I’m trying to write a program in C which replicates the pipeline :
gst-launch -v filesrc location="bbb.mp4" ! decodebin2 ! ffmpegcolorspace ! autovideosink
DecodeBin2 has a dynamic pad and I’ve attached a callback to handle its creation. I am unable to link it to ffmpegcolorspace however because the pad capability is always video/quicktime. I would like it to be video/x-raw-yuv or something else which is compatible with ffmpegcolorspace.
Is this possible to force/select the output type of decodebin2 ?
Thanks.
EDIT : Please do not recommend playbin. I’m trying to learn how how to make pipelines.
-
Revision 54671 : présentation des pages de configuration ( ticket ...
20 novembre 2011, par jluc@… — Logprésentation des pages de configuration ( ticket http://core.spip.org/issues/2408 )
-
OSX ffmpeg compilation
24 novembre 2011, par toohtikIn my OSX project I'm using
ffmpeg
lib. When I try build project with Release configuration XCode can't link withffmpeg
library :libavformat.a, file was built for archive which is not the architecture being linked (i386)
But I can't compile
ffmpeg
for i386. I have tried many variants of configuration flags (./configure —arch=i386 etc. ), but without success.