
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 (58)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9669)
-
build : isolate sdl-to-sdl2 aliasing
30 août 2017, par Clément Bœschbuild : isolate sdl-to-sdl2 aliasing
This simplifies incoming SDL related changes by removing potential
mismatching states of sdl and sdl2 variables. Since a component can have
all kind of states (such as unset, enabled, disabled or requested),
keeping these variables in sync manually in random places is not robust. -
Can ffmpeg place Mp4 metainfo at the beginning of the file ?
10 février 2014, par mczarnekAs I understand, ffmpeg by default places all meta info at the end of the file when generating mp4s.
Source : http://www.stoimen.com/blog/2010/11/12/how-to-make-mp4-progressive-with-qt-faststart/What I need to do is create the video, one frame at a time and then stream it. This is impossible if the header info is at the 'end' of the file. But is it possible to move this to the beginning or otherwise work around this ? I would definitely prefer to not have to switch to another library and use it instead.. we're already over-budget on this project.
Edit : Has to be done within code as I am converting one frame at a time and would like to then instantly stream it instead of command like.
-
How to make transparent background of image after rotating using ffmpeg in Android ?
18 juin 2020, par Mit ShahThe issue I am facing is, rotating the image in app, it works as expected. But after saving the file, the difference is seen. The image is rotated but with black background instead of transparent. I have looked several places for solution but didn't succeed.



I have tried this things :



- 

- In command, c=none, c=black@, c=black@0, c=000000, c=0x000000
- With both extensions jpg and png.







But failed to get the required output.



For practical understanding, here are the two images stating Input and Output.



Help me out. Thanks



Input :




Output :