
Recherche avancée
Autres articles (6)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)
Sur d’autres sites (3054)
-
Revision 4ae092c660 : Make encoder and decoder share common thread function Moved vp9_accumulate_fram
6 février 2015, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_entropymode.h
Modify /vp9/common/vp9_thread_common.c
Modify /vp9/common/vp9_thread_common.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_ethread.c
Make encoder and decoder share common thread functionMoved vp9_accumulate_frame_counts to vp9_thread_common.c to
eliminate the duplicate code.Change-Id : I9cf506d729603c8bf1494b4c86a3b7d47af1917a
-
Revision 84b813aa42 : Merge "Make encoder and decoder share common thread function"
10 février 2015, par Yunqing WangMerge "Make encoder and decoder share common thread function"
-
FFMPEG video by using images with transition effects from top to bottom and bottom to top
10 février 2015, par Shiraz AnsariI am successfully able to convert a sequence of images into a video. But now my requirement is to put some transition effects like left to right ,top to bottom or bottom to top to be shown in video with the change of every image. Please provide me suitable ffmpeg command to have transition effects in video.