
Recherche avancée
Autres articles (31)
-
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 (...) -
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" (...) -
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 ;
Sur d’autres sites (7732)
-
Mute the video stream and overlay the stream with a picture using ffmpeg
20 novembre 2020, par cold_fire99I reveive a stream from OBS and want to mute it and overlay it with a partly transparent picture (png).


Here is the command that I use (insite rtmp module of nginx), but this does not deliver an correct output stream :


exec ffmpeg -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=48000 -i rtmp ://localhost/live/$(name) -i /var/www/stream/facebook-overlay.png -filter_complex "[1:v][2:v] overlay=0:0" -pix_fmt yuv420p -c:a aac -map 0:a -ar 48000 -shortest -f flv rtmp ://127.0.0.1:1936/rtmp/$(name)


Any ideas how this works to overlay with these 3 input streams ?


br


-
while uploading video get screen shots with ffmpeg tool & php [on hold]
4 décembre 2014, par ilinkthreesixtyCan you tell me what is ffmpeg and for which purposes it is used in or with PHP ... ?
I wanna learn it to create thumbnails while uploading a video to rotate them when mouse is over the video when it is done, It’s an effect which is used on dailymotion and even facebook is using it on it’s Album when mouse is hover over a user Album it rotate the thumbnails so i want to learn how to get thumbnail screen shots on the flying while video is uploading ... Hope you have got me.
-
Video Compression Options [on hold]
29 septembre 2019, par RahulWe want to add video compression library or framework for Android. We tried FFMPEG and Video Compressor Library but they are not good in following case.
FFMPEG :
- Works good for small video like 100 to 150 MB but it takes more time than 3 mins to Compress 1 to 2 GB Video.
- Also used FFMPEG with x264 but didn’t work
Video Compressor :
- It has similar problem as FFMPEG as well as not works with different video container like .flv, .mkv
We are also looking for any native code and algorithm (c & c++) and Open CV.
Please suggest any other options by which we can achieve Video Compression like Facebook or WhatsApp