
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (63)
-
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 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (7855)
-
ffserver streaming
12 juin 2012, par user1450092i edited ffserver.conf file, with bindaddress 0.0.0.0, ACL allow with localhost. And in the stream section 'ACL allow 192.168.0.0 192.168.255.255 , whereas my ffmpeg command : ffmpeg -i inputfile.flv http://192.168.0.1:9090/feed1.ffm. I unable to stream with this command. can you provide alternate ffmpeg commands. Is it possible to stream the video with the VLC using ffserver
Thanks in advance,
sree7k7 -
ffmpeg add alpha to the video
3 octobre 2014, par death_relic0Basically I have a video with a green background, and I mean a perfect green background (red = 0, green = 255, blue = 0) and I want to convert this to alpha (i.e add an alpha channel where 0 255 0 corresponds to alpha)
I am very new to ffmpeg so I can’t figure this out. I am guessing it has something to do with the alphamerge option.
THanks in advance
-
FFmpeg on Xcode
4 octobre 2013, par user2741735I'm developing an app for ios which uses IP Camera to stream live videos to the user. I installed macports and ffmpeg using terminal on my mac. I have taken the IP Camera output and converted into .ts file using ffmpeg on terminal. Now I want the procedure to do the same using Xcode i.e. writing code in xcode to convert IP Camera output to .ts files.
Thanks in advance.