Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (16045)

  • ffmpeg hflip command causes video to go black

    28 octobre 2017, par user3713080

    Using the command ffmpeg -i test.mp4 -filter_complex "[0]hflip" new.mp4 makes the output video turn completely black in windows media player until you play the file a second time and then frames will be missing.

    If you append the mirrored video after another video it will just simply stop playing once it reaches the time in the timeline where the mirrored video starts. If you put the mirrored video before another video it will simply display the mirrored video as a black screen.

    Any suggestions on how to fix this or another solution i can use in C# to flip and merge videos ?

  • [FFMPEG]Add 20 black frames at beginning of video (seeking)

    6 mai 2022, par Halano Siblee

    .MOV VFX video animation start at 00:00:00
    I need ffmpeg Command for adding
    
20 black frame at start so video start at 00:00:20

    


    ffmpeg -i input.mov -ss 20 -vcodec copy -acodec copy output.mov


    


    this code above trim first 25 frame i need to add 25 black frames ?

    


  • Ubuntu 14 FFMPEG & Black and White Conversion

    3 septembre 2015, par Jesse James Richard

    As the HUE option doesn’t exist in FFMPEG on Ubuntu because it’s AVCONC, can it just be assumed that it’s nearly impossible to convert a video to black and white since FFMPEG is effectively incomplete ?