
Recherche avancée
Autres articles (59)
-
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 ;
-
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 (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (10668)
-
Audio equalizer using FFmpeg
28 septembre 2015, par Evgeniy KharchenkoI’m developing audio player using FFmpeg. I want to add audio equaliqer to my app, but I don’t know how to do it. I know that FFmpeg has a FFT functions, but I have count of samples that not mutch with any power of 2. I also tried to use other FFT libraries, but I have some noise on my audio after equalization.
Can anybody help me to understand how to use FFmpeg’s FFT functions or any oter ways to implement audio-eq using FFmpeg ? -
Does ffmpeg now natively support DTS-HD decoding ?
20 octobre 2017, par Tom ArrowI know there used to be a —enable-libdcadec switch, but the newest builds available on ffmpeg.org don’t have it enabled.
Also, DTS-HD is listed in the available decoders list.
Also, I’ve seen some commit from not long ago that said "Remove libdcadec, we already have it merged internally"
Also, I do get different results depending on whether I try to decode dtshd or dts files. (encoded directly to flac 5.1)
So, any official statement on this ? Can I trust this ?
-
How install ffmpeg on wamp server (windows 7 - x64)
15 avril 2015, par MoonLightPlease take a look at all these depricated links :
http://stackoverflow.com/search?q=Install+ffmpeg+in+windowsi installed wamp server on my windows 7 (x64) machine and want to install ffmpeg on it.
here is my wamp server version :
wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64bhere is the official web site of ffmpeg :
http://ffmpeg-php.sourceforge.net/i am really confused where can i download ffmpeg extension for php5.5.12 and how install it ?
in their official web site there is only one link for download :
http://sourceforge.net/projects/ffmpeg-php/and those downloaded files need perl to run and there is no dll files inside them.
would be really appreciate to help me step by step to install ffmpeg in my wamp server.