Recherche avancée

Médias (91)

Autres articles (83)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (8237)

  • remuxing .opus files to .webm codec->delay must be copied too

    19 décembre 2013, par Jan Gerber
    remuxing .opus files to .webm codec->delay must be copied too
    

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

    • [DH] ffmpeg.c
  • How to minimize the delay in a live streaming with ffmpeg

    9 juillet 2013, par Pasquale C.

    i have a problem.
    I would to do a live streaming with ffmpeg from my webcam.

    1. I launch the ffserver and it works.
    2. From another terminal I launch ffmpeg to stream with this command
      and it works :

      sudo ffmpeg -re -f video4linux2 -i /dev/video0 -fflags nobuffer -an http://localhost:8090/feed1.ffm
    3. In my configuration file I have this stream :

      <stream>
      Feed feed1.ffm
      Format webm
      NoAudio
      VideoCodec libvpx
      VideoSize 720x576
      VideoFrameRate 25
      # Video settings
         VideoCodec libvpx
         VideoSize 720x576           # Video resolution
         VideoFrameRate 25           # Video FPS
         AVOptionVideo flags +global_header  # Parameters passed to encoder
                                         # (same as ffmpeg command-line parameters)
         AVOptionVideo cpu-used 0
         AVOptionVideo qmin 10
         AVOptionVideo qmax 42
         #AVOptionVideo quality good
         PreRoll 5
          StartSendOnKey
         VideoBitRate 400            # Video bitrate
      </stream>
    4. I launch the stream with

      ffplay http://192.168.1.2:8090/test.webm
      It works but I have a delay of 4 seconds and I would to minimize this delay because is essential for my application.
      Thanks

  • Revision 2424ba3d8b : Added a test vector that exercises lpf deltas From frame 2, the lpf deltas are

    17 décembre 2013, par Yaowu Xu

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /test/test_vectors.h



    Added a test vector that exercises lpf deltas

    From frame 2, the lpf deltas are all cleared for for even frames, and
    a set of values are set and used for odd frames. The intention is to
    exercise decoding code around lpf delta/update decoding.

    Change-Id : Ic9ff1bc2c2a023f4805852f8573398f2ec2249d7