
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (41)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 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. -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (8824)
-
avfilter/af_dynaudnorm : do not clip audio
4 janvier 2020, par Paul B Mahol -
How to get output of the ffmpeg to the var and upload it using curl ?
3 juillet 2022, par H4CK3R 5M4CK3Rhow to get the output of the ffmpeg to the var and upload it using curl, like here


ffmpeg -i test.mp4 -f avi pipe:1 | cat > out | curl -F document=@"$out" https://api.telegram.org/bot<token>/sendDocument?chat_id=
</token>


In this command test.mp4 is input file and out put is out


Here I am trying to store output of ffmpeg to a var named
out
and then trying to upload it to telegram directly but nothing happen. Is there any way to do it ?

-
AAC encoder : check for NaNs/inf in TNS gain
21 janvier 2016, par Claudio Freire