Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (34)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (6704)

  • x11grab : fixed next frame capture time calculation

    3 février 2016, par Trevor \\\\ Higgins
    x11grab : fixed next frame capture time calculation
    

    The next frame time could slip, causing the frame rate to drop until
    frames were dropped. Now will capture at the next correct moment instead.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavdevice/x11grab.c
  • Merging of videos take long time ffmpeg

    23 juillet 2018, par stan wyck

    I am using below command to merge different videos and it takes a long time

    -i video1.mp4 -i video2.3gp -i video3.mp4
    -filter_complex [1:v]scale=1280:720,setsar=1[v1]; [2:v]scale=1280:720,setsar=1[v2];[3:v]scale=1280:720,setsar=1[v3];[v1][1:a][v2][2:a][v3][3:a]concat=n=3:v=1:a=1[outv][outa]
    -map [outv] -map [outa] -c:v libx264 -c:a aac
    -preset ultrafast videoOut.mp4 -hide_banner
  • Skipping Sequential n Frames Every Selected Time or Frames with FFmpeg [closed]

    23 décembre 2020, par ihyyaA

    How can i stream video by skipping Specific number of Sequential frames or time every selected number of frames or time.&#xA;I searched a lot and could not find the code I was looking for.

    &#xA;

    I tried codes like this :

    &#xA;

    ffmpeg.exe -re -i "link.m3u8"-vf select="not(mod(n\, 200))" -acodec aac -c:v libx264 -preset veryfast -strict experimental -f flv "rtmp://.."&#xA;

    &#xA;

    But the output is one frame every specific frames or time, but i want selected number of Sequential frames every selected period of time or frames.

    &#xA;

    I think this Question is not Duplicate

    &#xA;

    Thanks.

    &#xA;