
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (56)
-
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 (...) -
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" (...) -
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 (5699)
-
ffmpeg sync parts of video or exclude intersection frames
25 octobre 2014, par NadYI have two video files that make part of a bigger one, but both parts contain a portion that repeats itself.
Eg. v1 : 00m-16m ; v2 : 10m-20m ; the part that repeats in both videos it’s 10m-16mIs there a way I could recreate the big video by automatically detect the intersection and exclude it from one of the videos ? Or can I find the time interval of the intersection ?
Thanks !
-
FFMPEG / MinIO - How to assemble images from MinIO to mp4 [closed]
9 juin 2022, par Jacques WolmaransI'm writing a Python application where one part is capturing and storing .jpg images on a Minio server running locally. The other part is used to create a video from the batch of images.


I'm limited with storage and processing on the server its running on, so I've been trying to assemble the images directly from Minio (without downloading them first), but no luck at all.


Any advice or alternatives would be greatly appreciated.


-
Can I use ffmpeg to create multi-bitrate (MBR) MPEG-4 videos ?
5 décembre 2011, par hoangbv15I am currently in a webcam streaming server project that requires the function of dynamically adjusting the stream's bitrate according to the client's settings (screen sizes, processing power...) or the network bandwidth. The encoder is ffmpeg, since it's free and open sourced, and the codec is MPEG-4 part 2. We use live555 for the server part.
How can I encode MBR MPEG-4 videos using ffmpeg to achieve this ?