
Recherche avancée
Autres articles (111)
-
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" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (9542)
-
Applying two filters (Showwaves and Drawtext) at once with FFMPEG
25 novembre 2018, par georgmannI use this command for my video :
ffmpeg -i input.mp3 -i input.mp4 -y -ss 00:00:00 -t 00:00:10 -filter_complex "[0:a]showwaves=s=1920x175:colors=Yellow:mode=cline,colorkey=0x000000:0.01:0.1,format=yuva420p[v];[1:v][v]overlay=0:800[outv]" -map "[outv]" -pix_fmt yuv420p -map 0:a -c:v libx264 -c:a copy -shortest output.mp4
and this command to the video :
ffmpeg -i input.mp4 -y -ss 00:00:00 -t 00:00:10 -vf drawtext="fontfile=/path/to/font.ttf: text='My Text': fontcolor=white: fontsize=74: box=1: boxcolor=black@0.5: boxborderw=5: x=(w-text_w)/2: y=(h-text_h)/2" -c:v libx264 -c:a copy -shortest output.mp4
I want to combine these two command in one command. I see this question and try several times without success.
-
Smooth scale animation in ffmpeg
3 août 2018, par MakesHow can I smooth the animations of scale ?
ffmpeg -i bg.mp4 -loop 1 -i blank.png -filter_complex "[1:v]drawtext=fontfile=ariblk.ttf:text=EXAMPLE:x=(main_w-text_w)/2:y=(main_h-max_glyph_a)/2:fontcolor=0xFFFFFF:fontsize=200:alpha=1[txt];[txt]sendcmd=f=data.cmd,scale=w=0:h=-1[txtscale];[0:v][txtscale]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2:shortest=1" preview.mp4
Video resolution 1280 * 720 -> scale w = ’12.8 * X’, X - scale value (data from the After Effects)
data.cmd
0 scale w ' 12.8* 72 '; 0.040 scale w ' 12.8* 72.3944 '; 0.080 scale w ' 12.8* 72.7887 '; 0.120 scale w ' 12.8* 73.1831 '; 0.160 scale w ' 12.8* 73.5775 '; 0.200 scale w ' 12.8* 73.9718 '; 0.240 scale w ' 12.8* 74.3662 '; 0.280 scale w ' 12.8* 74.7606 '; 0.320 scale w ' 12.8* 75.1549 '; 0.360 scale w ' 12.8* 75.5493 '; 0.400 scale w ' 12.8* 75.9437 '; 0.440 scale w ' 12.8* 76.338 '; 0.480 scale w ' 12.8* 76.7324 '; 0.520 scale w ' 12.8* 77.1268 '; 0.560 scale w ' 12.8* 77.5211 '; 0.600 scale w ' 12.8* 77.9155 '; 0.640 scale w ' 12.8* 78.3099 '; 0.680 scale w ' 12.8* 78.7042 '; 0.720 scale w ' 12.8* 79.0986 '; 0.760 scale w ' 12.8* 79.493 '; 0.800 scale w ' 12.8* 79.8873 '; 0.840 scale w ' 12.8* 80.2817 '; 0.880 scale w ' 12.8* 80.6761 '; 0.920 scale w ' 12.8* 81.0704 '; 0.960 scale w ' 12.8* 81.4648 '; 1.000 scale w ' 12.8* 81.8592 '; 1.040 scale w ' 12.8* 82.2535 '; 1.080 scale w ' 12.8* 82.6479 '; 1.120 scale w ' 12.8* 83.0423 '; 1.160 scale w ' 12.8* 83.4366 '; 1.200 scale w ' 12.8* 83.831 '; 1.240 scale w ' 12.8* 84.2254 '; 1.280 scale w ' 12.8* 84.6197 '; 1.320 scale w ' 12.8* 85.0141 '; 1.360 scale w ' 12.8* 85.4085 '; 1.400 scale w ' 12.8* 85.8028 '; 1.440 scale w ' 12.8* 86.1972 '; 1.480 scale w ' 12.8* 86.5915 '; 1.520 scale w ' 12.8* 86.9859 '; 1.560 scale w ' 12.8* 87.3803 '; 1.600 scale w ' 12.8* 87.7746 '; 1.640 scale w ' 12.8* 88.169 '; 1.680 scale w ' 12.8* 88.5634 '; 1.720 scale w ' 12.8* 88.9577 '; 1.760 scale w ' 12.8* 89.3521 '; 1.800 scale w ' 12.8* 89.7465 '; 1.840 scale w ' 12.8* 90.1408 '; 1.880 scale w ' 12.8* 90.5352 '; 1.920 scale w ' 12.8* 90.9296 '; 1.960 scale w ' 12.8* 91.3239 '; 2.000 scale w ' 12.8* 91.7183 '; 2.040 scale w ' 12.8* 92.1127 '; 2.080 scale w ' 12.8* 92.507 '; 2.120 scale w ' 12.8* 92.9014 '; 2.160 scale w ' 12.8* 93.2958 '; 2.200 scale w ' 12.8* 93.6901 '; 2.240 scale w ' 12.8* 94.0845 '; 2.280 scale w ' 12.8* 94.4789 '; 2.320 scale w ' 12.8* 94.8732 '; 2.360 scale w ' 12.8* 95.2676 '; 2.400 scale w ' 12.8* 95.662 '; 2.440 scale w ' 12.8* 96.0563 '; 2.480 scale w ' 12.8* 96.4507 '; 2.520 scale w ' 12.8* 96.8451 '; 2.560 scale w ' 12.8* 97.2394 '; 2.600 scale w ' 12.8* 97.6338 '; 2.640 scale w ' 12.8* 98.0282 '; 2.680 scale w ' 12.8* 98.4225 '; 2.720 scale w ' 12.8* 98.8169 '; 2.760 scale w ' 12.8* 99.2113 '; 2.800 scale w ' 12.8* 99.6056 '; 2.840 scale w ' 12.8* 100 ';
-
lavf : Constify AVProbeData* in av_probe_input_format().
20 mars 2019, par Carl Eugen Hoyos