Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (49)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (10004)

  • configure : fixes vda compilation issue.

    4 novembre 2011, par Sebastien Zwickert

    configure : fixes vda compilation issue.

  • avcodec : Resolve the codec_id compatibility issue.

    24 octobre 2011, par Michael Niedermayer

    avcodec : Resolve the codec_id compatibility issue.

  • Strange issue with FFMPEG

    19 octobre 2011, par Raphael Milani

    I´ve been facing a strange issue with ffmpeg. I´ve tried converting videos MP4 to FLV but the ffpmeg doesn´t convert the whole of video. For example if the video has 10min the ffmpeg only converts 09 min and 30 seconds.
    I´ve been using this command to convert :

    -y -i "<$InFilePath$>" -ab 56 -ar 44100 -b 900000 -r 30 -s 832X468 -aspect 16:9 -f flv -qscale 2 "<$OutFilePath$>"

    Has anyone faced this problem ?