
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (74)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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.
Sur d’autres sites (11419)
-
Install ffmpeg on Windows server 2008 [closed]
23 mars 2013, par Tamer SherifI need to install ffmpeg on windows server 2008 with IIS 7, I have a php script "Youtube Clone" and i need to use this script to upload and encode videos.I have searched the internet but i couldn't find a good tutorial for this.
-
FFmpeg Lame output buffer too small, fix in Windows ?
4 juillet 2012, par TylerAll the search results for this seem to return Linux command line solutions.
The bug means that although a video is successfully converted, an error message
"lame : output buffer too small (buffer index : 10398, free bytes : 394)
Audio encoding failed (avcodec_encode_audo2)"is returned to the software that I am using with it. Apparently, downgrading the version of lame to 3.97 will solve this problem. But again, I have only found fixes for this in Linux.
Edit : I get the above error message when I try to convert a given Mpeg file to flv using the following (or similar) command :
"-i " + sourceVideoPath + " -sameq -ar 22050 " + outputVideoPath;
The error message is same whether run from my program or direct from the command line.
I have also tried to download the latest static version of FFmpeg from here but the error message remains.
Could anyone direct me on how to downgrade the lame version in windows, or point me to a download without the bug, or tell me of any other way to solve this ?
-
iPhone recorded videos getting rotated on Windows systems [migrated]
11 mars 2013, par SaurabhI am recording videos on iPhone and uploading them to my Linux server. Users can see these videos on website. If users are seeing videos on mac or iDevices the video is looking fine but when users are seeing that video on windows systems these videos are getting rotated.
I am assuming this is because of some apple's flag in the recorded video which Windows systems are not able to read. Can I record videos in some way so they don't get rotated on Windows systems ? Or is there any way I can re-encode videos with proper interface orientation using FFmpeg ?
I am open to both FFmpeg or iOS way.