
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (63)
-
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (9243)
-
How to have all the images in a folder stacked on top of each other in ffmpeg ?
27 février 2021, par AntsyI have a folder that contains nothing but images named 1.jpg - 484.jpg. Is there a simple way to have all the images stacked on top each other in one long image in ffmpeg ? (preferably with one command)


I've searched for this thing a bunch of times but I haven't found the answer I was looking for. Thanks in advance !


-
FFMPEG images to video conversion
10 décembre 2019, par anilffmpeg -framerate 5 -start_number 10 -i ".\Scalar_Particle_Flow_1_image_0%004d.png" -s "1214x612" -pix_fmt yuv420p test32.mp4
I tried the above command to create a video file from images but I didn’t get the video.
Can you please help me ? Thanks in advance.
-
How to add delay between input and outpout with ffmpeg
12 février 2019, par ManYouTrollI would like to add the delay so that it leaves for example 1 minutes after having received with this command :
ffmpeg -i rtmp://xx1.xx1.xx1.xx1/live -f flv rtmp://xx2.xx2.xx2.xx2/delay/pass
So a shift of 1 minute between the 2 video streams.
I hope you can help me, thank you in advance.