Recherche avancée

Médias (91)

Autres articles (41)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (7319)

  • What is Video Lagrange factor and how to achieve Constant bit rate ?

    12 décembre 2011, par Tarun

    I want to perform transcoding using FFMPEG. My target is to acheive CBR i.e Constant bit rate. But even using option like -maxrate and -minrate I am unable to acheive it.
    I know when converting to x264 if I choose CBR, it will deteriorate the video quality but I am OK with it since I want to use it for streaming.

    Please help me asap

  • Separate mxf_essence_container_uls for audio and video.

    10 décembre 2011, par Carl Eugen Hoyos

    Separate mxf_essence_container_uls for audio and video.

  • How to convert video to `m4v` with `ffmpeg` ?

    9 mai 2016, par Silver Light

    I’m trying to encode a video to m4v, so I can play it using jplayer on my website, but having troubles while specifieng correct parameter to ffmpeg. Here is the command I use :

    ffmpeg -i 1.avi -vcodec mpeg4 -f m4v -qmax 8 1.m4v 2>&1

    The video I get with this command won’t play in jplayer and even in Totem Movie Player (on ubuntu). But if I try the demo video from jplayer website evrything works fine.

    Can anyone give me a hint on what parameters I need to specify to ffmpeg to get a working m4v video, like the one with a bunny ?