
Recherche avancée
Autres articles (59)
-
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 (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (9607)
-
FFMPEG add circular mask to videos, convert to black and white and concatenate
3 mai 2018, par YassineHello everyone i’m a beginner and i would appreciate your help.
I’m making a mobile application that generates custom video resumes based on the user’s videos taken from his phone, the user has to upload 5 different videos to the server from the mobile application, in the server side i want to :
- Add a .png circular mask to each video.
- Make each video black and white.
-
Concatenate the videos with other already existing title videos
(e.g [userVideo1] [title1] [userVideo2] [title2]...) Visual Example[Edit : I would like more features]
- Add background music
- Add watermark logo in the middle
- Remove silent footage from the beginning and from the end
- Some input videos might be rotated, i want to rotate videos back to normal if they are rotated.
So far i managed to add the circular mask, make the videos black and white and concatenate 3 videos including a premade title video, but the second user video has no sound in the output.
This is the script i ended up with :
ffmpeg -i uservid1.mov -i uservid2.mp4 -i mask.png -i title1.mp4 -preset
ultrafast -filter_complex "
[2:v][0:v]scale2ref[s1][s2];
[s2][s1]overlay[vid1];
[2:v][1:v]scale2ref[s3][s4];
[s4][s3]overlay[vid2];
[vid1]hue=s=0[v0];
[vid2]hue=s=0[v1];
[v0]scale=720x400[in0];
[v1]scale=720x400[in1];
[3:v]scale=720x400[in3];
[in0]setsar=sar=0[final0];
[in1]setsar=sar=0[final1];
[in3]setsar=sar=0[final3];
[final0][final3][final1]concat=n=3;"
-codec:a copy finalCV.mp4 -
Revision fc7cbd1f60 : VP9_COMMON -> VP10->COMMON Change-Id : I651b7bee90f33581368853da81f9622805ccc0ea
13 août 2015, par Yaowu XuChanged Paths :
Modify /vp10/common/alloccommon.c
Modify /vp10/common/debugmodes.c
Modify /vp10/common/entropy.c
Modify /vp10/common/entropymode.c
Modify /vp10/common/entropymv.c
Modify /vp10/common/loopfilter.c
Modify /vp10/common/mfqe.c
Modify /vp10/common/mvref_common.c
Modify /vp10/common/mvref_common.h
Modify /vp10/common/onyxc_int.h
Modify /vp10/common/postproc.c
Modify /vp10/common/pred_common.c
Modify /vp10/common/pred_common.h
Modify /vp10/common/thread_common.c
Modify /vp10/common/tile_common.c
Modify /vp10/decoder/decodeframe.c
Modify /vp10/decoder/decodemv.c
Modify /vp10/decoder/decoder.c
Modify /vp10/decoder/decoder.h
Modify /vp10/decoder/dthread.c
Modify /vp10/encoder/aq_complexity.c
Modify /vp10/encoder/aq_cyclicrefresh.c
Modify /vp10/encoder/aq_variance.c
Modify /vp10/encoder/bitstream.c
Modify /vp10/encoder/context_tree.c
Modify /vp10/encoder/encodeframe.c
Modify /vp10/encoder/encodemv.c
Modify /vp10/encoder/encodemv.h
Modify /vp10/encoder/encoder.c
Modify /vp10/encoder/encoder.h
Modify /vp10/encoder/ethread.c
Modify /vp10/encoder/firstpass.c
Modify /vp10/encoder/mbgraph.c
Modify /vp10/encoder/picklpf.c
Modify /vp10/encoder/pickmode.c
Modify /vp10/encoder/quantize.c
Modify /vp10/encoder/ratectrl.c
Modify /vp10/encoder/rd.c
Modify /vp10/encoder/rdopt.c
Modify /vp10/encoder/segmentation.c
Modify /vp10/encoder/segmentation.h
Modify /vp10/encoder/skin_detection.c
Modify /vp10/encoder/speed_features.c
Modify /vp10/encoder/temporal_filter.c
Modify /vp10/encoder/tokenize.c
Modify /vp10/vp10_dx_iface.c
VP9_COMMON -> VP10->COMMONChange-Id : I651b7bee90f33581368853da81f9622805ccc0ea
-
network : use HAVE_THREADS instead of local hack
26 octobre 2012, par Mans Rullgardnetwork : use HAVE_THREADS instead of local hack