
Recherche avancée
Autres articles (93)
-
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 ;
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (8638)
-
avfilter/vf_geq : Add support for reading sample sums and means of rectangles
6 décembre 2019, par Michael Niedermayeravfilter/vf_geq : Add support for reading sample sums and means of rectangles
This allows integrating box blur style filters in geq.
Without this computing the mean of an area in geq would have been excessivly slow
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
from_file function of pydub's audiosegment is only reading about 5 seconds of audio every time
17 janvier 2020, par Johan DinglerI’m calling from_file on a .webm audio file in order to convert it to .mp3.
The mp3 is successfully generated, however it’s always a bit short of 5 seconds long (between 4600-4800 ms everytime). I have no idea what is going on. After reading the original .webm into the audiosegment, I print it’s length and it’s 4600-4800. This is my code :pydub.AudioSegment.converter = '/opt/bin/ffmpeg'
audioSegment = pydub.AudioSegment.from_file('/tmp/audioFile.{}'.format(event['audioFormat']), format=event['audioFormat'], codec=event['codec'])
print('length of audio ', len(audioSegment))
audioSegment.export('/tmp/output.mp3')Any ideas what might be going on ?
-
avformat/mov : Add simple ACLR atom reading to set the color range of the incomming...
19 février 2015, par Kevin Wheatleyavformat/mov : Add simple ACLR atom reading to set the color range of the incomming track for codec’s like DNxHD that utilise AVID’s proprietary atom.
On input ACLR will be used to set colour range no matter which codec
it is associated with.
No change for when it will be output.Rework mov_read_extradata function to allow detection of truncated
atom reads by callers.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>