Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (105)

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

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

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (10215)

  • looking for the right regex expression to pick some specific sentences from a file using java regex

    26 novembre 2014, par sachh_ke_nasdiik

    I am writing a program in java that records the screen.
    it is actually something that uses the ffmpeg tool
    with a simple GUI.
    what I actually need is a way to grab from the following file :

    1. ffmpeg version N-57367-g2f31b73 Copyright (c) 2000-2013 the FFmpeg developers
    2. built on Oct 23 2013 20:22:19 with gcc 4.8.2 (GCC)

    3. configuration : —enable-gpl —enable-version3 —disable-w32threads —enable-avisynth
      — enable->bzlib —enable-fontconfig —enable-frei0r —enable-gnutls —enable-iconv —enable-
      libass —enable-libbluray —enable-libcaca —enable-libfreetype —enable-libgsm —enable-libilbc —enable-
      libmodplug —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-
      libopenjpeg —enable-libopus —enable-librtmp —enable-libschroedinger —enable-libsoxr —enable-
      libspeex —enable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvo-aacenc —enable-
      libvo-amrwbenc —enable-libvorbis —enable-libvpx —enable-libwavpack —enable-libx264 —enable-
      libxavs —enable-libxvid —enable-zlib

    4. libavutil 52. 47.101 / 52. 47.101
    5. libavcodec 55. 38.101 / 55. 38.101
    6. libavformat 55. 19.104 / 55. 19.104
    7. libavdevice 55. 4.100 / 55. 4.100
    8. libavfilter 3. 89.100 / 3. 89.100
    9. libswscale 2. 5.101 / 2. 5.101
    10. libswresample 0. 17.104 / 0. 17.104
    11. libpostproc 52. 3.100 / 52. 3.100
    12. [dshow @ 02482700] DirectShow video devices
    13. [dshow @ 02482700] "screen-capture-recorder"
    14. [dshow @ 02482700] DirectShow audio devices
    15. [dshow @ 02482700] "Microphone (ASUS Xonar DGX Audio Device)"
    16. [dshow @ 02482700] "virtual-audio-capturer"
    17. [dshow @ 02482700] "Line In (ASUS Xonar DGX Audio Device)"
    18. [dshow @ 02482700] "Stereo Mix (ASUS Xonar DGX Audio Device)"
    19. [dshow @ 02482700] "Aux (ASUS Xonar DGX Audio Device)"
    20. [dshow @ 02482700] "Wave (ASUS Xonar DGX Audio Device)"
    21. dummy : Immediate exit requested

    only the sentences between the quotation marks,
    those that describes the different devices,
    that shows up at the end of the file,
    ignoring of course the line numbering, that does not appear in the
    output file, but inserted here for better fluency.
    does anyone have any ideas how to work it out using java regex ?
    assuming I am using an enhanced for loop over a string array
    checking each line for its contents.

  • FFmpeg : Can't read self-rendered videofile with QTRLE

    10 décembre 2014, par user4240580

    I adjusted the decoding_encoding.c example to use the ARGB pixel format, the QTRLE codec and a live stream.
    I can successfully write my video stream to a file but can’t access the stream again properly.
    I tried something like this :

    if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) {
       exit(1);
    }

    /* retrieve stream information */
    if (avformat_find_stream_info(fmt_ctx, NULL) < 0) {
       exit(1);
    }

    av_dump_format(fmt_ctx, 0, src_filename, 0);

    similiar to what’s written in the demuxing_decoding.c- and the filtering_video.c-example.

    This results in the program trying to use the AAC-code which obviously fails :

    Initializing ...[aac @ 001d4d60] Format aac detected only with low score of 1, misdetection possible!
    [aac @ 001d59a0] channel element 0.0 is not allocated
    [aac @ 001d59a0] Reserved bit set.
    ...

    Similiarly, I can’t get FFplay to correctly detect the codec ; and when using

    ffplay -formats

    it doesn’t even list qtrle there.

    Do I have to use a mux to properly use qtrle ? I’m confused because the decoding_encoding.c-example doesn’t seem to use any mux but simply sets the codec and everything works ... ?

  • fate : Prefix cllc tests with canopus

    9 avril 2015, par Vittorio Giovara
    fate : Prefix cllc tests with canopus
    

    They belong to the same family of codecs.

    • [DBH] tests/fate/lossless-video.mak
    • [DBH] tests/ref/fate/canopus-cllc-argb
    • [DBH] tests/ref/fate/canopus-cllc-rgb
    • [DBH] tests/ref/fate/canopus-cllc-yuy2-noblock