Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (39)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

Sur d’autres sites (4928)

  • vc1 : Make INIT_LUT() self contained

    24 avril 2013, par Michael Niedermayer
    vc1 : Make INIT_LUT() self contained
    

    Move the local variables it uses into the macro, enclosing them
    in a do {} while (0) scope.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/vc1.c
  • ffmpeg make gif file size too big

    26 octobre 2023, par Allen_Tsang

    I am trying to make gif from video by ffmpeg, but the output gif file size is too big.

    &#xA;&#xA;

    &#x27;/usr/bin/ffmpeg&#x27; &#x27;-ss&#x27; &#x27;00:00:00.00&#x27; &#x27;-t&#x27; &#x27;5&#x27; &#x27;-i&#x27; &#x27;/htdocs/vv.mp4&#x27; &#x27;-vf&#x27; &#x27;scale=480:-1&#x27; &#x27;-gifflags&#x27; &#x27;&#x2B;transdiff&#x27; &#x27;-y&#x27; &#x27;/htdocs/gg.gif&#x27;

    &#xA;&#xA;

    the input file size is just 259k, and the output file size is 1.7M.

    &#xA;&#xA;

    Is there a simple way to lower down the gif size ?

    &#xA;

  • Make video file playable in html5

    1er décembre 2015, par Léo Le Gall

    I have a video file with Codec : H264 - MPEG-4 AVC (part 10) (h264). I want to make it playable in html5 <video></video>.

    I have another file that is Codec : H264 - MPEG-4 AVC (part 10) (avc1), which is playable in <video></video>.

    So, the only difference as I can see is (h264) vs (avc1).

    How can I make the first file playable in <video></video> with the least CPU usage ? I want to use ffmpeg or similar tools from terminal.