Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (22)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (6118)

  • fate : add a case for ticket #3229

    12 août 2019, par Zhong Li
    fate : add a case for ticket #3229
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Zhong Li <zhong.li@intel.com>

    • [DH] tests/fate/video.mak
    • [DH] tests/ref/fate/mjpeg-ticket3229
  • More generic version of MSVC bug workaround

    6 mai 2018, par Erik de Castro Lopo
    More generic version of MSVC bug workaround
    

    This is an updtate to the fix for an MSVC 2015 bug in 94a61241b0.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/stream_encoder_intrin_avx2.c
    • [DH] src/libFLAC/stream_encoder_intrin_sse2.c
    • [DH] src/libFLAC/stream_encoder_intrin_ssse3.c
  • avdevice/xcbgrab : Add select_region option

    11 juillet 2020, par Omar Emara
    avdevice/xcbgrab : Add select_region option
    

    This patch adds a select_region option to the xcbgrab input device.
    If set to 1, the user will be prompted to select the grabbing area
    graphically by clicking and dragging. A rectangle will be drawn to
    mark the grabbing area. A single click with no dragging will select
    the whole screen. The option overwrites the video_size, grab_x, and
    grab_y options if set by the user.

    For testing, just set the select_region option as follows :

    ffmpeg -f x11grab -select_region 1 -i :0.0 output.mp4

    The drawing happens directly on the root window using standard rubber
    banding techniques, so it is very efficient and doesn't depend on any
    X extensions or compositors.

    Reviewed-by : Andriy Gelman <andriy.gelman@gmail.com>
    Signed-off-by : Omar Emara <mail@OmarEmara.dev>

    • [DH] doc/indevs.texi
    • [DH] libavdevice/xcbgrab.c