
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (82)
-
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 (...) -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (7958)
-
`***REPL CLOSED***` after installing ffmpeg
2 avril 2018, par YuriAfter installing a package ffmpeg and restarting my computer I can’t use sublimeREPL : pyton-virtualenv anymore. It gives the error
***REPL CLOSED***
.Error :
I tried uninstalling ffmpeg using brew and restarting sublimeREPL but it still gives the same error. Does anyone have a guess on how I can fix this ?
-
FFmpeg to WebRTC via UDP and DataChannel for low latency screenshare
9 avril 2020, par Josh SterlingI'm exploring different ways to achieve a low latency screen-share using WebRTC, and running into an issue. Any help would be much appreciated !



As of now, I'm able to capture/broadcast my Mac OS screen to localhost using FFmpeg, then pick up the stream and play it using other computers on my network.



Here's my FFmpeg commandline for capturing desktop video :



ffmpeg -f avfoundation -framerate 60 -capture_cursor 1 -i "1" -c:v h264_videotoolbox -realtime 1 -vsync 2 -b:v 5000k out777777.mp4



I was wondering if there were a way to utilize WebRTC (ideally the datachannel method) in order for a remote computer to pick up and play this UDP stream of my Desktop once two peers are connected via the Datachannel ?



Thank you !


-
How do you get ffmpeg to convert a video, parse its thumbnail and then pass it back to Elgg in the file upload function ? [closed]
22 janvier, par OrangeI know my question is very specific, but I'm using the social media base (with WAMP) Elgg to create a Flash-based video sharing site for older browsers and computers and I was wondering how does one set up ffmpeg and Elgg in tandem so Elgg gets both a thumbnail and a video converted to FLV from an MP4 file someone uploads from their computer.


I'm using Elgg 1.9 and ffmpeg-20130314.


I couldn't figure out how to inject ffmpeg into Elgg so I tried duplicating the upload form so it had two file upload buttons (second one for thumbnail image) but this broke the site and made a blank undeletable video.