Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (104)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (9668)

  • Revision 83706 : Pas d’insertion des types de validation pour la saisie "Destinataires" (ça ...

    18 juillet 2014, par rastapopoulos@… — Log

    Pas d’insertion des types de validation pour la saisie "Destinataires" (ça s’insère dans le fieldset "validation", donc il ne faut PAS donner ce nom si on ne veut pas les choix de validation).

  • ffmpeg av_read_frame is blocked long time

    10 avril 2018, par geeeek
    while (av_read_frame(pFormatCtx, packet) >= 0) {
       if (packet->stream_index == videoindex) {
           ret = avcodec_decode_video2(pCodecCtx, pFrame, &got_picture, packet);
           if (ret < 0) {
               printf("Decode Error.\n");
               return -1;
           }
           printf("Succeed to decode 1 frame! %d\n", tt++);
       }
       av_packet_unref(packet);
    }

    I am using ffmpeg to provide live audio/video RTSP streaming in android.

    But I have a trouble from blocking av_read_frame function forever.
    Android Log :

    I/libnav: Succeed to decode 1 frame! 70
    I/libnav: Succeed to decode 1 frame! 71
    I/libnav: Succeed to decode 1 frame! 72
    I/libnav: Succeed to decode 1 frame! 73
    I/libnav: Succeed to decode 1 frame! 74
    I/libnav: Succeed to decode 1 frame! 75
    blocking forever...

    Thus I
    have experimented some code stuffs. I have copied Android jni code about ffmpeg to pc(ubuntu). Above my code is worked without any blocking.

    Succeed to decode 21122 frame!
    Succeed to decode 21123 frame!
    Succeed to decode 21124 frame!
    ...
    without blocking ...

    I guess that this problem is about delay. I have removed avcodec_decode_video2 call in android jni. my code is executed without any blocking.

    I have found ffmpeg av_read_frame() need very long time to stop threads. But it can’t help me.

    If you have a similiar problem, please help me.

  • Revision d5c2d2dc94 : Fix line that disables the line above it. Change-Id : I19d5cb60a00a001f6e5b3d90c

    7 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c



    Fix line that disables the line above it.

    Change-Id : I19d5cb60a00a001f6e5b3d90ce2db6e49d6209ad