
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (87)
-
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 (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)
Sur d’autres sites (11402)
-
x86 : SSSE3 LUT-based faster coeff_level_run
5 avril 2013, par Jason Garrett-Glaserx86 : SSSE3 LUT-based faster coeff_level_run
2x faster coeff_level_run.
Faster CAVLC encoding : 1%,2%,7% overall with superfast,medium,slower.
Uses the same pshufb LUT abuse trick as in the previous ads_mvs patch. -
ffmpeg configure for ios - using asm options causes MPx (mp1, mp2, mp3) codecs sound problems
18 avril 2013, par hard gamerI've made many tests to get good performance for video decoding with ffmpeg on low cpu idevices such as iPad 1 and iPhone 3Gs, and see that using asm option when configuring ffmpeg for cross compiling for ios is very very important for performance..
But when I configure with —enable-asm, the audio stream which using mpx(mp1,mp2,mp) codec sounds squeaky.
If I configure with —disable-asm option, than mpx(mp1,mp2,mp) codec sounds well but then the performance is %50 percent of the previous one built with the —enable-asm option...I've also tested these with the ffmpeg versions that are 0.8, 0.9, 0.10, 0.11, 1.0,1.1,1.2
All of them produces same results...Can anyone have the same problem with me ? Also, any idea how can I fix this issue ? please advice me .. (I can not find any patch to fix this issue on the net or in ffmpeg forums.)
-MS
-
Revision ae64e7b408 : Removed shadow warnings : postproc.c decodframe.c threading.c and denoising.c A
14 mars 2013, par Scott LaVarnwayChanged Paths :
Modify /vp8/common/postproc.c
Modify /vp8/decoder/decodframe.c
Modify /vp8/decoder/threading.c
Modify /vp8/encoder/denoising.c
Removed shadow warnings : postproc.c decodframe.c threading.cand denoising.c
Adding -Wshadow to CFLAGS generated a bunch of warnings. This patch
removes these warnings.Change-Id : I434a9f4bfac9ad4ab7d2a67a35ef21e6636280da