Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (49)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8423)

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

  • How to add zoom transition effects using FFmpeg to a variable number of images ?

    13 mai 2019, par Mathematics

    How can I add add zoom transition effects using FFmpeg to a variable number of images ?

    I am able to create video from a variable number of images but I am not sure how to add zoom in and out transition effects between images :

    ffmpeg -framerate 1/5 -i img%03d.jpeg -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4

    I found this,

    https://superuser.com/questions/1189246/ffmpeg-image-slideshow-with-zoompan-and-fade-in-out/1190199

    But problem is that images are hard coded in that example and I am not sure how to make it work for a variable number of images ?

  • lavc : do not force the emu edge flag

    20 janvier 2014, par Anton Khirnov
    lavc : do not force the emu edge flag
    

    The default get_buffer2() implementation (and possibly some
    user ones) does not allocate edges when this flag is set, which may
    expose bugs in some decoders. Until the 10 release is out, it is safer
    to remove this part.

    • [DBH] libavcodec/utils.c