
Recherche avancée
Autres articles (78)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6998)
-
how do i install pyffmpeg on windows 10
17 avril 2016, par killercan anyone point me in the right direction in getting pyffmpeg installed on my windows 10 computer. I seem to be having quite a bit of trouble. is cython required for this ? please all input is appreciated.
**update I installed cython and it got stuck on setup.py
it gets stuck installing on line 84
Traceback (most recent call last):
File ".\setup.py", line 84, in <module>
incdir = incdir + list(nd.get_numpy_include_dirs())
TypeError: cannot concatenate 'str' and 'list' objects
</module>the ffmpeg version is ffmpeg-20160415-git-21acc4d-win32-static
I did change the filepath for it as well
-
Accessing SRT transport statistics using ffmpeg
10 juillet 2020, par martyn GilbertI am using ffmpeg built with SRT and am successfully able to send video stream to the destination using SRT.


I am wondering if it is possible to get access to the statistics from the SRT connection such as packets sent, packets lost, packets re-transmitted etc.
The SRT demo application srt-live-transmit outputs these statistics to the console while running e.g.


======= SRT STATS: sid=226392826
PACKETS SENT: 0 RECEIVED: 514 
LOST PKT SENT: 0 RECEIVED: 0 
REXMIT SENT: 0 RECEIVED: 0 
DROP PKT SENT: 0 RECEIVED: 0
RATE SENDING: 0 RECEIVING: 4.5198
BELATED RECEIVED: 0 AVG TIME: 0 
REORDER DISTANCE: 0 
WINDOW FLOW: 8192 CONGESTION: 8192 FLIGHT: 0 
LINK RTT: 0.39ms BANDWIDTH: 90.06Mb/s 
BUFFERLEFT: SND: 12288000 RCV: 12220500



I need to get access to these statistic while sending the SRT stream using ffmpeg so that the stream quality can be monitored remotely.


-
hwcontext_vulkan : check for non-flagged transfer queue families
20 novembre 2021, par Lynnehwcontext_vulkan : check for non-flagged transfer queue families
"All commands that are allowed on a queue that supports transfer
operations are also allowed on a queue that supports either
graphics or compute operations. Thus, if the capabilities of a
queue family include VK_QUEUE_GRAPHICS_BIT or VK_QUEUE_COMPUTE_BIT,
then reporting the VK_QUEUE_TRANSFER_BIT capability separately for
that queue family is optional."