
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (44)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (10288)
-
setting up ffmpeg on xampp server
22 mai 2020, par altruiosokay, I've scoured. and the best I have found are 7 year old videos with outdated information:changes in file structure on the ffmpeg(no php files) and further reading as not enlightened me on how to get this working.
the goal :
to run a shell_exec script that uses ffmpeg to convert images in a server folder into a movie.
however (since I don't know how to get the server to 'see' ffmpeg, it never runs from a php script.
shell_exec works (calculator opens up, and I can open a single image off of the server - so I know the path is correct)



but In general - since there's almost no documentation that I can find on how to install on a server :(point me in the right direction)
does anyone know how to do this.



C:/xampp/htdocs/gameOfLife/images/ffmpeg -r 19 -f image2 -i image_%d.png output_t3.mov




is the command that works in the console but on through a php script.



so how do you get an xampp server (myphpadmin set up), to run ffmpeg (or have access to it... or be able use it through php by any means) ?


-
ffmpeg + Raspberry Pi 4b + stream_loop CPU optimization
14 avril 2020, par beamercolaI'm making a Pi livestreaming covid tracker, but watching my CPU/RAM get decimated



VBR="2500k"
FPS="30"
QUAL="medium"
YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2"
KEY="..."
TEXTFILE="message.txt"

ffmpeg \
 -re -stream_loop -1 \
 -i a.mp4 \
 -vf "drawtext=fontfile=font.ttf:fontsize=30: \
 fontcolor=white:x=(w-text_w)/2:y=(h-text_h)/2:textfile=$TEXTFILE:reload=1" \
 -vcodec libx264 -preset $QUAL -r $FPS \
 -f flv "$YOUTUBE_URL/$KEY"




When I run that, top gives me
%CPU 282
%MEM 4.0



I installed ffmpeg with
sudo apt-get ffmpeg



I'm not sure if I'm using hardware acceleration. It was brought up in a number of posts that were a year old or so.


-
oggdec : add support for proper demuxing of chained Opus files and streams
28 avril 2020, par Lynne