Recherche avancée

Médias (91)

Autres articles (29)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (3180)

  • Merge commit ’557c1675cf0e803b2fee43b4c8b58433842c84d0’

    31 mars 2017, par James Almer
    Merge commit ’557c1675cf0e803b2fee43b4c8b58433842c84d0’
    

    * commit ’557c1675cf0e803b2fee43b4c8b58433842c84d0’ :
    arm : vp9mc : Minor adjustments from review of the aarch64 version

    This commit is a noop, see 68caef9d48c4f1540b1b3181ebe7062a3417c62a

    Merged-by : James Almer <jamrial@gmail.com>

  • FFMPEG change bitrate only

    8 mars 2014, par Palejandro

    I have .ts file with corrupted, lets call it, metadata. Bitrate value is 0, so mediaplayer cannot play that file. Rest of the file is fine (If I convert it, for example, into mp4 it can be played with no problem)but I dont want to convert it, I only need to modify bitrate value. I tried to modify it, but I had to copy that file, and it took much time. I dont want to modify fps,resolution,format,etc.., I only need to "rewrite" bitrate value. Is it possible ?

    this is what I've tried so far (different variations) :

    "-i", inputFile,
       "-b", "1500k",
    //  "-minrate", "1200k",
    //  "-maxrate", "2000k",
    //  "-bufsize", "12000k",
    //  "-ab", "64k",
       "-vcodec", "libx264",
    //"-acodec", "aac", "-strict", "-2",
    //  "-ac", "2",
    //  "-ar", "44100",
    //  "-s", "1280x720",
    //  "-y",
      "-f", format,
    outputFile
  • Merge commit ’baeb59d89beda499688e528c6a269d2b255b66f2’

    24 mars 2014, par Michael Niedermayer
    Merge commit ’baeb59d89beda499688e528c6a269d2b255b66f2’
    

    * commit ’baeb59d89beda499688e528c6a269d2b255b66f2’ :
    avconv : rewrite output data size tracking

    Conflicts :
    ffmpeg.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
    • [DH] ffmpeg.h