Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (93)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les images

    15 mai 2013
  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (6897)

  • System command - doesn't get return

    28 novembre 2011, par waxical

    Seem to have a problem with PHP system command - I place a command with it and if return code is above 0 - I cite failure otherwise I carry on.

    It never seems to return on FFMPEG commands lower than a certain number of seconds (generally 3-5 seconds duration video encodes that are very quick to encode). Is this something that'd be from FFMPEG not returning properly or system command ?

    An example command :-

    system('ffmpeg -i /home/test.wmv -f flv 340x160 -vcodec libx264 export.flv', $returnCode);
    if($returnCode > 0) { error(); }

    The only way to get round this seems to be to run a timer and check log files if nothing back after an amount of time but if anyone has any pointers - be gratefully received.

  • undefined reference to `__stack_chk_guard'

    20 décembre 2011, par moose

    I'm trying to debug the ffmpeg (0.8.7) on x86 Windows OS.
    When I run configure with the -fstack-protector-all and -fstack-check I get this in config.log :

    gcc -mms-bitfields -fstack-protector-all -fstack-check -I/home/moose/x264 -c -o /tmp/ffconf.AZMYgppf.o /tmp/ffconf.NLPWVejs.c
    gcc -Wl,—add-stdcall-alias -L/c/installs/x264/x264-snapshot-20111206-2245 -o /tmp/ffconf.ZgseLpWd.exe /tmp/ffconf.AZMYgppf.o /c/installs/x264/x264-snapshot-20111206-2245/libx264.a
    C :/DOCUME 1/moose/LOCALS 1/Temp/ffconf.AZMYgppf.o:ffconf.NLPWVejs.c :(.text+0x2f) : undefined reference to

    __stack_chk_guard'
    C:/DOCUME~1/moose/LOCALS~1/Temp/ffconf.AZMYgppf.o:ffconf.NLPWVejs.c:(.text+0x44): undefined reference to

    __stack_chk_guard'
    C :/DOCUME 1/moose/LOCALS 1/Temp/ffconf.AZMYgppf.o:ffconf.NLPWVejs.c :(.text+0x4b) : undefined reference to `__stack_chk_fail'
    collect2 : ld returned 1 exit status
    C compiler test failed.

    Where did I fail ?

    EDIT :
    I can't answer my own question, so I'll add the comment here :

    Solved.. I had to link it against the libssp.a
    However, there is no change with these two swiches (-fstack-protector-all and -fstack-check ) at all :-(

  • Revision 66270 : reactivons 2 feuilles qui passent en less et importent css/variables.less ...

    26 septembre 2012, par cedric@… — Log

    reactivons 2 feuilles qui passent en less et importent css/variables.less de bootstrap pour tenir compte de la configuration.
    De plus on fait une surcharge de scaffolding.less pour definir les spip_logos a partir d’une classe existante. En commençant par un @import "bootstrap/css/scaffolding.less" on a pas besoin de forker : les definitions s’ajoutent à la feuille de bootstrap
    + de la mise en forme sur la home (on essaye d’en faire le moins possible)