Recherche avancée

Médias (91)

Autres articles (35)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

Sur d’autres sites (5272)

  • FATE : add MSS2 tests

    17 décembre 2013, par Anton Khirnov
    FATE : add MSS2 tests
    
    • [DBH] tests/fate/microsoft.mak
    • [DBH] tests/ref/fate/mss2-pal
    • [DBH] tests/ref/fate/mss2-pals
    • [DBH] tests/ref/fate/mss2-rgb555
    • [DBH] tests/ref/fate/mss2-rgb555s
    • [DBH] tests/ref/fate/mss2-wmv
  • Revision fba3110b09 : arm : Move the definition of bilinear_taps_coeff to within the section Previousl

    21 novembre 2012, par Martin Storsjo

    Changed Paths :
     Modify /vp8/common/arm/neon/vp8_subpixelvariance16x16_neon.asm



    arm : Move the definition of bilinear_taps_coeff to within the section

    Previously, the microsoft arm assembler errored out, saying that
    bilinear_taps_coeff was an undefined symbol.

    Change-Id : Ib938f0b454c41ccbd801e70a7c9acc0fa04e3c55

  • Can't obtain information with ffmpeg from Smooth Streaming Manifest file

    11 juillet 2020, par albertoiNET

    I'm trying to get details for a stream of protocol Microsoft Smooth Streaming, with ffmpeg tools (ffprobe and ffplay) but when I run the next command :

    



    ffprobe -i http://b31282.cdn.telefonica.com/31282/Manifest


    



    I obtain this :

    



    http://b31282.cdn.telefonica.com/31282/Manifest: Invalid data found when processing input


    



    I assume that this Manifest file is correct and complies with standards of Smooth Streaming . This is a brief extract of Manifest file :

    



    <smoothstreamingmedia majorversion="2" minorversion="0" duration="0" timescale="10000000" islive="TRUE" lookaheadfragmentcount="2" dvrwindowlength="6000000000" canseek="TRUE" canpause="TRUE">&#xA;  <protection>&#xA;    <protectionheader systemid="9a04f079-9840-4286-ab92-e65be0885f95">oioAAAIAAQCUAjwAV...</protectionheader>&#xA;  </protection>&#xA;  <streamindex type="audio" language="esp" subtype="" chunks="0" timescale="10000000" url="QualityLevels({bitrate})/Fragments(audio_esp={start time})"></streamindex>&#xA;  <streamindex type="video" language="" subtype="" chunks="0" timescale="10000000" url="QualityLevels({bitrate})/Fragments(video={start time})"></streamindex>&#xA;</smoothstreamingmedia>&#xA;

    &#xA;&#xA;

    Is a Fedora 21 and ffmpeg version and configuration is :

    &#xA;&#xA;

    ffmpeg version git-2015-02-27-d490b26&#xA;configuration: --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264&#xA;libavutil         54. 19.100         &#xA;libavcodec        56. 26.100          &#xA;libavformat       56. 23.105           &#xA;libavdevice       56.  4.100                   &#xA;libavfilter        5. 11.102          &#xA;libswscale         3.  1.101        &#xA;libswresample      1.  1.100           &#xA;libpostproc       53.  3.100 &#xA;

    &#xA;&#xA;

    PD : I prefer use only ffmpeg tool

    &#xA;&#xA;

    PD2 : Same thing with a Microsoft Smooth Streaming Manifest file :

    &#xA;&#xA;

    ffmpeg -i http://mediadl.microsoft.com/mediadl/iisnet/smoothmedia/Experience/BigBuckBunny_720p.ism/Manifest&#xA;Invalid data found when processing input&#xA;

    &#xA;&#xA;

    Thanks for all

    &#xA;