Advanced search

Medias (91)

Other articles (62)

  • Other interesting software

    13 April 2011, by

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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 October 2010, by

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Librairies et logiciels spécifiques aux médias

    10 December 2010, by

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

On other websites (6231)

  • the number of frames in ts file

    12 June 2017, by j.teak

    i got video data from my web camera, and using ffmpeg to make ts, m3u8

    but ts what made by ffmpeg, each ts has different the number of frames.

    so, how can i make the number of frames equally?

    and each gop size in ts are also different..

    how can i make gop size is constant?

    avformat_alloc_output_context2(&ptr->hls_ctx, NULL, "hls", "hls.m3u8");
    ((HLSContext*)ptr->hls_ctx->priv_data)->flags = HLS_DELETE_SEGMENTS | HLS_ROUND_DURATIONS;
    ((HLSContext*)ptr->hls_ctx->priv_data)->max_nb_segments = 2;
    ((HLSContext*)ptr->hls_ctx->priv_data)->time = 2;

    i already use time parameter for setting ts’s play time

  • dxva2: Increase maximum number of slices for mpeg2

    6 March 2014, by Rainer Hochecker
    dxva2: Increase maximum number of slices for mpeg2
    

    Some content requires an higher number of slices in order to
    render properly.

    Rise the number to 1024 and warn if ever it exceeds.

    Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dxva2_mpeg2.c
  • Get missing frame number in ffmpeg decoder

    8 October 2012, by user1728137

    When using ffmpeg for decoding.it skips some frames and didn't decode them.
    I want to get the missing frame number as they are in original file.