Recherche avancée

Médias (91)

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12574)

  • convert a 10fps video into a one frame per second video with half resolution ffmpeg ?

    22 septembre 2022, par yeahman

    I want to convert my video (h264) into a video with half the resolution of the original video and with one frame per second ; this will be used a small size preview video

    


  • How to specify video resolution when saving stream with ffmpeg

    30 septembre 2022, par Vitaly579

    Now, to save the video stream to a file, I use the command :

    


    ffmpeg -rtsp_transport tcp -i 'rtsp ://ADMIN:PASS@192.168.100.53/cam/realmonitor ?channel=1&subtype=0&unicast=true&proto=Onvif' -t 5 -vcodec copy C :\Video\test.mp4

    


    and I receive a video file with a resolution of 2304 x 1296, which is redundant for me, I would like to receive a file with a resolution of 1280 × 720, is it possible to do this immediately by saving the stream ?

    


    I will be very grateful for your comments

    


  • ffmpeg different resolution hstack

    24 octobre 2022, par kaycaborr

    How can i vertically or horizontally stack videos with different resolutions ?

    


    I currently use
ffmpeg -i top.mp4 -i bottom.mp4 -filter_complex vstack output.mp4 but this fails due to resolutions 1920x640 and 1024x384.