Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (48)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6825)

  • Control bitrate of video generated using opencv VideoWriter

    20 mars 2023, par darthV

    I am generating a video from a set of images using
cv2.VideoWriter(filename,fourcc,fps,size)

    


    I want to use a particular bitrate for my output videos to reduce the file sizes. I am trying to mimic a ffmpeg command which generated videos with smaller sizes. One prominent difference I noticed is the bitrate. Resolution, codec, video length are all similar.

    


    How do I change the bitrate when I generate videos using opencv in python ?

    


  • ffserver : free AVStream st before wiping context

    25 avril 2014, par Reynaldo H. Verdejo Pinochet
    ffserver : free AVStream st before wiping context
    

    Should fix FFmpeg Coverity Scan issue #732269

    Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>

    • [DH] ffserver.c
  • lavd/xv : free resources on errors

    13 novembre 2013, par Lukasz Marek
    lavd/xv : free resources on errors
    

    xv_write_header callback leave not freed resources on errors.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Signed-off-by : Stefano Sabatini <stefasab@gmail.com>

    • [DH] libavdevice/xv.c