
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (53)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Les images
15 mai 2013 -
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...)
Sur d’autres sites (7695)
-
How can I stream images from a remote server to a mobile app in real-time ? [closed]
1er mars 2024, par Tharunkumar AmpoluI have a setup where I connect to a remote server via SSH to retrieve images captured by a robot. Currently, I am using scp to transfer these images to my local system, where I then use FFmpeg to convert them into a video for storage.


However, I would like to explore the possibility of converting these images into a video on-the-fly as they are added to the remote server folder, with the goal of streaming this video feed to a mobile app.


My requirements are as follows :


The image stream needs to be transmitted to the mobile app in real-time.
I would prefer to avoid storing the images locally and instead stream them directly from the remote server to the mobile app.
The streaming solution should be scalable and support a high frame rate (30fps).
Could anyone suggest an approach or provide guidance on how to achieve this ? Specifically, I'm interested in methods for continuously converting images into a video stream on the remote server and then streaming this video feed to a mobile app in real-time.


Any insights, code examples, or recommendations for tools and libraries that could help accomplish this task would be greatly appreciated.


-
FFmpeg Combining a list of images with a fade
1er avril 2020, par UsuallyHelplessI have images for sort of a slideshow in a folder. I want to overlay them on a moving background with a fade in between. Like when an image is about to change, it slowly fades out and then another image starts to fade in to replace the previous one.



This is what I have but it only works for ONE image. How to do this with multiple images ?



ffmpeg -i background.mp4 -f concat -i list.txt -filter_complex "[1:v]fps=25,fade=in:st=1:d=3,fade=out:st=5:d=3[ovrl];[0][ovrl]overlay" output.mp4



-
Where can I download images/videos for all kind of pixel formats ?
15 janvier, par BukibarakI am developing a software that use FFMPEG
AVPixelFormat
for images and videos. I want it to be compatible with most common pixel formats.

Is there a website where I can download images/videos that have all kind of pixel formats for testing purpose (like RGBA, BGRA, YUV, Greyscale, ...) ?