
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 (45)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (6647)
-
Debian Linux How-To use eth0 and wlan0 on different routers ?
27 mars 2014, par ChrisI have eth0 and wlan0, both are using different rounter, one is good for download, the other one is good for upload.
But... When i have eth0 cable plugged in, wlan0 can not ping its own router or ping ex. google.com.ping -I eth0 google.com
i get answer
ping -I wlan0 google.com
no answer
both routers have inet connection and at the moment both interfaces using DHCP.
I need to run ffmpeg that is getting live-stream via wlan0 -> put it in to ffserver -> second ffmpeg get ist from ffserver and send it via eth0 to my dedicated server...
any idea ?
-
Green artifact in WebM video
29 août 2022, par AMDIvailoI'm recording a canvas with the MediaRecorder web api. The resulting WebM video looks good in most players (has artifacts in some), but if I convert it to mp4 with
ffmpeg -i out.webm out.mp4
, some strange green artifacts appear on the bottom of it (in every player). Anyone knows why this happens ?

The WebM video : https://drive.google.com/file/d/1RQb_610nIN_s974ZRoquApr5ZUWzYJKk/view?usp=drivesdk


The corrupted MP4 output :
https://drive.google.com/file/d/1RVWSOBwpo0FKTGKPmkbBcHdkXtbHbLVc/view?usp=drivesdk


Thank you in advance


-
Use ffmpeg to stream an updating progress-bar
24 juin 2020, par FalkIs there a way to stream a filling progress-bar showing a percentage written in either a (e.g. txt) file or mysql db that updates often ? Ideally streaming to obs or straight to the platform/stream (such as twitch) ?


I thought about using the text function, something like this :

-vf "drawtext=fontsize=40:fontfile=FreeSerif.ttf:textfile=/path/livetext.txt:x=(w-text_w)/2:y=(h-text_h)/2:reload=1"