
Recherche avancée
Autres articles (112)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (15305)
-
ffmpeg and timecode from movie metadata
17 décembre 2015, par T4ng10rI want to add to movie made by digital camcorder timecode. This timecodes are visible during playback in camera, some tool to extract and visualize EXIF metadata also display them.
I made few attempts to configure ffmpeg, but only succeed in adding CURRENT PC time, not time from file.
ffmpeg -y -i S1480002.MP4 -vf "drawtext=fontfile=arial.ttf :expansion=normal: text=%{metadata\\:creation_time}: \ x=(w-tw)/2: y=h-(2*lh): fontcolor=white@0.8" output.mp4
I need to extract creation time from input file metadata. ffprobe display this time, but ffmpeg don’t.
-
Revision 9bd3be69a4 : Adjust full-pixel search method in real-time mode Use FAST_HEX in speed 5 and 6
8 juillet 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
Adjust full-pixel search method in real-time modeUse FAST_HEX in speed 5 and 6, which covers more points than
FAST_DIAMOND and improves motion search quality.At speed 6, RTC set borg tests showed slight quality gain (psnr
gain : 0.143%, ssim gain : 0.226%). No noticeable encoding speed
change.Change-Id : Ifa62875d9a52ee382ec494f271382bb77d8c67bf
-
Revision a51e389b42 : Merge "Adjust full-pixel search method in real-time mode"
9 juillet 2014, par Yunqing WangMerge "Adjust full-pixel search method in real-time mode"