
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (97)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (8818)
-
Improve LPC order guess
3 décembre 2014, par Martijn van BeurdenImprove LPC order guess
The recent compression preset retuning improved upon most material
but it the few tracks that show regression are usually classical
music. This patch improves compression by improving the LPC order
guess, of which classical music benefits most.Improvement is 0.007% on average but up to 0.1%. I haven’t seen
regressions for any of my test samples.Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>
-
Revision 8350e7fe38 : Make intra prediction pointers RTCD-based. This probably has a mildly negative
9 juillet 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/common/vp9_reconintra.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/common/x86/vp9_recon_sse2.asm
Delete /vp9/common/x86/vp9_recon_wrapper_sse2.c
Modify /vp9/encoder/vp9_mbgraph.c
Modify /vp9/vp9_common.mk
Make intra prediction pointers RTCD-based.This probably has a mildly negative impact on performance, but will
(in future commits - or possibly merged with this one) allow SIMD
implementations of individual intra prediction functions. We may
perhaps want to consider having separate functions per txfm-size
also (i.e. 4x4, 8x8, 16x16 and 32x32 intra prediction functions for
each intra prediction mode), but I haven't played much with that
yet.Change-Id : Ie739985eee0a3fcbb7aed29ee6910fdb653ea269
-
Layering 2 Audio Files at Set Times in Node.js
8 janvier 2017, par Tom RoweJust typed a massive question and realised I was wasting space and time, so I shortened it, will answer any questions of context if needed :
PROBLEM
I have a short audio file "name.mp3" and a long audio file "Vocals.mp3", and i’m trying to make an output file where the audio from "name.mp3" occurs multiple times over "Vocals.mp3"**.
For the sake of this thread lets just say every 20 seconds.
TRIED
So far I have been using "Fluent-ffmpeg" and have just started using "Sox-audio" but I’m open to suggestions of other packages. I have been able to split "Vocals.mp3" into parts and concatenate "Name.mp3" inbetween, but this has led to timing issues.
I have also been using the Mix() method from Sox but haven’t been able to find a working system of starting each "name.mp3" input at set times.
I’ll continue looking for more threads about this topic and if i find an answer i’ll share it here.
Cheers !