Recherche avancée

Médias (91)

Autres articles (72)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (10798)

  • Which audio codecs are supported for HLS ?

    22 janvier 2017, par Jofsey

    Does HLS protocol specify audio codec ? If it does, which are supported ?

    I’ve tried to search, but found different lists :

    MP3, HE-AAC or AC-3

    according to wikipedia

    AAC, AAC-LC, HE-AAC (accPlus) v1 & v2, MP3

    according to this

    AAC-LC, HE-AACV1-2, AC-3, and EC-3

    according to FairPlay overview (which is subset of HLS)

  • ffmpeg desktop stream to m3u8

    19 juin 2019, par 5inch

    banging my head against the wall !
    What I want, stream my Desktop with FFmpeg to web site.

    My setup is windows 10 Pro + apache + ffmpeg

    C :\Program Files\ffmpeg-3.4.1-win64-static\bin\ffmpeg.exe" -f gdigrab -framerate 10 -offset_x 10 -offset_y 20 -video_size 800x600 -show_region 1 -i desktop -s 800x600 -c:v libx264 -b:v 800000 -segment_time 3 -start_number 1 "mystream.m3u8"

    what is not working the multisection ".ts" file are not limited by the -segment_time 3 and I tried : -hls_time 2 -hls_list_size 2
    Don´t know if this is Apple related or so.
    Looking at the FFmpeg docs and help file does not work for me.
    Please, do you have any advice what command syntax to limit the .ts file amount.

    Many thanks, 5inch

  • confused about lhls in ffmpeg

    27 décembre 2020, par JohnL

    I am more than a little confused about trying to use the experimental lhls option in ffmpeg.

    


    I have built ffmpeg from source (which takes a while), and currently have version 4.1.6 running.

    


    Reading other threads here, and the ffmpeg docs, it appears that the lhls option is available only in the Dash muxer.

    


    I gravitated to HLS because of its support in Apple devices, and I thought that lhls was related (and Apple was drafting the spec).

    


    Then there is the comment in the ffmpeg docs that states that the hls.js folks are working on supporting lhls in their library, which I also use to support browsers like Chrome.

    


    Should I be using dash instead of hls for my prototype ? I want to try and get very low latency for a construction inspection app I am considering building. Right now, the latency I am seeing is 10-15 seconds.

    


    Any insights would be appreciated. TIA

    


    See my comment below. I have many of the dash format flags working, but can't get -lhls to work. Here are some of the build flags used :

    


    conversion : avcodec configuration : —prefix=/usr —extra-version='1 deb10u1+rpt1' —toolchain=hardened —incdir=/usr/include/arm-linux-gnueabihf —enable-gpl —disable-stripping —enable-avresample —disable-filter=resample —enable-avisynth —enable-gnutls —enable-ladspa —enable-libaom —enable-libass —enable-libbluray —enable-libbs2b —enable-libcaca —enable-libcdio —enable-libcodec2 —enable-libflite —enable-libfontconfig —enable-libfreetype —enable-libfribidi —enable-libgme —enable-libgsm —enable-libjack —enable-libmp3lame —enable-libmysofa —enable-libopenjpeg —enable-libopenmpt —enable-libopus —enable-libpulse —enable-librsvg —enable-librubberband —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libspeex —enable-libssh —enable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvorbis —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx265 —enable-libxml2 —enable-libxvid —enable-libzmq —enable-libzvbi —enable-lv2 —enable-omx —enable-openal —enable-opengl —enable-sdl2 —enable-omx-rpi —enable-mmal —enable-neon —enable-rpi —enable-libdc1394 —enable-libdrm —enable-libiec61883 —enable-chromaprint —enable-frei0r —enable-libx264 —libdir=/usr/lib/arm-linux-gnueabihf/neon/vfp —cpu=cortex-a7 —arch=armv6t2 —disable-thumb —enable-shared —disable-doc —disable-programs