
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
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
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (81)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (12264)
-
How can we create a video by merging images with animation and music in php-ffmpeg ? or other way ?
10 décembre 2016, par Hardik JoshiI am looking for some way where you can merge images with animation and music in background same as you see in facebook 2016 year in review video. I am not sure but Is it possible using php-ffmpeg or php video toolkit http://sourceforge.net/projects/phpvideotoolkit/ if yes then how ?
Thanks -
How to enable third party login providers in .NET with sessionState set to SQL Server ?
12 novembre 2015, par RodMy requirements are to create a webapp allowing third party logins (facebook specifically) and allow users to upload and share video.
My development environment is :
- Visual Studio Express 2013 for Web
- SQL Server 2012
- ASP.NET MVC project using C# deployed to Azure
I’ve found invaluable information on Stack Overflow for using oAuth2 with third party login providers, and for enabling SQL Server session state, but what I would like to know is how can I use both of them together ?
I originally started using SQL Server session state because the site loses session when a video is saved on the server, converted using NReco videoconverter, then saved to blob storage. However this broke my third party logins which need sessionState set to OFF.
I tried accounting for this by converting the video STREAM with FFMpeg, and then saving directly to blob storage, but I still lose session.
Any help would be appreciated on the topics of : Why am I losing session with NReco.VideoConverter ? How to use third party logins with sessionState set to SQL Server ?
[Get Uploaded Video][1] [convert media][2]
[1] : http://i.stack.imgur.com/ubuAj.jpg [2] :
http://i.stack.imgur.com/LxV1U.jpg -
How do I create a 360 [stereo] panorama video of a virtual scene using OpenGL or DirectX ?
14 novembre 2015, par Prashant RainaLike many of you, I have seen the magical 360 degree videos doing the rounds on Facebook right now. I would really like to know how to programmatically create such a video using OpenGL or DirectX, but I found surprisingly little information about it.
There are several issues I am not clear on :- How do I set up my vertex and fragment shaders to render a frame of 360 video ?
- Do I have to generate one image per frame, or a cubemap, or something else ?
- Once I have the frames, how do I combine them into a single video file for upload ? My Googling suggests that I should use ffmpeg, but I couldn’t figure out which parameters to use, or what sort of input it expects for 360 video.
- What additional steps are needed to make a stereo 360 video ?
I am not asking how to render an existing video onto the screen, or how to use physical cameras for 360 video.
Thanks in advance !