Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (101)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (7643)

  • ffmpeg : Could not find codec parameters for stream 0 (Video : h264) unspecified size [on hold]

    15 février 2014, par dempap

    I try to convert a video from .raw to .mp4. For this reason I did download, build and install both x264 and ffmpeg. However, command :

    ffmpeg -f h264 -i output.raw -vcodec copy output.mp4

    fails with error (shown in picture below). Is there any way to fix this ?

    enter image description here

  • Fastest ffmpeg encode and codec, lowest quality [on hold]

    15 février 2014, par David542

    I have a two-hour video file that I need to make the fastest encode for. Nothing matters here except the speed of the encode. The quality does not matter at all.

    Given a machine with two cores, what would be the best ffmpeg command to accomplish this ? Here's what I'm currently using :

    ./ffmpeg -i media/test.mov -vf 'movie=media/test.png'
       -acodec copy -vcodec mjpeg -qscale 30 -threads 2
  • MinGW 64 bit , installing [on hold]

    27 février 2014, par Mark Yang

    I'm trying to compile FFMPEG in 64 bit. It seems that require mingw 64 bit. But It's quite complicate and there is no simple instruction for that. How can I do that ?