
Recherche avancée
Autres articles (75)
-
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" (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8085)
-
mov : Rely on box type rather than file type for colr atom
23 mars 2015, par Vittorio Giovaramov : Rely on box type rather than file type for colr atom
Although it’s not allowed to use only allows ’nclc’ in ISOM files, there
are samples that do not always respect this rule. This change prevents
atom overread and a spurious color range initialization.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
-
Révision 18937 : Ne pas générer d’erreur si on spécifie le type => on ne souhaite que le type en ...
27 janvier 2012, par kent1 -Cassait inc-sel-rubriques en lui envoyant des array et générait des erreurs SQL (sur les documents en tout cas apparemment) Le problème se posait notamment sur : * Un site vide * Création d’une rubrique puis un article * Ajout d’un document * La page de modification de ce document (au moins (...)
-
Is it possible to stream the output of an ffmpeg command to a client with dot net core ?
11 mars 2021, par InondleI'm trying to take two videos and transform them with ffmpeg into a single video. It works great if you take the two videos, run them through ffmpeg and then serve that file up via an API. Unfortunately the upper range for these videos is 20 minutes, and this method takes too long to create the full video ( 30 seconds w/ ultrafast).


I had an idea to stream the output of the ffmpeg command to the client which would eliminate the need to wait for ffmpeg to create the whole video. I've tried to proof this out myself and haven't had much success. It could be my inexperience with streams, or this could be impossible.


Does anyone know if my idea to stream the in-progress output of ffmpeg is possible / feasible ?