Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (91)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • ac3enc : fix ’channel_coupling’ option to actually allow ’auto’.

    10 août 2011, par Justin Ruggles

    ac3enc : fix ’channel_coupling’ option to actually allow ’auto’.

  • Avoid auto-inserted scale filter

    13 mars 2017, par CryGuy

    Using the LibAv libraries, I’ve built a filter graph by calling avfilter_graph_parse2. This works well.
    The string passed is

    "buffer=(several args),eq=gamma=5,buffersink"

    The pixel format at the beginning and the end of the queue is yuv420p. Everything’s fine.

    Now I wanted the output pixel format to be BGRA. I inserted the "format" filter :

    "buffer=(several args),eq=gamma=5,format=pix_fmts=bgra,buffersink"

    This works well, either.

    However, I found out that a "scale" filter is auto-inserted between the "eq" filter and the "format" filter. I do know from the documentation that this can happen ("Libavfilter will automatically insert scale filters where format conversion is required."), but I don’t think it’s required in this case. This way, the scale filter already performs the pixel format conversion (yuv420p->bgra), and consequently makes the format filter useless.

    So, anybody’s able to see why the scale filter gets auto-inserted ?

  • configure : d3d11va is auto-detected like the others

    25 mai 2015, par Michael Niedermayer
    configure : d3d11va is auto-detected like the others
    

    Fix the help text accordingly

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

    • [DH] configure