Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (42)

Sur d’autres sites (7783)

  • movenc : Define the flag bits using shifts instead of as decimal numbers

    2 novembre 2014, par Martin Storsjö
    movenc : Define the flag bits using shifts instead of as decimal numbers
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.h
  • How to get frame numbers from video in android ?

    13 décembre 2018, par Murodjon Abdukholikov

    Is there any way for getting the total number of frames from a video in android ? I’m using com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.14 library for getting a frame on specific time. In order to get frames and save them as an image with specific time intervals, I need to get frame numbers.

  • Name ffmpeg generated images using timestamp rather than sequential numbers

    1er octobre 2018, par weotch

    As far as I can tell from the ffmpeg docs, they don’t provide a way to use timestamps in the filename rather than sequential numbers. What they provide allows you to create 0001.jpg, 0002.jpg, 0003.jpg but not 2011-08-01 7:30:00.jpg, 2011-08-01 7:30:01.jpg, 2011-08-01 7:30:02.jpg. Can anyone think of a solution that could take the sequentially named files from ffmpeg and name them using their created time ?