
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (57)
-
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9108)
-
Writing to a custom output with FFmpeg AVIOContex
3 septembre 2015, par Joe AllenSo I have been reading about using AVIO struct to be able to load from a custom source. Here are the posts I have been reading :
How can libavformat be used without using other libav libraries ?
Reading a file located in memory with libavformat
But in each of these posts talk about loading data from a different source.
What about if you want to write your converted data to a different source for instance ? How would you go about it ? Ideally, I want to avoid as much file I/O as possible. -
Writing to a custom output with FFmpeg
3 septembre 2015, par Joe AllenSo I have been reading about using AVIO struct to be able to load from a custom source. Here are the posts I have been reading :
How can libavformat be used without using other libav libraries ?
Reading a file located in memory with libavformat
But in each of these posts talk about loading data from a different source.
What about if you want to write your converted data to a std::string for instance ? How would you go about it. Ideally, I want to avoid as much file I/O as possible. -
ffmpeg how to remove black background overlay image on video [duplicate]
5 mai 2021, par Abhi Panchal'ffmpeg -y -i video.mp4 -i bells_sticker.png -filter_complex "[1:v]rotate='90*PI/180:c=black@0'[rotate] ;[rotate]scale=238:238[b] ;[0][b] overlay=100:50:enable='between(t,0,20)'" -codec:a copy StickerWithVideo.mp4'


I get black background behind the input image


try also this for remove background


c=0x00000000
c=none






i'm say thanks in advance