Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (97)

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

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

  • avformat : Provide a standard compliance flag

    6 mars 2014, par Luca Barbato
    avformat : Provide a standard compliance flag
    

    Provide f_strict for avconv usage.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] doc/APIchanges
    • [DBH] libavformat/avformat.h
    • [DBH] libavformat/options_table.h
    • [DBH] libavformat/version.h
  • avformat : Provide a standard compliance flag

    6 mars 2014, par Luca Barbato
    avformat : Provide a standard compliance flag
    

    Provide f_strict for avconv usage.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] doc/APIchanges
    • [DH] libavformat/avformat.h
    • [DH] libavformat/options_table.h
    • [DH] libavformat/version.h
  • Failed to login to icecast2 with oggfwd

    12 décembre 2013, par Peter

    I have a problem, when i try to mix two source to one for icecast2. Oggfwd cannot login to the icecast server. I check the password, it is correct.
    Here is everything :

    ffmpeg -i http://localhost:8080/mix1.ogg -i http://localhost:8080/mix2.ogg -filter_complex "pan=stereo:c0dev/stdout - | oggfwd -p localhost 8080 *********** /hmradio.ogg

    And the output :

    ffmpeg version N-59015-g3efe5e3 Copyright (c) 2000-2013 the FFmpeg developers
     built on Dec 12 2013 05:15:11 with gcc 4.6 (Debian 4.6.3-1)
     configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32 --extra-cflags=&#39;-m32 -I/root/ffmpeg-static/32bit/include -static&#39; --extra-ldflags=&#39;-m32 -L/root/ffmpeg-static/32bit/lib -static&#39; --extra-libs=&#39;-lxml2 -lexpat -lfreetype&#39; --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
     libavutil      52. 58.100 / 52. 58.100
     libavcodec     55. 45.101 / 55. 45.101
     libavformat    55. 22.100 / 55. 22.100
     libavdevice    55.  5.102 / 55.  5.102
     libavfilter     3. 92.100 /  3. 92.100
     libswscale      2.  5.101 /  2.  5.101
     libswresample   0. 17.104 /  0. 17.104
     libpostproc    52.  3.100 / 52.  3.100
    oggfwd: Error connecting: Login failed
    Input #0, ogg, from &#39;http://localhost:8080/mix1.ogg&#39;:
     Duration: 159957:31:20.33, start: 942.319456, bitrate: N/A
       Stream #0:0: Audio: vorbis, 44100 Hz, stereo, fltp, 128 kb/s
       Metadata:
         ENCODER         : mixxx/libvorbis
    Input #1, ogg, from &#39;http://localhost:8080/mix2.ogg&#39;:
     Duration: 159957:32:38.32, start: 864.329433, bitrate: N/A
       Stream #1:0: Audio: vorbis, 44100 Hz, stereo, fltp, 128 kb/s
       Metadata:
         ENCODER         : mixxx/libvorbis
    [Parsed_pan_0 @ 0x9f40ba0] This syntax is deprecated. Use &#39;|&#39; to separate the list items.
    [flac @ 0x9fa6720] encoding as 24 bits-per-sample
    Output #0, ogg, to &#39;pipe:&#39;:
     Metadata:
       encoder         : Lavf55.22.100
       Stream #0:0: Audio: flac, 44100 Hz, stereo, s32, 128 kb/s
       Metadata:
         encoder         : Lavf55.22.100
    Stream mapping:
     Stream #0:0 (vorbis) -> pan
     pan -> Stream #0:0 (flac)
    Press [q] to stop, [?] for help
    [ogg @ 0x8fd5480] Estimating duration from bitrate, this may be inaccurate
    Input #0, ogg, from &#39;pipe:&#39;:
     Duration: N/A, start: 0.000000, bitrate: N/A
       Stream #0.0: Audio: flac, 44100 Hz, 2 channels, s32
       Metadata:
         ENCODER         : Lavf55.22.100
    WARNING: Can&#39;t get duration of media, not indexing, writing Skeleton 3 track.

    Thanks.