
Recherche avancée
Autres articles (42)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (...)
Sur d’autres sites (4810)
-
Python : movie stream into pygame
4 mars 2019, par user1533267Quick challenge :
I’m streaming part of my desktop screen trough the network using the following :
Server
$ ffmpeg -f x11grab -s 800x600 -r 30 -i :100 -an -q 10 -f mjpeg - | nc -lp 5000
Client
$ nc <computer address="address"> 5000 | ffplay -
</computer>I would like to display the following stream inside my pygame opengl window on the client, I read some documents on pygame.movie and found :
"Load a new MPEG movie stream from a file or a python file object."
Would it be possible to load the stream into pygame ?
I need it to be as responsive as possible, and right now im seeing about 500ms lag.Any ideas ?
Thanks.
-
lavc : Add hardware config metadata for decoders supporting hardware output
26 octobre 2017, par Mark Thompsonlavc : Add hardware config metadata for decoders supporting hardware output
This includes a pointer to the associated hwaccel for decoders using
hwaccels - these will be used later to implement the hwaccel setup
without needing a global list.Also added is a new file listing all hwaccels as external declarations -
this will be used later to generate the hwaccel list at configure time.- [DBH] libavcodec/h263dec.c
- [DBH] libavcodec/h264dec.c
- [DBH] libavcodec/hevcdec.c
- [DBH] libavcodec/hwaccel.h
- [DBH] libavcodec/hwaccels.h
- [DBH] libavcodec/mmaldec.c
- [DBH] libavcodec/mpeg12dec.c
- [DBH] libavcodec/mpeg4videodec.c
- [DBH] libavcodec/qsvdec.c
- [DBH] libavcodec/qsvdec.h
- [DBH] libavcodec/qsvdec_h2645.c
- [DBH] libavcodec/qsvdec_other.c
- [DBH] libavcodec/vc1dec.c
- [DBH] libavcodec/vp8.c
-
lavc : Add hardware config metadata for decoders supporting hardware output
26 octobre 2017, par Mark Thompsonlavc : Add hardware config metadata for decoders supporting hardware output
This includes a pointer to the associated hwaccel for decoders using
hwaccels - these will be used later to implement the hwaccel setup
without needing a global list.Also added is a new file listing all hwaccels as external declarations -
this will be used later to generate the hwaccel list at configure time.- [DH] libavcodec/cuviddec.c
- [DH] libavcodec/h263dec.c
- [DH] libavcodec/h264dec.c
- [DH] libavcodec/hevcdec.c
- [DH] libavcodec/hwaccel.h
- [DH] libavcodec/hwaccels.h
- [DH] libavcodec/mediacodecdec.c
- [DH] libavcodec/mmaldec.c
- [DH] libavcodec/mpeg12dec.c
- [DH] libavcodec/mpeg4videodec.c
- [DH] libavcodec/qsvdec.c
- [DH] libavcodec/qsvdec.h
- [DH] libavcodec/qsvdec_h2645.c
- [DH] libavcodec/qsvdec_other.c
- [DH] libavcodec/vc1dec.c
- [DH] libavcodec/vp9.c