Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (17)

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

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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (3619)

  • wav oggenc html audio -> why it deosn't work in firefox

    19 avril 2016, par ghi

    I have very strange issue. I want to play ogg files on firefox using audio tag. But when I try to run this audio, firebug reporting this error :

    Media resource http://127.0.0.1/packhorse/src/sounds/558143.ogg could not be decoded.


    xhr.send( ( s.hasContent && s.data ) || null );

    jquery-1.8.2.js (wiersz 8416)
    All candidate resources failed to load. Media load paused.

    I creating this ogg files from wav files generated by timidity++ using oggenc command.
    When I’m trying to open this file directly in firefox, I get black screen with grey box and the following error :

    Video can't be played becouse the file is corrupt.

    But I don’t want to play video - it’s the audio file.

    I was thought that is some mime issue as long as I realized that on chrome everything work correctly. Have you know what can couse that problems ?

    You can download audio file which I want to play on firefox from here :

    http://193.17.184.23/892643.ogg
  • How to save html5 video effects

    5 novembre 2014, par CurlyFro

    i have a video file and I’d like to apply different effects like blur, black&white, etc via JavaScript and save the output to a file.

    i can probably do this with FFMPEG but it looks too complicated.

    seriously.js looks awesome but i don’t know how to save the rendered effect to a file. does anyone know how to do this ?

  • FFMPEG API to generate AVI file containg multiple video clips

    30 octobre 2014, par Yongjun Cho

    I am going to make an AVI file that includes multiple video clips and related information.
    For example, a vehicular black box with two camera channels (rear cam and front cam) needs to include the two video clips and an accelerator sensor value into an AVI file.
    Currenly, I am working on Linux and using ffmpeg for the AVI file generation but, I have no idea how to encapsulate the multiple data (two h264 videos and a sensor value related) into a single AVI file.
    Can anybody help me ?