Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (57)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6599)

  • Champs inclus deux fois dans la liste, dans diogene

    2 janvier 2014

    Les formulaires d’édition des diogenes contiennent une option de configuration, avec un multiselect, pour choisir les champs à cacher dans le diogène. Par exemple, pour les rubriques, on propose "Descriptif" et "Texte".
    Mais dans le fichier http://zone.spip.org/trac/spip-zone/browser/_plugins_/diogene/diogene/trunk/saisies/champs_objets.html, on voit que les mêms champs sont inclus deux fois :

    • ligne 4
    • lignes 5 à 8.

    J’imagine qu’il faudrait choisir l’un ou l’autre, ou mélanger les deux.

    À noter aussi que la ligne 4 inclut les champs avec un nom traduit, alors que les lignes 5 à 8 incluent les noms des colonnes (texte, descriptif, extra) sans les traduire.

  • doc/faq : remove "-profile option fails when encoding H.264 video with AAC audio"...

    3 janvier 2014, par Stefano Sabatini
    doc/faq : remove "-profile option fails when encoding H.264 video with AAC audio" entry
    

    The error was fixed in commit ce9bd303794fcc94aa232c116bece13c5994b55b
    more than one year ago, and does not affect all the currently supported
    versions.

    In particular, fix trac issue #1535.

    • [DH] doc/faq.texi
  • Find the library calls from FFMPEG command line

    6 octobre 2013, par Budius

    I'm trying to create an Android app that will use video edition, thou, using FFMPEG for the task. I already successfully compiled FFMPEG as a library (libavcodec, libavformat, etc) and included them in the Android project.

    Note that it does not contain the ffmpeg.c that can be called as a command line and the problem is that I only know the command lines to be used for all different things I want to accomplish.

    So the question is :

    from my Linux machine, how would I call ffmpeg main() in a "debug mode" to follow line-by-line what is being calling on those libraries, so I can write methods to mimic what I need to get done ? (currently I only have Android Studio installed, but I'm open to install whatever IDE ppl might suggest)