Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (94)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

Sur d’autres sites (9830)

  • swresample : Use double and float for matrixes for best quality and speed

    18 août 2016, par Michael Niedermayer
    swresample : Use double and float for matrixes for best quality and speed
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswresample/rematrix.c
    • [DH] libswresample/swresample_internal.h
  • Speed up FFMPEG Mixing Two Audio Files slow

    21 septembre 2016, par Jeremy

    I’m working on a FFMPEG command to mix two audio input’s, combine them (layer ontop of each other), adjust their volumes, and print out to an output. On a 99 second input, it takes about 93 seconds to finish processing and on Mobile, that is way to long.

    I’ve read that I could possibly use -copy to skip reencoding the files, but am unsure of how to do this. Only one of the files are created by the user, so the second input could just be a copy. I have tried using the different presets, fast, ultrafast, and medium but still there is a time delay.

    FFMPEG Command :
    http://pastebin.com/b9u4Snxw

    Any ideas on how to speed this up and reduce processing time ?

    EDIT : Here are my Logs from a successful mix of a recording that was 30 seconds long.
    http://pastebin.com/WxAYWimi

  • Encoding.com transcoding speed

    19 août 2016, par TheDoctor

    ffmpeg presets are :

    ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow and placebo

    How should my json request look like if i want as encoding speed slow ?

    My json so far :

    {
       "query": {
           "userid": "79943",
           "userkey": "XXX",
           "action": "addMedia",
           "notify": "aw3somevideo@gmail.com",
           "format": [{
               "output": "mpeg_dash",
               "sizes": "426x240,640x360",
               "bitrates": "400k,800k"
           }, {
               "output": "ipad_stream",
               "sizes": "426x240,640x360",
               "bitrates": "400k,800k"
           }]
       }
    }