Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (28)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (4892)

  • Decode a A/V stream in c#

    16 mai 2017, par Silverman

    I’m working on a C# program, which can read an Audio/Video stream and should separate it to a Video file and Audio file.
    Input stream is a Byte-Raw array
    My question is How I can separate Video frame and Audio frame from a Byte Array ?
    (suppose that i know video and audio details about that streaming)

    P.S : Sorry for my bad EN :’(

  • How to load fonts in .ass file

    19 novembre 2020, par Konduri Sai Aditya

    How to load fonts in .ass subtitle file from an external file path/custom path ? Suppose I have a font in a folder, and I need to load that font in subtitle file(.ass) file. how to load it ? Is there any possibility ?

    


  • understanding usage of H264 video codec parameters in ffmpeg

    7 décembre 2013, par John Qualis

    I am new to PJSIP.
    I want to understand which parameters does ffmpeg encoder use from "ffmpeg_codec_desc" parameters in "ffmpeg_vid_codesc.c" in pjmedia ? Suppose we change "ffmpeg_codec_desc" parameters for H264 as follows : for eg. change the resolution from 352, 288 to 576, 432 and change the frame rate from 15 to 20 but keep max and avg bit rates to 128000.

    Which H264 parameters does ffmpeg use to produce a H264 stream ? And what is the relationship between resolution, frame rate and bit rate ?

    Any input is much appreciated