
Recherche avancée
Autres articles (37)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (10559)
-
vqf : Make sure the bitrate is in the valid range
28 septembre 2013, par Martin Storsjö -
ffmpeg output file the same length as source files
29 mars 2020, par b1nkh4x0rI want to create a mixdown that will be the exact same length as the two files that I’m overlaying.
I’ve got an instrumental (accompaniment.mp3) and vocal (vocals.mp3) file.
accompaniment.mp3 file is duration=**178.863600**
vocals.mp3 file duration=**178.863600**When I successfully create a mixdown of the two audio files into one (mixture.mp3) the output file is longer.
ffmpeg -i accompaniment.mp3 -i vocals.mp3 -filter_complex amerge=inputs=2 -ac 2 mixture.mp3
mixture.mp3 file duration=**178.886531**How can I create a mixdown that is the exact same length as the source files ?
-
softfloat : decrease MIN_EXP to cover full float range
25 novembre 2016, par Andreas Cadhalpunsoftfloat : decrease MIN_EXP to cover full float range
floats are not necessarily normalized, so a normalized softfloat needs
MIN_EXP lowered by 23 to cover that range.Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>