Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (91)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9555)

  • avformat/mov : Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.

    22 août 2018, par Dale Curtis
    avformat/mov : Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.
    

    This field is a uint16_t, see docs :
    http://opus-codec.org/docs/opus_in_isobmff.html#4.3.2

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • ffmpeg - alternative to AVCodecContext::refcounted_frames ?

    18 mars 2014, par Asik

    We are using an outdated version of AVCodec which does not contain the ref-counted frames feature implemented via AVCodecContext::refcounted_frames. Basically, we want to prevent AVCodec from re-using a buffer until we are done with it, which could be at any arbitrary point in the future (and not necessarily before the next avcodec_decode_frame2).

    Using a different AVFrame on each call to decode doesn't do the trick, because AVCodec uses the same buffers internally anyway (different AVFrames may point to the same data).

    Is there a way to do this without using the new features introduced with AVCodecContext::refcounted_frames ?

  • How to incoporate ffmpeg in my audio input upload form

    3 février 2018, par Michelle Dimwaite

    this is not really a question but a request to point me to any starting direction.
    i have a simple audio upload form which stores the audio to a database or just any folder.
    I want to start by implementing ffmpeg so before this audio is stored in the folder, it goes through ffmpeg(converted to mp3 for example) and stores the converted version to the folder.
    Can someone please point me to any tutorial or links where i can start more research.
    I already installed ffmpeg.exe in xampp
    much appreciated in advance