Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (86)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (6648)

  • avformat/mov : split off lcevc stream group initialization to its own function

    5 octobre 2024, par James Almer
    avformat/mov : split off lcevc stream group initialization to its own function
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mov.c
  • How do I combine AUDIO group with VIDEO stream and produce a new .ts file using ffmpeg ?

    13 mars 2020, par chovy

    Here is the input manifest :

    $ curl 'https://example.net/ipadlive/index_new.m3u8?sessionid=81893121496608402793&amp;ipaddress=x.x.x.x&amp;callsign=YYYY&amp;hubid=51&amp;zipcode='
    #EXTM3U
    #EXT-X-VERSION:4
    #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group",NAME="eng",DEFAULT=YES,AUTOSELECT=YES,LANGUAGE="en",URI="https://example.net/ipadlive/06_new.m3u8?cdnHost=da148.cdn.iptv.example.net&amp;sessionid=81893121496608402793&amp;ipaddress=x.x.x.x&amp;callsign=CHAN&amp;hubid=51&amp;zipcode=&amp;countycode=null&amp;fta=null&amp;optimumid=null&amp;devicename=&amp;devicetype=0&amp;osver=&amp;res=&amp;fps="
    #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group",NAME="spa",DEFAULT=NO,AUTOSELECT=YES,LANGUAGE="en",URI="https://example.net/ipadlive/07_new.m3u8?cdnHost=da148.cdn.iptv.example.net&amp;sessionid=81893121496608402793&amp;ipaddress=x.x.x.x&amp;callsign=CHAN&amp;hubid=51&amp;zipcode=&amp;countycode=null&amp;fta=null&amp;optimumid=null&amp;devicename=&amp;devicetype=0&amp;osver=&amp;res=&amp;fps="
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=479776,RESOLUTION=240x180,CODECS="avc1.42c00c,mp4a.40.2",AUDIO="group"
    https://example.net/ipadlive/01_new.m3u8?cdnHost=da148.cdn.iptv.example.net&amp;sessionid=81893121496608402793&amp;ipaddress=x.x.x.x&amp;callsign=CHAN&amp;hubid=51&amp;zipcode=&amp;countycode=null&amp;fta=null&amp;optimumid=null&amp;devicename=&amp;devicetype=0&amp;osver=&amp;res=&amp;fps=
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=780576,RESOLUTION=320x240,CODECS="avc1.42c00d,mp4a.40.2",AUDIO="group"
    https://example.net/ipadlive/02_new.m3u8?cdnHost=da148.cdn.iptv.example.net&amp;sessionid=81893121496608402793&amp;ipaddress=x.x.x.x&amp;callsign=CHAN&amp;hubid=51&amp;zipcode=&amp;countycode=null&amp;fta=null&amp;optimumid=null&amp;devicename=&amp;devicetype=0&amp;osver=&amp;res=&amp;fps=
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1079872,RESOLUTION=480x360,CODECS="avc1.42c01e,mp4a.40.2",AUDIO="group"
    https://example.net/ipadlive/03_new.m3u8?cdnHost=da148.cdn.iptv.example.net&amp;sessionid=81893121496608402793&amp;ipaddress=x.x.x.x&amp;callsign=CHAN&amp;hubid=51&amp;zipcode=&amp;countycode=null&amp;fta=null&amp;optimumid=null&amp;devicename=&amp;devicetype=0&amp;osver=&amp;res=&amp;fps=
    #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1682976,RESOLUTION=640x480,CODECS="avc1.42c01e,mp4a.40.2",AUDIO="group"
    https://example.net/ipadlive/04_new.m3u8?cdnHost=da148.cdn.iptv.example.net&amp;sessionid=81893121496608402793&amp;ipaddress=x.x.x.x&amp;callsign=CHAN&amp;hubid=51&amp;zipcode=&amp;countycode=null&amp;fta=null&amp;optimumid=null&amp;devicename=&amp;devicetype=0&amp;osver=&amp;res=&amp;fps=

    I’ve never seen this before where the audio stream is a separate url than a video stream listed in the manifest.

    Is there a way I can combine an audio stream and a specific video stream to produce a new stream that has both audio and video in it ?

    I was doing something like this :

    ffmpeg -i <manifest> -c copy test.m3u8</manifest> and I don’t get any audio.

    I’ve tried changing <manifest></manifest> to an individual video stream, but then no audio. If I change it to an AUDIO stream I get no video.

  • avfilter/af_aiir : fix phase and group delay calculation

    20 mai 2020, par Paul B Mahol
    avfilter/af_aiir : fix phase and group delay calculation
    

    Properly unwrap phase.

    • [DH] libavfilter/af_aiir.c