
Recherche avancée
Autres articles (56)
-
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" (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (7656)
-
Added .gitignore to Node files directory to ignore uploaded files.
31 mai 2013, par blueimpAdded .gitignore to Node files directory to ignore uploaded files.
-
How to convert video files into .exr image files using FFmpeg in windows 10 [closed]
27 janvier 2023, par gustavo de paula silvaI'm having some trouble getting this conversion done. With other image formats like PNG and JPEG things go smoothly and easy, but i can't get .exr files working.


ffmpeg -i 0002_Coarse_Particles.mov -pix_fmt rgba teste_%05d.exr




I have tried this line, but it dont work with .exr


has someone have this same issue ?


-
How to live stream a local video using FFmpeg
7 mai 2017, par param trivediI am trying to get used to the FFmpeg library, and currently, I have been trying to stream local video on VLC using FFmpeg.
The command I have been using is :
$ ffmpeg -i sample.mp4 -v 0 -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000
I have not been able to stream the file on VLC.
Any help is appreciated.