
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (105)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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 (6774)
-
How demuxing works in Ffmpeg ?
9 septembre 2013, par OmkarI am trying to understand how demuxing works for hls in FFMPEG.
I think this should be handled in libavformat/hls.c.
Not able to figure out- Where/How exactly we populate stream information in AVFormatcontext ? Informations such as number of streams and an array of streams in AVFormatcontext.
- What's the difference between hls.c and hlsproto.c ?
Please clarify.
Thanks. -
Facebook Video on iOS
23 mai 2012, par user1320885Right now I am making a Facebook application for iOS. When a make a Facebook request, it returns some videos. I need help and I can only find things online about uploading videos. So my question is how would I play those Videos ?? Is there any way to return the videos in a preferred video format for iOS. I understand that you need to use ffmpeg is that true and if so can someone help me implement this ??
Thanks,
Virindh Borra -
How to compile ffmpeg statically for android
17 octobre 2013, par Gonzalo SoleraI´m new on native code, ndk and all of this. I have been searching for a good tutorial but I don´t understand them so much. How can I compile FFmpeg statically for android ? I need to encode h264 too. I don´t know how to use the NDK (I have it downloaded on a windows and on a linux os but I think it´s better to use it on linux). Please, I would need detailed answers...
Thanks !!