Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (97)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (16245)

  • avcodec/dirac_vlc : Fix mixed declaration and statements

    12 juillet 2016, par Michael Niedermayer
    avcodec/dirac_vlc : Fix mixed declaration and statements
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dirac_vlc.c
  • Audio streams mixed from 2 videos with ffmpeg C or C++

    11 septembre 2015, par 0nand0n

    I’ve searched for this problem but results are always kind of ffmpeg commands. Reason I need to develop using C is that I have to process image frames in a pretty complicated ways but program must run fast.
    I have several questions on these stuffs :

    1, Can we just copy streams from input video to the streams of AVFormatContext struct for output file. As I read from remuxing.c example, they have to read packets from streams and then copy packets one by one to output streams of output AVFormatContext struct.

    2, when mixing audio streams from 2 source videos, could we just add another stream with codec->codec_type = AVMEDIA_TYPE_AUDIO or we have to mix two audio streams into one ?
    From 1 and 2, we can just copy 2 audio streams from 2 input videos to the output AVFormatContext struct, can’t we ?

    3, Can we use the same AVCodecContext for both decoding and encoding of one stream ? It means result of AVCodecContext from avcodec_find_decoder could be used for encoding without calling to avcodec_find_encoder ?

    4, Last, how to read loudness (volume) of each audio frame (average) ? This might be easy with the provided tools of ffmpeg but I cannot find any result developed by C.

  • avcodec/exr : Fix mixed declarations and statements

    7 juillet 2016, par Michael Niedermayer
    avcodec/exr : Fix mixed declarations and statements
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/exr.c