Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (32)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5546)

  • ffmpeg display only video in Android

    19 février 2014, par Whoami

    I am Writing video player in android. So far i could able to capture the frames, with the help of av_read_frame and avcodec_decode_video2, and updating to SDL2.0. I have followed dranger tutorial02.c http://dranger.com/ffmpeg/ .

    Sudo Code is :

    while (1)

      {
            1. Read packet
            2. check if video frame; if not Go to Step 3.
                   2.1  if video frame, then update with SDL_UpdateYUVTexture,
            3. Handle SDL Event
            4. Clear the Renderer.
            5. Present Renderer.
      }

    I wonder, do i need to take care of synchronization of video, dts/pts calculation while i need only to display video ?

    This scenario works well in the samsung, but not in other mobiles.

    What woud be your advice ?

  • Audio lag in FFmpeg on Android 360p video capture after 30 minutes

    17 août 2019, par Jagadish Channagiri

    The Android Samsung S9 and a few other Android devices are used to capture live video. We call FFmpeg after the live video (360p) is captured for encoding. We are encoding for H264 main profile and AAC. The version of different software used : FFmpeg ver 4.0.1, Javac ver. 1.4.2, Android minSdk version 21, and compileSDK version 28.

    After 30 minutes or so, between the range of 33 to 36 minutes, the audio begins to lag behind the video. I really do not understand why this happens.

    .

    Any ideas or suggestions would be highly appreciated.

  • libavformat/mtv : donwgrade probe score for 512

    23 janvier 2014, par Reynaldo H. Verdejo Pinochet
    libavformat/mtv : donwgrade probe score for < 512
    

    MTV has a 512 bytes header. We should be able to
    parse required fiels from the first 57 (rest is
    padding) but if we haven’t seen enough data then
    go with SCORE_EXTENSION.

    Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>

    • [DH] libavformat/mtv.c