
Recherche avancée
Autres articles (40)
-
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 (7384)
-
mpegvideo : allocate sufficiently large scratch buffer for interlaced vid
16 mai 2013, par Jindrich Makovickampegvideo : allocate sufficiently large scratch buffer for interlaced vid
MPV_decode_mb_internal needs 3 * 16 * linesize bytes of scratch buffer
For interlaced content, linesize is multiplied by two after the allocation
of the scratch buffer, and the dest_cr pointer ends past the buffer.This patch makes ff_mpv_frame_size_alloc allocate a total of
(aligned line_size) * 2 * 16 * 3 bytes, which suffices even for the
interlaced case.CC:libav-stable@libav.org
Signed-off-by : Jindrich Makovicka <makovick@gmail.com>
Signed-off-by : Anton Khirnov <anton@khirnov.net> -
Revision ec34afd1b0 : Fixed crash in VP8/CQTest If the codec was configured with —enable-internal-st
5 juin 2013, par Scott LaVarnwayChanged Paths :
Modify /vp8/encoder/onyx_if.c
Fixed crash in VP8/CQTestIf the codec was configured with —enable-internal-stats,
a seg fault would occur. This patch fixes the problem.Change-Id : Id10a577973d185e93037c59e5b36bebdded327da
-
Revision b097a3ba82 : Remove two un-used entries in mode_lf_delta[] With the removal of i4X4 and SPLI
7 juin 2013, par Yaowu XuChanged Paths :
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_entropymode.c
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Remove two un-used entries in mode_lf_delta[]With the removal of i4X4 and SPLIT_MV modes, the two entries for the
modes are no longer used. This patch remove the coding of the deltas.Change-Id : Iea4eb500404ebe9706159380a03b8eca542fb4c3