Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (16)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (4547)

  • android exoplayer add ffmpeg extension to my project how ?

    7 février 2023, par Malo

    I have an android application containing exoplayer instance, some udp video play without sounds , so i want to add Ffmpeg extension to my project, i am working on windows system and need to follow the instructions below :

    


    https://github.com/google/ExoPlayer/blob/release-v2/extensions/ffmpeg/README.md


    


    So first step is Set the following shell variable :
cd ""
FFMPEG_MODULE_PATH="$(pwd)/extensions/ffmpeg/src/main"

    


    i downloaded Git to use as power shell, so what is pwd ??

    


    PLus...
Set the host platform (use "darwin-x86_64" for Mac OS X) :
HOST_PLATFORM="linux-x86_64" what is this variable in windows ?

    


    Please i am confused how to build this library manually in windows and it is not straightforward at all....

    


  • libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_altivec...

    12 novembre 2014, par Rong Yan
    libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_altivec() yuv2planeX_8() for little endian
    

    add marcos GET_LS() GET_VF() LOAD_FILTER() LOAD_L1() GET_VF4() FIRST_LOAD() UPDATE_PTR() LOAD_SRCV() LOAD_SRCV8() GET_VFD() for POWER LE

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

    • [DH] libswscale/ppc/swscale_altivec.c
  • How to say ffmpeg ignore reboot of ip camera

    25 août 2016, par Svishchev Semen

    I record stream from ip camera with batch file :

    ffmpeg -rtsp_transport tcp -stimeout 50000000 -i  rtsp://192.168.50.50:554/user=admin&amp;password=&amp;channel=1&amp;stream=0.sdp?real_stream" -b:v 900k -acodec copy -vcodec copy -r 30 -f segment -strftime 1 -segment_time 00:30:00 -reset_timestamps 1 -segment_format avi D:\Camera\level2\output_%%d-%%m_%%Y_%%H_%%M.avi

    When ffmpeg lost tcp connection ( 10 sec) to camera recording paused, then link goes up ffmpeg continues to write in the current file. But when i reboot camera by power off/on ffmpeg stop the record and crushes.

    How to say ffmpeg wait for signal from camera and not close record.

    Sorry for my English i’m from Russia.