Recherche avancée

Médias (91)

Autres articles (66)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (10679)

  • Revision 37740 : On ne se prend pas la tête à maintenir deux fonctions qui au final sont ...

    27 avril 2010, par kent1@… — Log

    On ne se prend pas la tête à maintenir deux fonctions qui au final sont plus ou moins identiques La class pour ajouter de nouveaux formulaire est multilang / pour ne pas prendre en compte un input ou textarea, il faut lui donner la class .nomulti Une traduction en anglais rapide pour tester (...)

  • Error Cross Compiling : hidden symbol ... final link failed

    14 mai 2015, par haxan7

    I am getting the following error when compiling opencv with ffmpeg.

    ..../arm-none-linux-gnueabi/bin/ld : ../../bin/opencv_test_core : hidden symbol `__sync_val_compare_and_swap_4’ in ..../arm-none-linux-gnueabi/bin/ld : final link failed : Nonrepresentable section on output
    collect2 : ld returned 1 exit status

    I have no idea what this means. How do I fix this ?

    Edit :
    I am cross compiling for ARM using codesourcery’s arm-2009q3 compiler.
    I using cmake and make to compile.

  • Is final muxed filesize of two input streams to ffmpeg always equal to = stream1size + stream2size ?

    20 octobre 2013, par Stacked

    When using this command $cmd = "ffmpeg -i " .  $inputaudioURL . " -i " .  $inputvideoURL . " -acodec copy -vcodec copy muxed.mp4"; will the final filesize (for use in Content-length header) always equal to file-size of $inputaudioURL + $inputvideoURL ?