
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (47)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (7804)
-
FFMpeg create a video from a large number of images
15 décembre 2016, par Herman YanushSo I have a directory, where script ran by cron puts photos from my webcam. And I want to make a sort of timelapse. So i want to join this images to a video, one image = new frame (no delay).
So i have a jpg images filenamed
YYYY-MM-DD_HH_MM-webcamshot.jpg
And i want to join them into a mp4 video.
I found out that i can do it with FFMpeg for ex. with this command
ffmpeg -pattern_type glob -i '*.jpg' -c:v libx264 output.mp4
(from here)But unfortunately this only joins the first 600 (or a bit more) of 2.5K images in the directory.
So i want to know :
-
Can FFMpeg join more images (maybe unlimited amount) ?
-
Is it problem of using -pattern type glob instead of wildcard ?
-
If it can’t, how to split images into directories and make videos from these directories and then join or rename images to format like
img01729.jog
so wildcardimg%04.jpg
can be used ?
FFMpeg on Linux Mint (ubuntu 16.04).
-
-
Can you crop a photo to fit a circle using ffmpeg ?
11 septembre 2021, par L04DB4L4NC3RI know that ffmpeg is very advanced and can be used to crop both photos and videos in order to rescale them. Bit mostly everything I've come across online uses the X and Y coordinates to crop a photo in ffmpeg. How can we use this to crop a photo in the form of a circle rather than a rectangle ?


-
How to send bmp frames from OpenCV to FFMPEG to get streamed
27 août 2020, par Hamza GhizaouiI don't need an exact solution or code, just the big picture.
So, there is a camera sending 4000x3000 images to (Format BMP) a software using OpenCV. the photos get downsampled to 1920x1080 and then sent to FFMPEG to be encoded to h264 or h265 and then streamed.


I want to know how to establish a connection between OpenCV and FFMPEG. I would also want to know if there are better alternatives