
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (76)
-
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" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (5529)
-
How to calculate the sum of absolu difference between a macroblock in current frame and it corresponding block in the reference frame
1er avril 2019, par EnockCan someone tells me how we can get the sum of absolute
difference (SAD) of two macroblocks in ffmpeg, please ?
I use MpegEnContext struct and I want to have the sad of a block in a predicted frame and it coreresponding block in the referenced frame.
But I don’t konow how to proceed. I’m new libav user.Thanks
-
Highlight some words in text with ffmpeg drawtext
13 novembre 2020, par The Coding MonkIs there any way to highlight some words in text written with the
drawtext
filter ?

I know it doesn't support it directly, so I'm looking for an alternative way to do it.


-
hide text in real time video python opencv
29 septembre 2016, par Elmehdi Allouli need to know how can i find the place of an given text in a video real time stream and add blur box on it with python and opencv.
import numpy as np
import cv2
import subprocess as sp
import socket
import numpy
import sys
input = 'rtmp://127.0.0.1:1935/live/cha'
cap = cv2.VideoCapture(input)
output_file = 'rtmp://127.0.0.1:1935/live/cho'
text="simple"
def get_blur_box(input_img, input_template, threshold):
if (exist text):
addblurbox()
else
nothingany one can help me to begin i’m a beginner in opencv.