Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (91)

  • Les sons

    15 mai 2013, par
  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6777)

  • C# extract frames from part of a video file

    2 juin 2016, par SiriusNik

    Using AForge ffmpeg wrapper you can extract frames from a video using the VideoFileReader class and save it as a bitmap.

    See this for the exemple :
    Extracting frames of a .avi file

    My problem with that is that you cannot specified where to start reading the frames. It always starts from the beginning of the video file.

    But what if i wanted to extract frames that are in the middle of a two hours long video file. Using that class you’d have to parse the whole first hour juste to get to those frames.

    Does anyone know a way to achieve that ?

  • Remove specific part from multiple videos using ffmpeg

    28 avril 2022, par che10

    I am new to ffmpeg and I am trying to cut the first 20 seconds of each video in a folder. So the output videos will be without the first 20 seconds. I know how to do it for 1 video but how to do it in a batch for multiple videos ? I am using windows 10. Thanks in advance !

    


    what I am using for 1 video file is :
ffmpeg -i "filename.mkv" -ss 00:00:20 output.mkv

    


  • swscale/arm/yuv2rgb : make the code bitexact with its aarch64 counter part

    28 mars 2016, par Matthieu Bouron
    swscale/arm/yuv2rgb : make the code bitexact with its aarch64 counter part
    
    • [DH] libswscale/arm/swscale_unscaled.c
    • [DH] libswscale/arm/yuv2rgb_neon.S