
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (29)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...) -
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 (4622)
-
FFMpeg receives single connection with multiple bitrates ?
7 mai 2013, par leandro moreiraI'm trying to use ffmpeg to serve hls streaming, as source of the streaming I'm using FMLE to output multiple bitrate by RTMP.
I know that we can output several bitrates/sizes, as the example bellow, but I would like to know if ffmpeg is able to handle a input (rmtp generated from FMLE) with multiple bitrates too ?
How about the master list ? (the m3u8 pointing to the other bitrates m3u8)
By the way, how are you guys dealing with failover ?
ffmpeg -i rmtp://xserver/live \
-b:v 250k out-250.m3u8 \
-b:v 500k out-500.m3u8 \
-b:v 700k out-700.m3u8 -
Code to combine multiple media files using ffmpeg
21 mars 2013, par user2193172I am new to ffmpeg
I am trying to combine multiple media files using ffmpeg, I know the ffmpeg concatenation protocol allows this through a command line arguement. I want to know if the C code for this function is available anywhere, so that I can include the same in my program. If not, I would really appreciate if someone could post any suggestions on how to do this. Basically, I want to combine multiple files without doing the decoding and encoding of files.
I tried copying the data from one file to another, while I was able to create a new file, i couldn't play it back.
I searched the ffmpeg library but was unable to locate the code on how the concatenation function works.
-
How to concatenate multiple videos [closed]
23 mai 2021, par Chand HernanI am new to the programming world and I am trying to make a program to automate parte of my work


I need to join multiple mp4 videos, I have tried to use moviepy but it takes a long time to export. They also recommended me to use ffmpeg but I could not


There are 5 videos, and in total it gives a video of 9 minutes in high quality. I would like to lower the quality to be able to make the process faster


An apology if my translation is not entirely correct