Recherche avancée

Médias (91)

Autres articles (81)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • avfilter/palettegen : move longest variable to a local scope

    25 février 2015, par Clément Bœsch
    avfilter/palettegen : move longest variable to a local scope
    

    Also drop initialization since it is initialized later on before any
    usage.

    • [DH] libavfilter/vf_palettegen.c
  • how to change the audio bitrate sent by local ip camera ?

    8 septembre 2015, par Bilel Eljaamii

    How can I change the audio bit rate generated by the openrtsp ? I like to have the same bit rate sent by the camera.

    ./openRTSP "rtsp://user:pass@IP_CAMERA/....."

    The bit rate sent by the camera i 64 kb/s but when i try to get informations about the audio output of openrtsp i get 352 kb/s.

     ffmpeg version git-2014-07-16-aa1d096 Copyright (c) 2000-2014 the FFmpeg developers
         built on Jul 16 2014 18:28:34 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
         configuration: --extra-cflags=-I/home/zied/junk/include --extra-ldflags=-L/usr/local/lib/ --enable-gpl --enable-libx264
         libavutil      52. 92.100 / 52. 92.100
         libavcodec     55. 69.100 / 55. 69.100
         libavformat    55. 48.100 / 55. 48.100
         libavdevice    55. 13.102 / 55. 13.102
         libavfilter     4. 11.100 /  4. 11.100
         libswscale      2.  6.100 /  2.  6.100
         libswresample   0. 19.100 /  0. 19.100
         libpostproc    52.  3.100 / 52.  3.100
       [mulaw @ 0x9ac0360] Estimating duration from bitrate, this may be inaccurate
       Guessed Channel Layout for  Input Stream #0.0 : mono
       Input #0, mulaw, from 'audio-PCMA-2.ul':
         Duration: 00:00:48.46, bitrate: 352 kb/s
           Stream #0:0: Audio: pcm_mulaw, 44100 Hz, 1 channels, s16, 352 kb/s

    Best regards,

  • hevc : use local variable for split_cu_flag

    15 juillet 2014, par Mickaël Raulet
    hevc : use local variable for split_cu_flag
    (cherry picked from commit ee71e9e9c12fc47856c452efb278f9f593a923ee)
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h