
Recherche avancée
Autres articles (50)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 ;
Sur d’autres sites (10784)
-
ffmpeg batch image generation with multiple images [on hold]
4 mai 2014, par user3597867I’m currently generating images of a video every X seconds (in this case, 1 image every minute). I have a command line that works perfectly, but I would like to make it work on batches of videos as opposed to each video individually. Is this possible ? I’ve used PHP scripts on a batch of videos to generate one image at X seconds, but I’d like more than one image per video.
This is the command line that I use on individual videos :
ffmpeg -i INPUT.mp4 -f image2 -vf fps=fps=1/60 -b:v 64k OUTPUT-%05d.jpg
-
FFMPEG Rotates Image
1er avril 2022, par Ajay KumarI'm trying to create a thumbnail from the jpeg image, but it gets rotated when it is generated, here is my try out


input image (2.9 MB)


https://drive.google.com/file/d/15HvWlIqwYBsHGVppkAj19zOhaQ_jpepw/view?usp=sharing


Here is my code


'ffmpeg -hide_banner -v warning -i input.jpeg -filter_complex "[0:v] scale="250":"334":flags=lanczos,split [a][b]; [a] palettegen=reserve_transparent=on:transparency_color=ffffff [p]; [b][p] paletteuse" destfile.jpeg'



out put image




Even i tried with -noautorotation , but it seems to be no effect.


Can you please let me know how i can prevent this from rotating. it will be very helpful form me .. Thanks in advance.


-
How to make 3gp from audio and image in Android ?
20 mai 2015, par adeltahirI have problem at make 3gp video from audio and image.
is there any simple way to make video fro audio and one image ? or can you provide some example of it ?
Thank you.