
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (66)
-
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 (...) -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7515)
-
ffmpeg - Access elements of AVCodecContext
9 avril 2018, par HamedI want to access some members of my
AVCodecContext *av_ctx
in my program. It is fine when I compile it in 32bit version, But when I change it to 64bit this elements act like they been shifted.For example, I want to get
av_ctx->coded_width
andav_ctx->coded_height
(sometimes they are different fromav_ctx->width
andav_ctx->height
) and store them in some variables. Now when I debug this program in 32bit version it’s Ok, but in 64bit version this values are wrong and when I check my structure I can see the next two elements (av_ctx->gop_size
andav_ctx->pix_fmt
) has the values that I want.I checked
AVCodecContext
declaration onavcodec.h
and it (in comments above structure declaration) says :Please use AVOptions (av_opt* / av_set/get*()) to access these fields from user applications.
I think this might be the right way to get these elements but I don’t know what is this AVOptions, I searched it but couldn’t find what is it exactly and how can I use it.
-
h264_redundant_pps : Fix looping over an access unit's units
20 juin 2019, par Andreas Rheinhardth264_redundant_pps : Fix looping over an access unit's units
When looping over an access unit's units in positive direction and
deleting some of them, one needs to make sure that a unit that is at
the position of a unit that just got deleted gets checked, too.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Revision 225aafcf9e : Converted assertion to returning error Assertion happens for invalid input data
15 octobre 2013, par Yaowu XuChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
Converted assertion to returning errorAssertion happens for invalid input data, the commit replace the
assertion with returning error.Change-Id : I1b73ae752d64882d984cd23936efe75a757c2b41