Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (83)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • 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 (8406)

  • Revision 1715764a03056e389a1fad04c01b4c7e269e834d : report merge de r16615 La constante _EXTENSION_SQUELETTE qui indique ...

    9 décembre 2010, par Cerdic — Log

    report merge de r16615 La constante _EXTENSION_SQUELETTE qui indique l’extension d’un sauelette avait beaucoup trop d’occurrences dans le code, ce qui ne permet pas facilement de mettre en place une strategie ou plusieurs extensions seraient possibles simultanement. Il n’y a besoin que d’une (...)

  • Mix 2 audio files with android ffmpeg android

    10 novembre 2014, par user3673182

    I am developing an android application for mixing 2 audio files.And i use android ffmpeg for that.I use following lib. from GitHub
    https://github.com/guardianproject/android-ffmpeg-java

    I use following code to mix 2 audio files from activity .

    try {
                File fileAppRoot = new File(getApplicationInfo().dataDir);
                SoxController sxCon = new SoxController(fileAppRoot, new ShellUtils.ShellCallback() {
                       @Override
                       public void shellOut(String shellLine) {

                           System.out.println(shellLine);
                       }

                       @Override
                       public void processComplete(int exitValue) {

                       System.out.println("hello");
                       }
                   });
                List<string> files=new ArrayList<string>();
                files.add(Environment.getExternalStorageDirectory().getAbsolutePath()+"/Testing/me.mp3");
                files.add(Environment.getExternalStorageDirectory().getAbsolutePath()+"/Testing/il.mp3");
                sxCon.combineMix(files,Environment.getExternalStorageDirectory().getAbsolutePath()+"/Testing/ial.mp3");
    </string></string>

    but this return exit value 2 on processComplete and no new file generated for mix audio.
    This will return following problem in logs no handler for file extension `mp3’

    Thanks for any help on this..

  • Emballe medias : possibilité d’ajouter des documents depuis un répertoire du FTP

    4 mai 2010

    Il peut être intéressant d’avoir la possibilité (au moins pour les webmestres) d’avoir la possibilité d’ajouter via FTP les gros fichiers et de pouvoir les ajouter depuis emballe médias et de créer un article à partir d’eux

    Nécessite de :

    • filtrer les documents du répertoire par type lors de leur affichage (et donc par extension)
    • ajouter un selecteur
      ...