
Recherche avancée
Autres articles (52)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (9514)
-
Merge pull request #614 from PeterDaveHello/patch-1
28 septembre 2015, par jonrohanMerge pull request #614 from PeterDaveHello/patch-1
Use svg instead of png to get better image quality
-
Revision 7c7e4d4eb8 : vp9_ethread : allocate frame contexts outside VP9_COMMON struct This patch alloc
22 octobre 2014, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_entropy.c
Modify /vp9/common/vp9_entropymode.c
Modify /vp9/common/vp9_entropymv.c
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/common/vp9_pred_common.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/decoder/vp9_decoder.c
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encodemv.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_rd.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_tokenize.c
vp9_ethread : allocate frame contexts outside VP9_COMMON structThis patch allocated frame contexts outside VP9_COMMON. This allows
multiple threads to share the same copy of frame contexts, and
reduces the overhead. It also guarantees the correct update of
these contexts during bitstream packing. This patch doesn’t change
encoding result.Change-Id : Ic181a2460b891d1d587278a6d02d8057b9dbd353
-
Revision 195883023b : VPX : subpixel_8t_ssse3 asm using x86inc This is based on the original patch opt
2 septembre 2015, par Scott LaVarnwayChanged Paths :
Modify /vpx_dsp/vpx_dsp.mk
Modify /vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
Modify /vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm
VPX : subpixel_8t_ssse3 asm using x86incThis is based on the original patch optimized for 32bit
platforms by Tamar/Ilya and now uses the x86inc style asm.
The assembly was also modified to support 64bit platforms.Change-Id : Ice12f249bbbc162a7427e3d23fbf0cbe4135aff2