Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (92)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (10870)

  • dxva2_vc1 : signal skipped p frames

    12 décembre 2013, par Hendrik Leppkes
    dxva2_vc1 : signal skipped p frames
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dxva2_vc1.c
  • ffmpeg compile terminated with signal 9 killed [on hold]

    25 décembre 2013, par faraway

    When I compile ffmpeg, at the last stage, it gives compile is terminated with signal 9 killed.

    Do you know how to solve this issue ?

  • How to record webcam video signal with video4linux2 ?

    17 décembre 2013, par ShoxSpartan

    I need to record a video from my webcam with ffmpeg.

    I tried with this command : ffmpeg -re -f video4linux2 -i /dev/video0 video.avi.

    And I received that : The v4l2 frame is 24384 bytes, but 153600 bytes are expected.

    When I try the same operation with avconv with this command : avconv -f video4linux2 -i /dev/video0 video.avi I received the same error.

    But I can receive the video from my webcam with this command : gstreamer-properties.

    How to configure v4l2 to get signal video from my webcam ?