Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (74)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6375)

  • make one thumbnail image from video ffmpeg

    24 octobre 2014, par Manu

    I’m using ffmpeg for generating thumbnail image from video. I need to generate one thumbnail image from a video.

    ffmpeg -i test.mp4 -f image2 -vf "select=gt(scene\,0.1)" -vframes 1 demo.jpg

    This is my command.
    How can I divide the video into scenes and get the 2nd scene as thumbnail image. Because the user may upload any length of video (may be 1 second length)

    Kindly help me :)

  • How to make a L band effect with ffmpeg so that when user start command the video will squeeze in and L band will come from bottom left [closed]

    3 août 2020, par kiara

    Please find this example I want to achieve something like this https://www.youtube.com/watch?v=SsEO_CgSrg0

    


  • How would I make my clips cut by PySceneDetect .03 second longer ? (PySceneDetect)

    12 novembre 2019, par barry b. bensen

    I am cutting clips from a video apart using FFmpeg and PySceneDetect’s detect-content and split-video.
    It spits out the clips from the video in a folder.

    Everything is working, but the clips are ending .03 seconds too early (under a second, not exactly .03). I would either like to make them cut .03 seconds later or add .03 seconds onto the clip’s length to try to include what would have been cut. (whatever way to get that last bit of the clip where it belongs and not on the front of the next clip).

    The ending of the clip that is cut off is being added to the next clip in the folder (the scene that was cut next, from the video).

    I have played around with the sensitivity of the detect-content (what is used to tell if the scene in a video is a new scene or not) and this isn’t affecting the last bit that is cut off of the clips. I think I have to change something in one of these .py’s

    but have not been able to understand them.

    after no progress i gota ask for help

    exmaple :
    https://imgur.com/142DsWB

    The start has video (and sound) from the clip that was cut before it