
Advanced search
Other articles (102)
-
Gestion de la ferme
2 March 2010, byLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
Les autorisations surchargées par les plugins
27 April 2010, byMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Contribute to a better visual interface
13 April 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
On other websites (10566)
-
Anomalie #3475: Une mini coquille dans une clé de chaîne de langue du core
11 June 2015, by placido roxingLe formulaire a déjà était modifié. Au temps pour moi.
-
Using FFMpeg with Asp .Net Core and video stream
15 August 2022, by Gaetano LenociI'm implementing an API that allows the user to send a video stream and generate thumbnails. I'm using asp.net core and Azure Blob Storage. The interface of API is this:


[HttpPost]
 [Route("test_upload")]
 public IActionResult TestUpload( IFormFile mediaFile ) {
 //->store mediaFile
 //->generate thumbnail
 //->save thumbnail
 return Ok();
 }



I need to do two main things:


- 

- Generate a thumbnail
- Get video information such as the duration






I tried to use libraries from Nuget, but all of this needs the file path and I don't have the file path, just the video Stream or the Blob from the Blob Storage after saving. So, my question is, how can I manage video directly from the stream using FFmpeg or another tool?


I know Azure Media Services provide a lot of tools to manage media files such as videos and audio, but it's too slow for videos that are just 2Mb and 30 seconds long. And I don't need to encode the video, create streams or other things like that. I just need to take video information from a Stream and store the video on the Storage.


Any idea? Thanks!


Update 1:
I wrote a workaround by creating a folder for temporary videos, I just save the video in this folder, create the thumbnail and delete the temp file. But I don't know if this practice has some bad side effects.


-
Anomalie #3447: reporter https://core.spip.net/projects/spip/repository/revisions/20729 et https:...
12 May 2015, by Maïeul Rouquettevisiblement le report avait été fait puis annulé
https://core.spip.net/projects/spip/repository/revisions/20747
https://core.spip.net/projects/spip/repository/revisions/20745donc changer le titre du ticket pour adapter au probleme. Je le résume : de temps en temps SPIP compile de squelettes avec une global profondeur_url incorrecte. Du coup on obtient des mauvaises urls.