Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (35)

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

  • Les images

    15 mai 2013
  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (2324)

  • 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.
I searched a lot and could not find the code I was looking for.

    


    I tried codes like this :

    


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


    


    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.

    


    I think this Question is not Duplicate

    


    Thanks.

    


  • Additionals : Update time method to allow single digit hour

    16 juin 2015, par Fridus
    Additionals : Update time method to allow single digit hour
    

    Closes #1461