
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (111)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (10397)
-
AWS Lambda tmp disk limit with ffmpeg
21 avril 2022, par AlmajuI am using AWS Lambda to render videos using ffmpeg. It is a basic function that downloads external clips, merges those, then uploads the result to S3.


This function needs to be able to scale quickly because I need to generate a lot of videos in a short time period.


The problem is that I reach the
/tmp
disk limit of 512MB because the same lambda environment is reused by the different requests. I have increased that memory limit to temporarily solve the problem but it does not feel scalable.

I have looked into EFS but the requirement to use a VPC and a NAT to have internet access sounds really heavy for my simple needs.


Is there a way to output the result of ffmpeg directly in S3 (thus not needing the temporary folder) ? Or perhaps force to respawn a clean lambda environment if the memory is about to be full ?


-
UPnP Video Streaming with Node.js and FFMPEG - How can I relay the live stream from FFMPEG to Device ?
20 octobre 2016, par Hadi77- I tried relaying the stream from FFMPEG to a WebSocket connection but how can this happen in HTTP ?
- As it is not a full-duplex connection, I have to use a buffer somehow.
So how can I use a buffer for getting stream to the TV (my UPnP Target device) ?
I’m encoding the stream to H.264, and it is a Live Stream.
-
Configure error , library not found on OS X
8 juin 2017, par Infinite PossibilitiesI would like to compile the ffmpeg and I receive this error :
ERROR: libmp3lame >= 3.98.3 not found
I copied the library to
/usr/...
and also to/usr/local/...
I also have this in my script :
CFLAGS="-arch $ARCH -I/usr/local/include"
Do you have any more hint why does this happen ?