Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (1)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (711)

  • How to create a full video thumbnails and show them vertically in one image file ? [closed]

    25 janvier 2024, par Duda

    I want to generate a complete set of thumbnails for a video like capcut does using ffmpeg.

    


    Thumbnail every n seconds/frames, and show them one below the other vertically in one image file.

    


    Here is an example :

    


     sjo

    


    Thanks

    


  • fftools/opt_common : show if muxer is device

    7 janvier 2024, par Stefano Sabatini
    fftools/opt_common : show if muxer is device
    
    • [DH] fftools/opt_common.c
  • When I set libx264 codec in ffserver the stream does not show up in browser

    30 novembre 2020, par 0 day

    When I set VideoCodec libx264 in ffserver.conf the stream does not show up in browser

    


    <stream>&#xA;Format webm&#xA;# webm&#xA;Feed feed1.ffm&#xA;VideoCodec libx264&#xA;# swf&#xA;#libx264&#xA;VideoSize 840x525&#xA;VideoFrameRate 60&#xA;VideoBitRate 512&#xA;VideoBufferSize 512&#xA;NoAudio&#xA;AVOptionVideo flags &#x2B;global_header&#xA;StartSendOnKey&#xA;</stream>&#xA;

    &#xA;

    EDIT :

    &#xA;

    Here is my CLI

    &#xA;

    ffmpeg -probesize 1000M -framerate 60 -video_size 1680x1050 -f x11grab -i :0.0 -f alsa -i default -c:a aac -vf format=yuv420p http://localhost:8090/feed1.ffm&#xA;

    &#xA;