
Recherche avancée
Autres articles (60)
-
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 (6960)
-
creating thumbnails from multiple videos
28 septembre 2020, par blueI have multiple videos, and i want to create a thumbnail image for each video.i also want the image thumbnails to have the same names as the videos and have specific width/height.

Is it also possible to have ffmpeg create thumbnails with a specific aspect ratio and instead of stretching the video it could add black bars ?

Now i don't know a thing about how ffmpeg works so i looked up a tutorial online and configured it,tested out a simple script and it worked.

i found what the script i was looking for but i don't know a thing about bash scripts so it just throws an error and i don't how to figure it out.


for f in *.mp4; do ffmpeg -i "$f" -ss 00:00:03 -vframes 1 -s 480x320 "${f%.mp4}.jpg"; done



-
ffmpeg join two mp4 videos one after another
7 juin 2019, par Grbe1lI’ve got 2 videos I want them to join into one video using ffmpeg. I am running these commands in Java so I need it to use the command line so no other programme solutions apply. I have tried many different ways but non seem to work. So i got a video of 35 seconds and one of 5 seconds I need a output of 40 seconds this never seems to happen. if anyone could help it would be greatly appreciated
-
ffmpeg join two mp4 videos one after another
24 septembre 2015, par Grbe1lI’ve got 2 videos I want them to join into one video using ffmpeg. I am running these commands in Java so I need it to use the command line so no other programme solutions apply. I have tried many different ways but non seem to work. So i got a video of 35 seconds and one of 5 seconds I need a output of 40 seconds this never seems to happen. if anyone could help it would be greatly appreciated