
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
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 ) (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (11747)
-
x86/constants : make pb_80 32 byte wide
21 novembre 2017, par James Almer -
UDP : Streaming desktop ffmpeg over Wide area network
16 novembre 2017, par Megan WoodruffI am using ffmpeg to stream my desktop. It works perfectly over the LAN with two connected PCs ; however, over a WAN, the reciever gets unviewable shearing and tearing of the desktop. We figured it was because the LAN has a 5 MB/s bandwith and the WAN has a bandwidth limitation 1 MB/s. When I checked the ethernet output of the sending PC, the bandwidth was 1 MB/s .02.
The original ffmpeg script I used was within a batch file was :
ffmpeg -f dshow -i video="screen-capture-recorder"-vcodec
libx264 -preset ultrafast -pix_fmt yuv420p -tune zerolatency -r 30 -b:v 750k -minrate 750k -maxrate 750k -f mpegts udp://ip:portOn the reciever side :
1. I opened the scream capture recorder GUI.
2. Inserted the appropriate udp address.
3. Hit "Start Recieving".I did a wireshark analysis and noticed most of the packets I saw were MPEG TS packets with had "MP2T fragment of a reassembled package" in the description column.
My question is : has anyone been able to successful stream via ffmpeg over a wide area network with no issues of the recieving video ? If so, what ffmpeg parameters did you use for consistent results ?
-
arm : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter
17 décembre 2016, par Martin Storsjöarm : vp9mc : Calculate less unused data in the 4 pixel wide horizontal filter
Before : Cortex A7 A8 A9 A53
vp9_put_8tap_smooth_4h_neon : 378.1 273.2 340.7 229.5
After :
vp9_put_8tap_smooth_4h_neon : 352.1 222.2 290.5 229.5This is cherrypicked from libav commit
fea92a4b57d1c328b1de226a5f213a629ee63754.Signed-off-by : Martin Storsjö <martin@martin.st>