Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (9429)

  • How to change bit rate and resolution of video using ffmpeg library

    28 novembre 2018, par samsix

    I am writing an application to change the bit rate and resolution of a local video file (no audio) in Qt and C++ (usig ffmpeg C library). There are some examples on ffmpeg github repo, but none of them has anything about bit rate or resolution changing.

    I am confused on how to proceed with it. Is it done using libavcodec, libavdevice, libavfilter... ?

    Please guide me or share links to any examples

  • vdpau : force reinitialization when output resolution changes

    4 octobre 2014, par Rémi Denis-Courmont
    vdpau : force reinitialization when output resolution changes
    

    This is necessary to recreate the decoder with the correct parameters,
    as not all codecs invoke get_format() in this case.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/vdpau.c
    • [DH] libavcodec/vdpau_internal.h
  • vdpau : force reinitialization when output resolution changes

    4 octobre 2014, par Rémi Denis-Courmont
    vdpau : force reinitialization when output resolution changes
    

    This is necessary to recreate the decoder with the correct parameters,
    as not all codecs invoke get_format() in this case.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vdpau.c
    • [DBH] libavcodec/vdpau_internal.h