
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (90)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (4956)
-
Revision 357b65369f : AVX2 Variance Optimization Optimizing the variance functions : vp9_variance16x16
29 décembre 2013, par levytamar82Changed Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Add /vp9/encoder/x86/vp9_variance_avx2.c
Add /vp9/encoder/x86/vp9_variance_impl_intrin_avx2.c
Modify /vp9/vp9cx.mk
AVX2 Variance OptimizationOptimizing the variance functions : vp9_variance16x16, vp9_variance32x32,
vp9_variance64x64, vp9_variance32x16, vp9_variance64x32,
vp9_mse16x16 by migrating to AVX2
some of the functions were optimized by processing 32 elements instead of 16.
some of the functions were optimized by processing 2 loop strides of 16
elements in a single 256 bit register
This optimization gives between 2.4% - 2.7% user level performance gain
and 42% function level gain.Change-Id : I265ae08a2b0196057a224a86450153ef3aebd85d
-
It is possible stream chunks from a mpegts video file to VLC Player and how I can format UDP packets on MPEG-TS format ?
27 juillet 2023, par ArendarI've been searching about UDP Streaming. I know that I can stream video files with LibVLC but... It is possible to do this with UDPClient in C# ?

I'm stuck with a work that consist on stream video file chunks into VLC player... But sending byte packets with UDPClient just does nothing. How could be streamed these chunks ?

I've tried to encode a mp4 file into a MPEG-TS file, then extract the bytes with a fileStream and last send it into packets of 1500 bytes. But when I see at the VLC console register I see this errors.

VLC console shows error with UDP Streaming with UDPClient.

-
Merge commit ’71a0472114574993df7035f4de9aa007e03817b8’
24 janvier 2017, par Clément BœschMerge commit ’71a0472114574993df7035f4de9aa007e03817b8’
* commit ’71a0472114574993df7035f4de9aa007e03817b8’ :
checkasm : arm : report the first clobbered register in checkasm_checked_callAlso includes 446353ea18, 59aeed93e4, and 37961044c6 to avoid breaking
too much stuff.Merged-by : Clément Bœsch <u@pkh.me>