
Recherche avancée
Autres articles (62)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (8452)
-
How to print(show) video(or image) on mfc window with ffmpeg [on hold]
3 septembre 2014, par user3867261I want to make a video editor that has functions like playing video (h.264), drawing lines and figures on frames and video.
So I got c++ ffmpeg library, and example code for encoding h.264.
But I don’t know how to display video and image on mfc window.
How can I do this ?
I want to develop simple h.264 player on my mfc-project.
-
FFmpeg slide show duration from text file
8 mai 2022, par krvI am using ffmpeg to create a slideshow of images from a list of files. I am using the following command.


ffmpeg -f concat -i List.txt output.mp4



How can is set the duration of all the images in the list to 5 seconds so each image is displayed for 5 seconds ?


Thanks


-
FFMPEG - Doesn't show -vstats
22 juillet 2015, par Mateusz KasprzakI’m working with ffmpeg library and PHP. I want to get informations about video.mp4.
The problem is that it works on my localhost( Windows 7/ Xampp ) , but on my linux server it doesn’t... I’m able to convert videos, but I’m not able to use :-vstats
I’m using that command :
$output = shell_exec( '/usr/bin/ffmpeg -i video.mp4 -vstats 2>&1');
And I can get proper output on localhost, but not on my server. What could be the problem here ? I’m trying to finish it, but it seems it’s impossible...
Best Regards,
Mateusz