Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (63)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (2880)

  • x86inc : Support creating global symbols from local labels

    16 août 2017, par Henrik Gramner
    x86inc : Support creating global symbols from local labels
    

    On ELF platforms such symbols needs to be flagged as functions with the
    correct visibility to please certain linkers in some scenarios.

    • [DH] libavutil/x86/x86inc.asm
  • 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
  • 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,