Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (39)

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

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

Sur d’autres sites (4499)

  • How to resize a video to make it smaller with FFmpeg [closed]

    1er décembre 2012, par Alan

    Is it possible to resize my videos to make them smaller with FFmpeg ?

    I have an original video dimensions of 1024x576, now I want to resize the video to 720x480 to meet the requirement.

    How can I do this ?

  • lavu/tx : make slow ISA extension penalties smarter

    20 mai 2022, par Lynne
    lavu/tx : make slow ISA extension penalties smarter
    

    Instead of having a fixed -64 prio penalty, make the penalties
    more granular.
    As the prio is based on the register size in bits, decrementing
    it by 129 makes AVX SLOW functions be avoided in favor of any
    SSE versions.

    • [DH] libavutil/tx.c
  • Make a video 10h long while keeping it lightweight in filesize

    15 avril 2024, par keanu_reeves

    I created an mp4 file with no sound that is 0:17 minutes long. I also have this mp3 file that is 3mins long.

    



    I'd like to make a 10h video with those two, while keeping the filesize small. (8-15mb).

    



    Is there a way to achieve that with ffmpeg ?