
Recherche avancée
Autres articles (100)
-
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. -
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 ;
Sur d’autres sites (14416)
-
Revision 481b834842 : Fix vp10 high bit-depth build Change-Id : Ie3daed0b282b43ef81d2f8797ac1f6e8bde7d
11 septembre 2015, par Jingning HanChanged Paths :
Modify /vp10/encoder/encodemb.c
Modify /vp10/encoder/rdopt.c
Fix vp10 high bit-depth buildChange-Id : Ie3daed0b282b43ef81d2f8797ac1f6e8bde7d65e
-
FFmpeg - sharpening the high pass filter
11 août 2024, par kubinka0505I'm writing the command that is resampling the audio file and adding the high-pass filter to it.


In the software that I'm using, the high pass filter is very sharp - the problem is that I don't know how to sharpify the filter in FFmpeg.


I've experimented with some options but none succeded. How can I achieve that ?


ffmpeg -i "Audio.wav" -ar 44100 -af highpass=f=5000 "Audio_HP.wav" -y








 What FFmpeg does 

What I want 







 









-
x86 : Fix SIGILL in high bit-depth intra_sad_x3_4x4_sse2
8 juillet 2014, par Henrik Gramner