
Recherche avancée
Autres articles (53)
-
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 (7442)
-
How can i calculate the frame length of an audio file with FFMPEG API
7 avril 2014, par user1143745How can i calculate the frame length of an audio file with FFMPEG API ? I'm writing my app in visual c++ 2013 based on ffmpeg C Api. I managed to open my audio file and use ffmpeg to get some info about the file (av_dump_format) but i don't know how to get the single audio frame length.
I know every format has its own length and method to get it but ffmpeg allows to get parts of the audio file without to reencode so it have to know this.
How can i get it ? Maybe decoding the first frame only and getting the length ? There are better methods ? -
Why must FFmpeg's af_atempo filter be in the [0.5, 2.0] range ?
19 juin 2018, par Theo TianWhen I tried to use this filter with FFmpeg, I found the audio tempo argument must be in this range [0.5, 2.0].
But I don’t understand why the audio tempo filter’s argument has to be in this range.
Why does it have to be in this range ?
-
Why must FFmpeg's af_atempo filter be in the [0.5, 2.0] range ?
9 août 2016, par Theo TianWhen I tried to use this filter with FFmpeg, I found the audio tempo argument must be in this range [0.5, 2.0].
But I don’t understand why the audio tempo filter’s argument has to be in this range.
Why does it have to be in this range ?