Recherche avancée

Médias (91)

Autres articles (109)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (11570)

  • avcodec/pgssubdec : fix end display time

    18 juin 2014, par John Stebbins
    avcodec/pgssubdec : fix end display time
    

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

    • [DH] libavcodec/pgssubdec.c
  • Revision dee5782f93 : Enable encode breakout in real time For real time speed 7, once encode breakout

    28 juin 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Enable encode breakout in real time

    For real time speed 7, once encode breakout is on(i.e. encoding
    setting —static-thresh=1), a proper encode breakout threshold
    is set to speed up the encoder.

    Set —static-thresh=1, RTC set borg test showed a slight overall
    psnr loss of 0.162%, but ssim gain of 0.287%. The average speedup
    on RTC set is 6%, and for some clips, the speedup can be 10+%.

    Change-Id : Id522d9ce779ff7c699936d13d0c47083de4afb85

  • FFMPEG video compress command takes time to execute in android [on hold]

    2 juillet 2014, par user3760821

    Video compress using FFMPEG in android takes time while executing command. Is there any way to decrease this time ?.i checked whatsapp which doesn’t take time to compress video.Is there any way to compress video without time delay

    I use ffmpeg library to compress video.i am able to successfully compress video.
    whatapp also doing compress video but it takes hardly one second to compress video while in my case it takes around 15second to convert 7mb video.