
Recherche avancée
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (9760)
-
Revision 0d9cc0a9f0 : Code cleanup. Removing redundant 'extern' keyword, better formatting, code simp
28 février 2013, par Dmitry KovalevChanged Paths : Modify /vp9/encoder/vp9_encodeframe.c Modify /vp9/encoder/vp9_encodeintra.c Modify /vp9/encoder/vp9_encodemb.c Modify /vp9/encoder/vp9_mbgraph.c Modify /vp9/encoder/vp9_mbgraph.h Modify /vp9/encoder/vp9_onyx_if.c Code cleanup. Removing redundant 'extern' (...)
-
Revision a3c5a79426 : Clean up full-pixel search calling code Removed repetitive code. Change-Id : Ib
6 mai 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_rdopt.h
Clean up full-pixel search calling codeRemoved repetitive code.
Change-Id : Ib6adb6eaf7d4e3feeabb71651f4cc447974a925d
-
How to add silent data when no audio stream is flowing
29 décembre 2020, par EdqeThis is what I'm currently doing : How to insert silence pcm data when there is no data piping in


Since fluent ffmpeg can use ffmpeg flags, is there a way to put silent data when no actual audio stream is received.


Example :

/
represents real audio data

-
represents silent

/////////////////-----///////----//////////

Receive audio cut data cut data

From example above, put silent data on cut when no real data is received (I hope that explains a bit clearer)

I found this discussion, does this work for the example above ? If so, how can I implement it ?


Thanks in advance !