
Recherche avancée
Autres articles (49)
-
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 (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (5809)
-
RTMPDUMP watermark is possible ?
21 novembre 2014, par sword1stHey first of all sorry for my bad english. I’m trying to record some rtmp content with rtmpdump and it works great but I want to ask : Can I add a watermark when it’s recording ? - If it’s not possible - How can I add a watermark (bottom left) with ffmpeg ? When I try this one :
ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark];
[in][watermark] overlay=10:main_h-overlay_h-10 [out]" outputvideo.flvit fails with error :
"[NULL @ 00000000043c6e00] Unable to find a suitable output format for 'ΓÇôi'ΓÇôi: Invalid argument"
Any ideas how to fix ?
-
ffmpeg AVIOContext saving file from remote server
3 juillet 2015, par Ivan BalakshaI’m using ffmpeg for downloading and decoding video files from remote server(avformat_open_input method). I think probably save file using custom read_packet method for AVIOContext, but i can’t do it now.
May be who have experience with custom AVIOContext.
I found examples,but i don’t found solution for my problem. (sorry for my bad english). -
How connect OBS with VPS which has ffmpeg for live streaming ?
6 mai 2017, par user7647539Helo I’ve a VPS on Centos 7 with Apache and ffmpeg.
How can I do live streaming on this server using OBS on my local PC to encode and publish to this server and after embed this live video in my wordpress website to allow every device to watch the live video ?
Thank you all