Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (22)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • the number of frames in ts file

    12 juin 2017, par 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

  • slicethread : Limit the automatic number of threads to 16

    5 septembre 2022, par Martin Storsjö
    slicethread : Limit the automatic number of threads to 16
    

    This matches a similar cap on the number of automatic threads
    in libavcodec/pthread_slice.c.

    On systems with lots of cores, this fixes a couple fate failures
    in 32 bit mode on such machines (where spawning a huge number of
    threads runs out of address space).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavutil/slicethread.c
  • Updated version number for last merge.

    29 août 2014, par blueimp
    Updated version number for last merge.