Recherche avancée

Médias (91)

Autres articles (53)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (7100)

  • Merge commit ’81d7f0bbca837afda1f7e60d3ae52ab1360ab44b’

    1er avril 2017, par Clément Bœsch
    Merge commit ’81d7f0bbca837afda1f7e60d3ae52ab1360ab44b’
    

    * commit ’81d7f0bbca837afda1f7e60d3ae52ab1360ab44b’ :
    checkasm : vp9dsp : Benchmark the dc-only version of idct_idct separately

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] tests/checkasm/vp9dsp.c
  • Reading h264 stream in Python

    24 mars 2017, par verified.human

    I am trying to read a video stream from a Parrot Bebop 2 drone.
    The video stream is written as "socket" to a file as H264 stream.

    $ ffmpeg -i [STREAM]
    Input #0, h264, from 'stream_h264':
     Duration: N/A, bitrate: N/A
     Stream #0:0: Video: h264 (Constrained Baseline), 1 reference frame, yuv420p(progressive, left), 1280x720, 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc

    Reading the video stream in MPlayer is not a problem using the parameters below. Playing it using VLC or ffmpeg should also not be too hard. For MPlayer the following works :

    mplayer -fs -demuxer h264es -benchmark stream_h264

    This plays the stream in high-res. However my goal is to perform image processing on the frames using Python (mostly OpenCV). Therefore, I would like to read the frames into NumPy arrays. I have already considered using cv2.VideoCapture but this does not seem to work for my stream. Other (somewhat easy) to use options I am not aware of, therefore my question is whether someone recommend me how to read the video frames in Python ?

    All recommendations are more than welcome !

  • swresample/x86/resample : extend resample_double to support avx and fma3

    16 mars 2017, par Muhammad Faiz
    swresample/x86/resample : extend resample_double to support avx and fma3
    

    benchmark :
    sse2 10.670s
    avx 8.763s
    fma3 8.380s

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libswresample/x86/resample.asm
    • [DH] libswresample/x86/resample_init.c