
Recherche avancée
Autres articles (71)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Qualité du média après traitement
21 juin 2013, parLe bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)
Sur d’autres sites (11609)
-
avutil/opt : check return value of av_bprint_finalize()
22 juin 2020, par Limin Wang -
avformat/au : check return value of av_bprint_finalize()
22 juin 2020, par Limin Wang -
How to keep the file size of a stream small and have manycam show a live picture ?
31 janvier 2017, par P. DeeI am using this command
ffmpeg -i "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov" "C:\wamp\www\streaming.mjpeg"
to stream to "C :\wamp\www\streaming.mjpeg". Then I am using
SimpleHTTPServer
to create a web server for this folder.Then I am pointing manycam’s ip camera to the address of the file on the web server
http://127.0.0.1:8000/streaming.mjpeg
And select it in manycam.
As a result ffmpeg creates a file that gets bigger and bigger and manycam shows an endless time-lapsed loop of what the camera records or recorded minutes ago.
How to keep the file size small and have manycam show a live video feed ?