Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (45)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9465)

  • mdct15 : add inverse transform postrotation SIMD

    29 juillet 2017, par Rostislav Pehlivanov
    mdct15 : add inverse transform postrotation SIMD
    

    2.5ms frames :
    Before (c) : 2638 decicycles in postrotate, 2097040 runs, 112 skips
    After (sse3) : 1467 decicycles in postrotate, 2097083 runs, 69 skips
    After (avx2) : 1244 decicycles in postrotate, 2097085 runs, 67 skips

    5ms frames :
    Before (c) : 4987 decicycles in postrotate, 1048371 runs, 205 skips
    After (sse3) : 2644 decicycles in postrotate, 1048509 runs, 67 skips
    After (avx2) : 2031 decicycles in postrotate, 1048523 runs, 53 skips

    10ms frames :
    Before (c) : 9153 decicycles in postrotate, 523575 runs, 713 skips
    After (sse3) : 5110 decicycles in postrotate, 523726 runs, 562 skips
    After (avx2) : 3738 decicycles in postrotate, 524223 runs, 65 skips

    20ms frames :
    Before (c) : 17857 decicycles in postrotate, 261866 runs, 278 skips
    After (sse3) : 10041 decicycles in postrotate, 261746 runs, 398 skips
    After (avx2) : 7050 decicycles in postrotate, 262116 runs, 28 skips

    Improves total decoding performance for real world content by 9% with avx2.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/mdct15.c
    • [DH] libavcodec/mdct15.h
    • [DH] libavcodec/x86/mdct15.asm
    • [DH] libavcodec/x86/mdct15_init.c
  • Merge remote-tracking branch ’cehoyos/master’

    7 mai 2015, par Michael Niedermayer
    Merge remote-tracking branch ’cehoyos/master’
    

    * cehoyos/master :
    lavf/img2dec : Autodetect qdraw images.
    lavc/qdrw : Also support real-world qdraw images.

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

    • [DH] libavcodec/qdrw.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/img2dec.c
    • [DH] libavformat/version.h
  • Opencv Videocapture fails to read http url videos

    16 mars 2019, par Purav Zumkhawala

    I want to read HTTP URL videos in my Ubuntu system without downloading them. I can do this in windows OS but when I try to run the same code in Ubuntu using the same opencv VideoCapture method it fails to get any frames.

    Why is this so ?

    I have used same opencv version in both Ubuntu and Windows, can anyone guide me towards a workaround, a tutorial using which I can compile opencv and stream url videos or any other library that supports this functionality in Ubuntu ?

    I have tried almost everything but with no productive result which has led me to finally ask this as a question.

    opencv build information :

     OpenCV modules:
       To be built:                 calib3d core dnn features2d flann gapi highgui imgcodecs imgproc java_bindings_generator ml objdetect photo python3 python_bindings_generator stitching video videoio
       Disabled:                    world
       Disabled by dependency:      -
       Unavailable:                 java js python2 ts
       Applications:                -
       Documentation:               NO
       Non-free algorithms:         NO

     GUI:
       QT:                          YES (ver 4.8.7 EDITION = OpenSource)
         QT OpenGL support:         NO
       GTK+:                        NO
       VTK support:                 NO

     Media I/O:
       ZLib:                        /lib64/libz.so (ver 1.2.3)
       JPEG:                        /opt/libjpeg-turbo/lib64/libjpeg.a (ver 62)
       WEBP:                        build (ver encoder: 0x020e)
       PNG:                         build (ver 1.6.35)
       TIFF:                        build (ver 42 - 4.0.9)
       JPEG 2000:                   build (ver 1.900.1)
       OpenEXR:                     build (ver 1.7.1)
       HDR:                         YES
       SUNRASTER:                   YES
       PXM:                         YES
       PFM:                         YES

     Video I/O:
       DC1394:                      NO
       FFMPEG:                      YES
         avcodec:                   YES (ver 58.21.104)
         avformat:                  YES (ver 58.17.101)
         avutil:                    YES (ver 56.18.102)
         swscale:                   YES (ver 5.2.100)
         avresample:                NO
       GStreamer:                   NO
       v4l/v4l2:                    linux/videodev2.h

     Parallel framework:            pthreads

     Trace:                         YES (with Intel ITT)

     Other third-party libraries:
       Lapack:                      NO
       Eigen:                       NO
       Custom HAL:                  NO
       Protobuf:                    build (3.5.1)

     OpenCL:                        YES (no extra features)
       Include path:                /io/opencv/3rdparty/include/opencl/1.2
       Link libraries:              Dynamic load

     Python 3:
       Interpreter:                 /opt/python/cp36-cp36m/bin/python (ver 3.6.5)
       Libraries:                   libpython3.6m.a (ver 3.6.5)
       numpy:                       /opt/python/cp36-cp36m/lib/python3.6/site-packages/numpy/core/include (ver 1.11.3)
       packages path:               lib/python3.6/site-packages

     Python (for build):            /opt/python/cp36-cp36m/bin/python

     Java:                          
       ant:                         NO
       JNI:                         NO
       Java wrappers:               NO
       Java tests:                  NO

     Install to:                    /io/_skbuild/linux-x86_64-3.6/cmake-install