
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (58)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (9816)
-
ffmpeg adding play image to thumbnail output
26 août 2014, par StealthRTHey all I am currently able to get a thumbnail capture from my MP4 video by doing the following command line :
[Sets Per-file main options time_off start time offset]
|| [The # of start time offsets]
|| || [Sets input video file option]
|| || || [Video file name here]
|| || || || [Sets video option to # of video frames to record]
|| || || || || [Asking for the first frame]
|| || || || || || [Name of the captured video frame]
|| || || || || || ||
\/ \/ \/ \/ \/ \/ \/
ffmpeg -ss 0 -i vidfile.mp4 -vframes 1 frame.pngNow as I said above, this command works just fine in producing a thumbnail of the first frame of my MP3 video. However, I am needing to place an overlay image of a "play" button on top of that newly created frame image.
Is there another command that i can tell it to overlay another image on top of frame.png ?
The image I would like to overlay on top of the frame looks like this (a transparent PNG) :
Any help would be great ! Thanks !
-
Anomalie #2427 (Nouveau) : vignette sur image trop grosse
24 novembre 2011, par Ben .15:02 reprenons 15:03 de ce que tu décris et ce qui arrive de temps en temps : 15:03 un utilisateur poste une GROSSE image, SPIP essaye de générer une vignette de cette image, mais php n’y arrive pas car pas assez de mémoire en général 15:03 ok 15:04 fil> c’st affreux comme situation Benny_b (...)
-
Ffmpeg how do I put image behind video at fixed position [duplicate]
30 janvier 2020, par andrew cumminsI have an image (720x1280) I want to use as the canvas. I want to put a video in front of the Image but at a specific section and output to mp4. I attached a screenshot
I’m familiar with the overlay command but not sure how to get the video overlay in that exact location.
ffmpeg -loop 1 -i image.png -i video.mp4 -filter_complex "[1:v]scale=400 :-1[fg] ;[0:v][fg]overlay=(W-w)/2 :(H-h)/2:shortest=1" output.mp4
[Screenshot idea]