
Recherche avancée
Autres articles (37)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (5500)
-
lavc/dsd_tablegen : speed up table generation
29 décembre 2015, par Ganesh Ajjanagaddelavc/dsd_tablegen : speed up table generation
Tables are bit identical.
Sample benchmark (Haswell, GNU/Linux+gcc) :
old :
814485 decicycles in dsd_ctables_tableinit, 512 runs, 0 skipsnew :
356808 decicycles in dsd_ctable_tableinit, 512 runs, 0 skipsBinary size should essentially be identical, and is in fact identical on
the configuration I tested on.Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com> -
Options for cross-platform video & audio playback with speed control [on hold]
11 janvier 2016, par Jon CookI’m looking for a component that will do the following :
- (Must) Playback most common video formats (e.g. mp4, wmv, AVCHD, F4V, swf, MKV, DIVX, Mov, Avi, MPEG-1, MPEG-2, flv, VOB, asf)
- (Should) Stream video
- (Must) Playback most common audio formats (e.g .mp3, wav, .m4a, .mid)
- (Should) Stream audio
- (Must) Slow-down/speed up video&audio
- (Must) Adjust pitch of video&audio
- (Should) Zoom in on video
It needs to work on the following platforms :
- (Must) Mac
- (Must) iPad
- (Should) iPhone
- (Should) Android
- (Should) Windows
I’m prepared to work with any language, tech stack, whatever, as long as it meets those requirements.
Is there any such thing out there ?
I’ve started looking around (have checked out http://ffmpeg.org/ and www.vitamio.org/) but I’m a bit overwhelmed - too many variables - hoping someone out there might have some hints ?
-
FFmpeg 3.0 vs 3.1.1 decoding speed is different for 1920x1280 (3.1.1 is slow)
20 août 2016, par Hwangho KimI’m now making video player with ffmpeg.
I’ve been using ffmpeg 3.0 and I upgrade it to 3.1.1.
For 1920x1280 video (30fps), 3.1.1 decoding speed is slow so video stopped frequently for local video but 3.0 has no problem.
I’m now using same build script for those.https://github.com/kewlbear/FFmpeg-iOS-build-script
What’s the problem ?