
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (112)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (4214)
-
Setting transfer characteristics for overlaying multiple videos
12 décembre 2023, par PrakkashI just wanna know whether I can set unique values of transfer characteristics/gamma for each videos while overlaying it on top of a single video.


For example :-


FFmpeg command : ffmpeg -f lavfi -i color=c=#ffffff:s=1920x1080:d=43 -i abc.mp4 -i def.mp4 -filter_complex "[1:v]setpts=PTS+0/TB[top1] ; [2:v]setpts=PTS+12.9/TB[top2] ;[0:v][top1]overlay=-0.75:0:enable='between(t,0,12.9)'[outv1] ; [outv1][top2]overlay=-66:0:enable='between(t,12.9,42.9)'[outv2] ;" -map "[outv2]" -c:v libx264 -preset ultrafast -c:a copy -strict experimental output.mp4 -y


In this command, abc.mp4 video has a transfer characteristics value of 1 and def.mp4 has the transfer characteristics value of 7. I'm trying to overlay both videos on top of a white background. By default, the white background has transfer characteristics value as 1. So def.mp4 video's color gets dull. How can i handle this ?


-
libavcodec/qsvdec : use the parameter from decodeHeader to configure surface
11 février 2022, par Wenbin Chenlibavcodec/qsvdec : use the parameter from decodeHeader to configure surface
MSDK recognizes both yuv420p10 and yuv420p9 as MFX_FOURCC_P010, but
parameters are different. When decode yuv420p9 video, ffmpeg-qsv will use
yuv420p10le to configure surface which is different with param from
DecoderHeader and this will lead to error. Now change it use
param from decoderHeader to configure surface.Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
Signed-off-by : Haihao Xiang <haihao.xiang@intel.com> -
probe : Fix insane flow control.
29 juillet 2011, par Alex Converseprobe : Fix insane flow control.