
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)
-
sh4 : Remove dubious aligned dsputil code
18 avril 2013, par Diego Biurrunsh4 : Remove dubious aligned dsputil code
The code represents a considerable maintenance burden and it is not
clear that it gives a noticeable benefit to outweigh this after 10
years of improvements in compiler technology since its creation.- [DBH] libavcodec/h264chroma.c
- [DBH] libavcodec/h264chroma.h
- [DBH] libavcodec/hpeldsp.c
- [DBH] libavcodec/hpeldsp.h
- [DBH] libavcodec/sh4/Makefile
- [DBH] libavcodec/sh4/dsputil_align.c
- [DBH] libavcodec/sh4/dsputil_sh4.c
- [DBH] libavcodec/sh4/dsputil_sh4.h
- [DBH] libavcodec/sh4/h264chroma_init.c
- [DBH] libavcodec/sh4/hpeldsp.c
- [DBH] libavcodec/sh4/qpel.c
-
OpenCV VideoWriter ffmpeg again and again
9 juin 2015, par Michael HechtI know this question was asked hundred of times, nevertheless I got problems.
I’m working on a new windows (2010 server) systen, installed Python 2.7.9 and OpenCV 2.4.10. I copied opencv_ffmpeg.dll to Python27\opencv_ffmpeg2410.dll. I also installed K-Lite video codecs. If I try to save a video with VideoWriter (MJPG), I get always a file with size 5682 bytes which is not playable. On my old system the same python code works, but over the years I installed several versions of drivers and ffmpeg and whatever. So is there a systematic way to get VideoWriter working if you are on a freshly installed system ?
-
Live Streaming App iOS
23 août 2016, par Jay GajjarI am trying to develop a live-streaming application like the meerkat app, where user A can broadcast a live stream while other users are able to watch it. I am having trouble understanding the architecture and mechanisms used to upload video to a server. Currently, I am using a dedicated server with
FFMPEG
installed on it. I also knowFFServer
can be used to performRTSP
communication, but I am still unclear how to do this. Can anyone guide me on this ?I would like to know how to upload videos to a server or whether there is another way to perform a live stream. Open source frameworks are welcome.