
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (72)
-
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (11547)
-
Revision 043e0f9dad : Skip inter-coded block reconstruction in rd loop Skip the inverse transform and
15 juillet 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodemb.c
Skip inter-coded block reconstruction in rd loopSkip the inverse transform and reconstruction of inter-mode coded
blocks in the rate-distortion optimization loop, when skip_encode_sb
feature is turned on. This provides about 1% speed-up at speed 0,
and 1.5% speed-up at speed 1. No performance change in both settings.Change-Id : I2932718bf4d007163702b61b16b6ff100cf9d007
-
How to assign FFMPEG the right way ? [on hold]
2 janvier 2019, par Edin HajdarevicI’m making a program that should load .m3u8 video files and that’s why I need to include MJPEG. And I’m not experienced about it, and would like to get some help. I’m mainly having problems with avconfig.h
I would like to explain it more detail as possible, since I’m a newbie.
To make program I tried using other codecs, and was trying to find way to display videos directly from websites but doesn’t work.
My Includes :
#include <libavutil></libavutil>avutil.h>
#include <libavformat></libavformat>avformat.h>
#include <libavcodec></libavcodec>avcodec.h>I expect it to load .m3u8 file successfully, and now it gives me errors that it can’t find avconfig.h also has some declaration errors but I guess it’s all related to avconfig.h problem
-
ffmpeg Connection to tcp ://127.0.0.1:1935 refused on Windows 10
6 mars 2024, par Wissam EliasI am trying to re-stream an RTSP connection on the local network using this command :


ffmpeg -loglevel debug -rtsp_transport tcp -i rtsp://192.168.1.13:1935 -codec copy -f rtsp rtsp://172.0.0.1:1935/live/stream



but i am getting an error message :


[tcp @ 0000020c99c4c1c0] Connection to tcp://127.0.0.1:1935 failed: Connection refused
rtsp://127.0.0.1:1935/live/stream: Connection refused



while the port is not used and I've tried to use 8554 also with the same result, and the firewall on my device is turned off.