Recherche avancée

Médias (91)

Autres articles (75)

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

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (10416)

  • ffmpeg take snapshot from webcam in windows 10

    12 juin 2019, par mrpatg

    Attempting to use ffmpeg to grab a snapshot from my USB webcam in windows 10.

    ffmpeg -f mjpeg "video=HD Pro Webcam C920" "C:\projects\webcam\" -vframes 1 -s 1920x1080 -ss 10 test.jpg

    Returns :

    Output #0, mjpeg, to 'video=HD Pro Webcam C920':
    Output file #0 does not contain any stream

    I think I might have something backwards here, but I’m not sure what.

  • configure : use TMPM in check_header_oc

    5 avril 2014, par Michael Niedermayer
    configure : use TMPM in check_header_oc
    

    Some compilers when given -x objective-c will tell that they dont support
    that but return success. Using a .m file instead returns proper failure in
    that case

    This should fix a build failure on freebsd

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

    • [DH] configure
  • Is it possible to force a key frame 2 seconds after the time of the last key frame by using FFMPEG ?

    13 octobre 2015, par Alexandr

    I know that prev_forced_t returns time of the last forced key frame. But I need something that return time of the last key frame (not forced but any).

    This parameter will work only with forced frames :
    -force_key_frames "expr:gte(t,prev_forced_t+2)"

    I need something like :
    -force_key_frames "expr:gte(t,${LAST_KEY_FRAME_T}+2)"