Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (64)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • ffmpeg log file size limitation

    6 mars 2014, par user3248865

    In my project I need to process ffmpeg log, so it is redirected to a file.
    I wonder if there is a chance to set size of this file where ffmpeg writes log. My ffmpeg command captures webcam input, so the file size is increasing endlessly.
    I know I can use pipes, but it is an alternate solution.
    Thanks in advance.

  • How to reduce the size of watermark using FFMPEG

    6 août 2020, par Junaid Farooq

    I have 2 images :

    



      

    1. a PNG which is a log
    2. 


    3. thumbnail which is JPG

      



      ffmpeg -i thumb-168pa-usrao.jpg -i evercam-logo-white.png  -filter_complex  'overlay=x=(main_w-overlay_w):y=(main_h-overlay_h)' test.jpg

    4. 


    



    how we can reduce the size of watermark ? to half of its size ?

    


  • How to map pixel or point units to ffmpeg font / text size

    17 août 2020, par Rehan

    I have a web page form where I take text size in pixel or point units pass to ffmpeg and run ffmpeg command to set text size but they don't match. what is the ffmpeg text size standard unit or is there any way I can convert pixels or units into ffmpeg text size so they don't differ.