
Recherche avancée
Autres articles (111)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)
Sur d’autres sites (11538)
-
How to update watermark realtime while streaming video with ffmpeg ?
28 juillet 2017, par boygiandiI’m trying to add a watermark to video while streaming. However this watermark get update every second. How to tell ffmpeg to update the watermark ? Try added -r 2 before -i watermark but didn’t works.
The ffmpeg command like this
ffmpeg -i /tmp/45893_video_0.ts -i /tmp/watermark.jpg -filter_complex ’[1:v]colorkey=0x2bade0:0.3:0.2[ckout] ;[0:v][ckout]overlay[out]’ -map ’[out]’ -f flv "rtmp ://"
-
What is download speed i need to watch a video of bitrate 6130 kbps ???Also does my upload speed has anything to do with it ?
1er juillet 2017, par Tsurgi BladeI want to download a HLS using ffmpeg it has many program ID in playlist but i want to download this specific stream with program id 0.
I am using -map 0:p:0 to download it but im getting bitrate of around 3000 kbps no where near to the in info...ffmpeg snapshot
how do i get the bitrate mentioned i.e 6130 kbps....
My download speed is around 32 Mbps= 4 MBps....
Does it have anything to do with my upload speed ???
Also after sometime ffmpeg says "not recieving playlist 1" and bitrate drops ???how to avoid it ??Thks
-
How to rescale input video then scale and overlay watermark with Ffmpeg ?
22 juin 2017, par CurlyFroHow to rescale input video then scale and overlay watermark with Ffmpeg ?
I’ve tried both these commands and they don’t work. Can someone help me with the process ?
-vf \"movie={watermarkPath}[watermark]; [in] scale=720:-1 [scale]; [scale] [watermark] overlay=main_w-overlay_w-10:10 \"
-filter_complex \"[0:v]scale={wm.Item3}:{wm.Item4}[bg];[bg][1:v]movie='{watermarkPath}'[wm];[wm][0] scale2ref={wm.Item1}:{wm.Item2}[wm] [v];[wm] setsar=1[logo];[v] [logo] overlay=main_w-overlay_w-10:10\"