
Recherche avancée
Autres articles (93)
-
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" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (5622)
-
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