Recherche avancée

Médias (91)

Autres articles (11)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (3325)

  • fftools/ffmpeg : stop explicitly closing decoders

    17 novembre 2022, par Anton Khirnov
    fftools/ffmpeg : stop explicitly closing decoders
    

    It serves no purpose, they will be closed and freed in
    avcodec_free_context() called from ist_free().

    • [DH] fftools/ffmpeg.c
  • kdenlive - Get stuck when stop capture

    9 janvier 2015, par Eduardo Ramos

    I am having problems with kdenlive to capture my webcam with ffmpeg. My environment :

    • Slackware 14.1 (current) ;
    • mlt-0.9.0-x86_64-2_SBo ;
    • ffmpeg-2.1.5-x86_64_custom-1_SBo ;
    • kdenlive-0.9.8-x86_64-1_SBo.

    My procedure :

    Go to ’Record Monitor’ tab, click on ’record’ button. The preview works very well. Some seconds later, I click on ’stop’ button, then it get stuck. That moment, my webcam remains active too.

    When I check my working folder /tmp/kdenlive, it appeared capture0000.mpg file. I can play normally with mplayer. So it seems kdenlive is working with capture and encode.

    My kdenlive capture configuration :

    • device : /dev/video0
    • Size : 160x120
    • Frame rate : 30/1
    • Alsa capture : checked

    • Encoding profile : Normal MPEG :

      f=mpeg acodec=mp2 ab=128k ar=48000 vcodec=mpeg2video minrate=0 vb=4000k

  • avcodec/scpr : stop checking for overread twice

    9 septembre 2018, par Paul B Mahol
    avcodec/scpr : stop checking for overread twice
    
    • [DH] libavcodec/scpr.c