
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (32)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (4194)
-
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
-
How to transcode a video using python and ffmpeg library (no commandline call)
25 mars 2014, par mojovskiI would like to transcode a video using python and ffmpeg. But I dont want to use a command line call like
call(ffmpeg -i ....")I will need to deploy the resulting application using py2exe, thus cannot use call method.
Thanks in advance !