
Recherche avancée
Autres articles (104)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (15790)
-
avcodec/dvbsubdec : Add option to select when to computer clut (always/never/"if needed")
26 juillet 2015, par Michael Niedermayer -
Audio Thumbnail computer is HD. But on the phone, it's very difficult, bad . Problem Telegram bot php code [closed]
21 novembre 2023, par Jamoladdin Otaxonov CoderI wrote my telegram bot code in php programming language and gave a thumbnail during SendAudio and as a result the audio thumbnail is visible on the computer but vice versa on the phone. I sent the thumbnail to SendAudio via server using ffmpeg, but the result is the same. I don't know how to solve this


Briefly about the error




- 

- result
- The result I want






The three results should come out the same on computer and phone what should I do for this thanks in advance for your help


-
How to get a live stream of a computer's desktop to web browser video with the lowest latency possible ?
5 janvier 2023, par wesleyI am trying to make a remote desktop protocol that runs in your web browser.
This is what I have so far in order to capture the desktop (on windows) :


ffmpeg -f gdigrab -framerate 60 -i desktop -c:v libx264rgb -preset ultrafast -f mp4 out.mp4



Which seems to work great to capture to a file.


I have tried just piping the data out from ffmpeg to a web server and playing it in a web browser, but the video just spins and fails to load.
I've also tried changing the video format but then I lose a lot of my FPS and the video still fails to load.