
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (96)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
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 (8335)
-
How to play a video inside a UIView with ffmpeg/sdl
25 février 2015, par jAckOdEI’m trying to make a video player that can play various video format with ffmpeg and sdl2, and I need to display video frames inside a UIView. After looking into SDL api and its samples i couldnt find a way to do it. SDL use
SDL_Renderer
to render image in to aSDL_Window
, which holds a reference to aUIWindow
(the main UIWindow of the app), not a particularUIView
.Any suggestion ?
-
play a video inside a UIView with ffmpeg/sdl
17 octobre 2012, par jAckOdEI'm trying to make a video player that can play various video format with ffmpeg and sdl2, and I need to display video frames inside a UIView. After looking into SDL api and its samples i couldnt find a way to do it. SDL use
SDL_Renderer
to render image in to aSDL_Window
, which holds a reference to aUIWindow
(the main UIWindow of the app), not a particularUIView
.Any suggestion ?
-
How to play rtsp stream in android using ffmpeg
29 août 2018, par msjI want to play rtsp stream using ffmpeg library. I was buid ffmpeg for android and also I try to save rtsp stream to file it’s work fine.
my commandffmpeg -i rtsp://@URL -acodec copy -vcodec copy abc.mp4
now I want to view my ip camera live stream video using ffmpeg. Have any ideas.
Thanks for ur time.