
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (28)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...)
Sur d’autres sites (6003)
-
Encode RGB565 raw data using ffmpeg libx264 for android
23 janvier 2014, par nmxprimei have below questions regarding android implementation
-
How various video codecs differ especially `which are stream based and which are frame based'
-
Over many forums and questions everyone is talking SPS,PPS,etc., so where i can find enough details about codec(Please mention something other than RFC documents !!) to understand it and use ffmpeg relevantly ?
-
From this Is it possible to use in-built HW Decoders od android devices ? If so, How ? Do i need to use OpenMax-IL (or AL or DL , i mean which is for what ?)
-
Does ffmpeg supports H264 encoding of RGB (or RGBA) or RGB565(or RGB555) input data through libx264 ?
-
If my requirement is only h264 encode & decode, can i use libx264 without ffmpeg ?If so any sample/guide ?
-
-
Revision ba6ab46cdc : Optimze inv 16x16 DCT with 10 non-zero coeffs - P1 This commit is the first pat
7 janvier 2014, par Jingning HanChanged Paths :
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
Optimze inv 16x16 DCT with 10 non-zero coeffs - P1This commit is the first patch optimizing SSE2 implementation of inverse
16x16 DCT with <10 non-zero coefficients. It focused on the first 1-D (row)
transformation. It exploits the fact that only top-left 4x4 block contains
non-zero coefficients, in a 2-D inverse 16x16 DCT with <10 coeffients.The average runtime of idct16x16_10 unit is reduced from
883 cycles -> 779 cycles (12% faster).For pedestrian_area_1080p 300 frames at 4000 kbps, the speed 2 runtime goes
down from 310651 ms -> 305910 ms. The decoding speed goes up from
80.37 fps -> 80.87 fps.Change-Id : Ic6f3ac5a637a76c07ba73ddaafe318a699fea645
-
lavc : do not force the emu edge flag
20 janvier 2014, par Anton Khirnov