Recherche avancée

Médias (91)

Autres articles (46)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (5629)

  • which function in libavcodec should i call to compress video ?

    27 novembre 2019, par milad

    I have an open source program which is in C language and use libavcodec.

    This program produce a video.m4v video that it’s size is 65 Mbyte and it’s duration is 4 minutes and 36 seconds.

    When I run below command it’s size reduce to 4.2 Mbyte.

    ffmpeg -i video.m4v video_new.m4v

    My Questions are :

    1.Why ffmpeg produce same video with less size while codec and extension doesn’t change ?

    1. How can I compress my video to this size in first program ? Should I call a specific function ?
  • sws : Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxext

    17 août 2022, par Alan Kelly
    sws : Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxext
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libswscale/x86/swscale.c
  • ffmpeg : dont call exit_program() from a signal hander

    21 mars 2014, par Michael Niedermayer
    ffmpeg : dont call exit_program() from a signal hander
    

    This is unsafe and can deadlock amongth other things

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

    • [DH] ffmpeg.c