Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7286)

  • 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,

  • 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
  • avcodec/vvc_mvs : align local motion vector fields

    24 janvier 2024, par James Almer
    avcodec/vvc_mvs : align local motion vector fields
    

    Should fix "member access within misaligned address 0xf00 for type 'const union
    av_alias64', which requires 8 byte alignment" errors as reported by GCC ubsan.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/vvc/vvc_mvs.c