
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (41)
-
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 (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (6780)
-
Chess game video generator
11 septembre 2017, par samara-casaI don’t have a specific technical question, I rather would like to hear advices on how to come around so the task will be implemented in the most elegant way.
Can’t think on a solution that will satisfy me in terms of "elegance".I would like to create automatic video generator of chess games.
You give it the moves in PGN format, maybe some configurable options as seconds between moves or audio track and it will eventually output a video file of the game.What is the correct way to get into it ? Is there software or tools that can help me with this ? What libraries to use ? Ideas ?
-
360 degree video of my OpenGL game
23 août 2016, par woidlerI want to make a 360 degree video of my OpenGL game.
Concerning the rendering :
Is it enough to render it in OpenGL with a specific projection matrix ?
If yes, which one ?
Or can I render it into a cube map, and then encode it ?
(Which will require much more rendering power and be more complicated, which I want to avoid)And how do I encode a 360 degree video with FFMPEG ?
-
Restrict bandwidth usage in cloud game server
13 décembre 2012, par NandyI am working on cloud game server development.
During the testing of some games, there is a spike observed of around 10 MBps. Normally game consumes 4 6 MBps network bandwidth.
Is there any way to keep consumed bandwidth <5 MBps without much affecting video quality ?
720p resolution is being used. We are using x264 encoder, are there any params of this encoder which may help me out to achieve expected o/p ?