
Recherche avancée
Autres articles (79)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...)
Sur d’autres sites (9208)
-
vp8 : make mv_min/max thread-local if using partition threading.
5 avril 2017, par Ronald S. Bultjevp8 : make mv_min/max thread-local if using partition threading.
Fixes tsan warnings like this in fate-vp8-test-vector-007 :
WARNING : ThreadSanitizer : data race (pid=65909)
Write of size 4 at 0x7d8c0000e088 by thread T1 :
#0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede)
[..]
Previous write of size 4 at 0x7d8c0000e088 by thread T2 :
#0 vp8_decode_mb_row_sliced vp8.c:2519 (ffmpeg:x86_64+0x100995ede) -
How to have avbin.dll in a local directory (not C :\Windows\System) (for pyglet 1.2.4)
16 mai 2019, par DootUsing pyglet 1.2.4, I am using avbin.dll to allow me to play audio and all sources say it needs to go into C :\Windows\System. This works, but I would like to put in in a local folder, so that when it is downloaded, the user does not need to explicitly put it there.
How can I make it so that I specify the directory of avbin.dll/have in the same folder as the code ?
Here, avbin.dll is in the folder with the code, but I can’t find how they did it.
https://github.com/surajsinghbisht054/Python-Media-Player/tree/master/Python%20Media%20Player%20Version%200.0.1/Tools
I tried going through it but I didn’t find anythingI tried
pyglet.options["search_local_libs"]
but it was already set to true.
I also added it to the path variable, but this didn’t change anything.
The intention was to be able to play audio files.
Additionally :
Using pyglet 1.4, I tried usingffmpeg
andffmpeg-pyglet
, which works great, except thatpyglet.app.run()
is required to stop the first part of the track playing on repeat, but its mainloop interferes with tkinter’s and I can’t seem to get either working in threads, which is why I reverted back to 1.2.4. -
Revision ac830b3970 : Merge "Using local variable for token_cache."
3 décembre 2013, par Dmitry KovalevMerge "Using local variable for token_cache."