Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (15)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

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