Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (12)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

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

Sur d’autres sites (4384)

  • Anomalie #3647 : #INTRODUCTION

    11 janvier 2016, par Ivan Lewkowitz

    Hello Franck, désolé, voici plus de détails :

    Il s’agit d’un Spip 3.0.21 mis à jour en 3.1 via Spip_loader.
    J’ai suivi les indications de maj. Les plugins sont compatibles (couteau suisse).
    Base de données : MySQL (exportée du site online via l’admin de Spip et réimportée en local, toujours via l’admin Spip, même version évidemment). Le fichier se termine en .sqlite (et non .dump ou autre).
    Le codage de la base est tout en utf-8, idem pour le site lui-même.

    Online, le site est en Spip 3.1 et Php 5.2 (module Apache) alors que dans Mamp, c’est Php 5.6.10 qui tourne (ou Php 7 au choix). Quand on passe d’une version à l’autre de Php en local, la première balise #INTRODUCTION est ignorée (le DIV accueillant l’intro est vide au lieu d’afficher un paragraphe).
    Ça c’est pour l’intro dans une boucle ARTICLES.


    [(#INTRODUCTION800|liens_ouvrants|propre)]

    Mais bizarrement, j’appelle aussi l’intro en survol sur des titres d’articles plus loin, et ça fonctionne sans problème :

    Donc… mystère. Donc pour résumer ma première balise intro ne saute qu’en local et avec Php 7 (donc rien de dramatique). J’ai pas essayé d’activer Php 7 chez mon hébergeur ; c’est proposé en beta encore.
    A ta dispo.

  • Facebook Video on iOS

    23 mai 2012, par user1320885

    Right now I am making a Facebook application for iOS. When a make a Facebook request, it returns some videos. I need help and I can only find things online about uploading videos. So my question is how would I play those Videos ?? Is there any way to return the videos in a preferred video format for iOS. I understand that you need to use ffmpeg is that true and if so can someone help me implement this ??

    Thanks,
    Virindh Borra

  • Convert .mp3 to .mov or .mp4 on iPhone SDK

    2 août 2014, par Sebastian

    How are you guys ? I’m working on a little idea I had yesterday and I’m a little stuck with an mp3 conversion.

    At this time, my app does the following :

    1. Receive an input text.
    2. The app generate a speech using an online API and download the generated .mp3 file to the app document’s folder.

    Now I need to convert the .mp3 to .mov or .mp4 and then grab it to the camera roll, so the user can share the video on Facebook, Whatsapp, or wherever he wants.

    Is there some easy and memory friendly way to convert from .mp3 to .mp4 without "writing a video" ?
    Thank you !