
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (43)
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (6573)
-
Révision 103754 : Demande de Cédric : « De mémoire ce preload="none" n’était pas un hasard, car il...
5 avril 2017, par real3t@gmail.comÇa a un impact fort sur la bande passante consommée par les sites qui utilisent des vidéos, car si tu multiplies par le nombre de sites x le nombre de page x le nombre de visites x la taille d’une vidéo, tu te rends compte que le changement de réglage a une conséquence écologique fortement négative. »
cf http://permalink.gmane.org/gmane.comp.web.spip.zone.cvs/100311
-
How to setup FFServer with FFMPEG package on window ?
14 décembre 2015, par DigantI am running FFMPEG package in my Window PC. I want to start live streaming part with FFSERVER. I didn’t find any ffserver.exe files to download. I am running with the many query :
In FFMPEG document, there are ask to configuration ffserver.conf files. and its fetch from etc/ffserver/cong. How do i find this file and their location in my computer ?
I want simple basic step to run ffserver on window.
Thanks
-
Using NReco FFMpegConverter in an azure function or in a azure web job
10 septembre 2020, par Manojb86Currently, I'm working on POC which converts h264 stream to MP4 file. I'm using NReco FFMpegConverter for that purpose and also use the Azure Cloud Service to host my service.

This Azure Cloud Service capture concurrent streams and convert the respective MP4 file. From the testing of this app so far I realize better to use Azure Function or Azure WebJobs to use only for the conversion of H264 stream to MP4 file. Then cloud service has more room to handle concurrent streams.

That I want to know, Is it possible to use NReco FFMpegConverter in Azure Function or Azure WebJobs without an issue ? are there any special configurations to consider because FFmpeg runs in a separate thread with NReco FFMpegConverter ?