Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (27)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4553)

  • avutil/mem : Correct documentation of av_fast_*alloc(z)

    18 novembre 2018, par Andreas Rheinhardt
    avutil/mem : Correct documentation of av_fast_*alloc(z)
    

    The current wording regarding size and min_size is completely wrong and
    ignores that min_size is indeed only a desired minimal size, not the
    actually allocated size.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/mem.h
  • Build FFMpeg for converting m3u8 to mp4 only

    8 août 2020, par Hare Shinohara

    I want to build a minimal version of FFMpeg for converting m3u8 to mp4 only, and the m3u8 file will be input via a https link.

    &#xA;

    I tried

    &#xA;

    ./configure \&#xA;--disable-everything \&#xA;--disable-ffplay --disable-ffprobe \&#xA;--disable-asm --disable-doc --disable-devices \&#xA;--disable-pthreads --disable-w32threads --disable-hwaccels \&#xA;--disable-parsers --disable-bsfs --disable-debug \&#xA;--disable-indevs --disable-outdevs \&#xA;--enable-gpl --enable-nonfree \&#xA;--enable-openssl \&#xA;--enable-libx264 \&#xA;--enable-protocol=file,https,crypto,hls \&#xA;--enable-decoder=aac,h264 \&#xA;--enable-encoder=aac,libx264 \&#xA;--enable-demuxer=aac,h264,hls \&#xA;--enable-muxer=h264,mp4&#xA;

    &#xA;

    but got errors

    &#xA;

    Error when loading first segment&#xA;

    &#xA;

    Invalid data found when processing input&#xA;

    &#xA;

    Does anyone know how to configure correctly in this case ?&#xA;Please help.

    &#xA;

  • ape : Support _0000 files with nblock smaller than 64

    29 avril 2015, par Andreas Cadhalpun
    ape : Support _0000 files with nblock smaller than 64
    

    The decode_array_0000 assumed that 64 is the minimal block size
    while it is not.

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

    • [DBH] libavcodec/apedec.c