Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (79)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (7670)

  • Legal issues in shipping apps based on Electron framework (libffmpeg)

    21 juin 2021, par Manmohan Singh

    We're in the process of building and deploying a desktop based app on electron v 12.0.7. It'll be a (free) commercial software deployed to 2-3M users worldwide.
Recently our legal team enquired about the proprietary codecs bundled with chromium and I thought the best way to confirm this would be to reach out here.

    


    So, here're specific things that I need help with :

    


      

    1. Are we shipping chromium with proprietary codecs ? If yes, what are potentially contentious codecs that come by default in chromium bundled with electron v 12.0.7 ?

      


    2. 


    3. Is there any documentation around how the electron team builds chromium (with what flags) ?

      


    4. 


    5. Is the default libffmpeg.dylib/dll bundled with electron building ffmpeg with support for things like H.264 and MP3 codecs ?

      


    6. 


    7. I noticed there are libffmpeg binaries available with each electron build, e.g. https://github.com/electron/electron/releases/download/v12.0.7/ffmpeg-v12.0.7-darwin-arm64.zip . What's the purpose of this binary ?

      


    8. 


    


    Any help would be appreciated.

    


  • Revision adf4293e4e : Adapt strength of AQ2. Adapt the use of segmentation in AQ mode 2 based on the

    4 juin 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_aq_complexity.c


     Modify /vp9/encoder/vp9_segmentation.c



    Adapt strength of AQ2.

    Adapt the use of segmentation in AQ mode 2 based on
    the ambient kf/arf/gf Q.

    Disable segmentation where the rate per SB is very
    low and overheads are likely to outweigh the benefits.

    This patch reduces the -ve average metrics impact
    of AQ mode 2 while allowing stronger 3 segment AQ
    in some cases. Average improvement 0.5-1.0%.

    Change-Id : I5892dfcc7507c5cc6444531cc7fe17554cf8d0c7

  • Nodejs based video creation using ffmpeg with multiple images having distinct timegap inbetween

    22 novembre 2017, par Aman Kumar Aggarwal

    Trying to create video content out of multiple images.
    But need to create video with images on dynamic timeline

    i.e
    image1->0sec
    image2->5sec
    image3->8sec
    ... so on

    Any help will be useful. Currently using below git reference in nodejs but couldn’t achieve above scenario. It asks for loop value we tried to create it dynamic with float value but doesn’t work.

    https://github.com/h2non/videoshow

    We passed images list of 6 images and total timeline of images is 14seconds of which video is to be created.

    But when we create video it depends on loop value under options which push time lag between images content to create video and for an example if we keep it 3 then video length will be 6*3=18sec

    Please help of how to manage same.