Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (61)

  • Les images

    15 mai 2013
  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (8496)

  • mov : Rely on box type rather than file type for colr atom

    23 mars 2015, par Vittorio Giovara
    mov : Rely on box type rather than file type for colr atom
    

    Although it’s not allowed to use only allows ’nclc’ in ISOM files, there
    are samples that do not always respect this rule. This change prevents
    atom overread and a spurious color range initialization.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavformat/mov.c
  • Révision 18937 : Ne pas générer d’erreur si on spécifie le type => on ne souhaite que le type en ...

    27 janvier 2012, par kent1 -

    Cassait inc-sel-rubriques en lui envoyant des array et générait des erreurs SQL (sur les documents en tout cas apparemment) Le problème se posait notamment sur : * Un site vide * Création d’une rubrique puis un article * Ajout d’un document * La page de modification de ce document (au moins (...)

  • matlab 'system'command in linux

    30 octobre 2014, par Liu Jingyu

    I can run my program on terminal. but if I type the same command in matlab like system('myprogram'), the program would cause a runtime error. The program is to use ffmpeg to play a video, and I know ffmpeg (if not well installed) can cause the problem. But now ffmpeg is well installed and configured. Also, PATH in matlab and linux are the same. So I think in no sense this would happen, but why ?