Recherche avancée

Médias (91)

Autres articles (40)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6757)

  • Html page for displaying video in mobile

    11 décembre 2012, par Viswa

    I am developing php pages for mobile, in one page i have to display video,
    now i am testing the php page in google chrome, but in Google chrome not playing mp4,avi,etc. chrome playing only ogg and ogv format.

    I heard about ffmpeg, i installed in my Ubuntu 12.4 environment,
    but it is also not converting to videos to ogg and ogv fromat.
    it converting other format like mp4,avi,ect.

    Displaying video using

    <video width="320" height="240" controls="controls" autoplay="true">
     <source src="/SeeSayDo/&lt;?php echo $model->av;?>"></source>
    </video>

    user may uploads any video format like avi,mp4,flv,etc, so i have to display any format they uploaded.

  • [#292] Fix ClearType bug that appears when opening colorbox for the 2nd time on IE8.

    19 décembre 2012, par dstosik

    m colorbox/jquery.colorbox.js [#292] Fix ClearType bug that appears when opening colorbox for the 2nd time on IE8. The bug was due to the fact that jQuery.support.style is TRUE on IE8, although it was expected to be false. jQuery.support.leadingWhitespace is used instead, as it is false from (...)

  • ffmpeg and windows command line

    6 janvier 2013, par Kasper DK

    I am trying to use ffmpeg for windows to convert thousands of images and sounds to a single video file.

    ffmpeg -i apples.jpg -i oranges.jpg -i orangessound.wav -i bananas.jpg -vcodec mpeg4 test.avi

    My delphi program generates the command line as a string, and I use shellexecute to call it.

    But is it true that a command line cannot be longer than 8191 characters ? If so, can ffmpeg read the parameters from a file instead ?

    It is not possible in this case to rename the pictures with consecutive numbers