
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (62)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (4815)
-
Why are Iphone videos upside down ?
7 juillet 2017, par hendryI have a video file captured using the standard Camera app copied off my Iphone5 using btsync :
orig.mov: ISO Media, Apple QuickTime movie
That plays upside down in mplayer or vlc.
When I transcode it using AWS’s elastictranscoder using a standard preset :
elastictranscoder.mpg: ISO Media, MPEG v4 system, version 1
That transcoded video file plays back the right way up.
When transcoding myself, using ffmpeg I need to explicitly rotate the video otherwise the resulting mp4,webm files are upside down.
So I am guessing AWS’s elastictranscoder auto rotates the video somehow. However why is the video upside down to begin with ?
-
Why are Iphone videos upside down ?
1er avril 2014, par hendryI have a video file captured using the standard Camera app copied off my Iphone5 using btsync :
orig.mov: ISO Media, Apple QuickTime movie
That plays upside down in mplayer or vlc.
When I transcode it using AWS's elastictranscoder using a standard preset :
elastictranscoder.mpg: ISO Media, MPEG v4 system, version 1
That transcoded video file plays back the right way up.
When transcoding myself, using ffmpeg I need to explicitly rotate the video otherwise the resulting mp4,webm files are upside down.
So I am guessing AWS's elastictranscoder auto rotates the video somehow. However why is the video upside down to begin with ?
-
Having issues compiling ffmpeg 0.11.1 for iPhone
1er août 2012, par ron garayI'm only asking this because I've successfully built previous versions of ffmpeg. Currently I use 0.10.2 since 0.11.1 fails.
This is the errors I get when compiling 0.11.1
CC libavcodec/arm/h264dsp_init_arm.o
CC libavcodec/arm/h264pred_init_arm.o
Unable to identify target architecture at /usr/bin/gas-preprocessor.pl line 82.
CC libavcodec/arm/mpegaudiodsp_init_arm.o
AS libavcodec/arm/jrevdct_arm.o
CC libavcodec/arm/mpegvideo_arm.o
libavcodec/arm/jrevdct_arm.S:72:garbage following instruction — `ldr r11,.Lpicoff\'
libavcodec/arm/jrevdct_arm.S:73:Unknown pseudo-op : .Lpic
libavcodec/arm/jrevdct_arm.S:73:Rest of line ignored. 1st junk character valued 92 ().
libavcodec/arm/jrevdct_arm.S:75:Unknown pseudo-op : .altmacro
libavcodec/arm/jrevdct_arm.S:76:Unknown pseudo-op : .noaltmacro
make : * [libavcodec/arm/jrevdct_arm.o] Error 1I would want either of these :
1)Fix this issue an compile ffmpeg for armv7
2)Know what I have to put in a script to ensure I'm downloading ffmpeg 0.10.2Thank You