
Recherche avancée
Autres articles (41)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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
Sur d’autres sites (5916)
-
Add different animation for diffrent frame in video using ffmpeg android
27 juin 2016, par Sachin SutharI am trying to apply animations for the particular video frame but hereby I’m not seeing that video frame by which I have to apply the animation. I only need fade in and fade out frame and display it as slide show video. Do you have any idea about this ?
for ex : I want to create an application like this one : https://play.google.com/store/apps/details?id=com.scoompa.slideshow
-
prebuilt ffmpeg library for android
15 décembre 2014, par andruidoNice being here.
I researched a lot on the topic but now i am stuck.Currently i try to receive a udp stream within android, i am using the libraries from http://code.google.com/p/javacv/downloads/list, most of the things work fine. However if i try to use "avformat_network_init() ;" (thanks to this Receiving RTSP stream using FFMPEG library) i get the following error :
undefined reference to `avformat_network_init’
my guess is that the prebuilt library called "libavformat.so" does not contain the specific function, am i right ? if so, does anyone know where i can find the appropriate library ? I am developing on windows and failed already building it myself with cygwin and currently have not the option to install ubuntu or such.
thanks in advance.
-
avcodec/vp8 : Do not use num_coeff_partitions in thread/buffer setup
30 septembre 2015, par Michael Niedermayeravcodec/vp8 : Do not use num_coeff_partitions in thread/buffer setup
The variable is not a constant and can lead to race conditions
Fixes : repro.webm (not reproducable with FFmpeg alone)
Found-by : Dale Curtis <dalecurtis@google.com>
Tested-by : Dale Curtis <dalecurtis@google.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>