
Recherche avancée
Autres articles (33)
-
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 ;
-
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 (...)
Sur d’autres sites (6632)
-
how to multiply and rename one image to n-times in ffmpeg
27 avril 2022, par LookAndSeefor making a video i want to multiply one image of a folder e.g. for 30fps and 30sec to 900 times with an uprising index.


How can i copy on image n-times and rename it with ffpeg ?


How i did it by now :


mark all Strg C + Strg V
mark all Copy + Paste
2-4-8-16-32-64-128-256-576-1152


numbering i did with total commander "multi-rename-tool"


i like to do it with a loop-function in ffmpeg but i have no idea.
Has someone a suggestion and can help me please ?
thx in advance !


-
FFMPEG : AAC Number of bands exceeds limit
6 avril 2017, par user1902291I am using the FFMPEG C API to decode the audio in an MP4 file.
My code works when decoding an OGG or MP3 file, but fails on the first frame of AAC audio in an MP4
I get this error from
avcodec_send_packet(codecContext, packet)
[aac @ 0x7f80eb9e3a00] Number of bands (31) exceeds limit (5)What is the "number of bands" and how do I increase it ? What does this message really mean ?
Thank you in advance
-
run ffmpeg with multiple threads
12 février 2012, par xhammerOk i have learnt how to convert videos files using vb.net and ffmpeg. But as far as i know we cannot use multiple threads to run same exe file to convert files. Do you know how i can convert multiple videos using one external exe file (ffmpeg) ?
I have not tried because my computer time was over. So iam just asking a general doubt whether if we attach it to one process then wouldn't the process get locked ? Then can we multi-thread this application or not ?
Thanks in advance.