
Recherche avancée
Autres articles (100)
-
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (6145)
-
Revision a766d8918e : Cleanup inside vp9_reconinter.c. Using block width and block height instead of
8 août 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_reconinter.c
Cleanup inside vp9_reconinter.c.Using block width and block height instead of their logarithms. Using
SUBPEL_BITS and SUBPEL_SHIFTS constants instead of magic numbers.Change-Id : I4e10e93c907c8a5e1cb27dfe74d1fcdcc4995448
-
ffmpeg set auto height
19 juillet 2013, par conmenI got following command which use in generate video thumbnail :
escapeshellcmd("/usr/local/bin/ffmpeg -ss " . ceil($time) . " -i '" . $videoPath . "' -f image2 -vframes 1 -s 150x110 " . $tFilePath)
I want to know is that possible for the image generate in Auto Height instead of fixed Weight x Height ?
Thanks.
-
Revision dc0f457c94 : Using get_plane_block_{width, height} instead of custom code. Change-Id : I453ed
25 juin 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Using get_plane_block_width, height instead of custom code.Change-Id : I453ed11b965e857a14c18ea5c0f4a0a48e7dc0d9