VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Feb 2005
    Location
    EARTH
    Search Comp PM
    hello!

    I want to save the frame of a MOV video file at a specific timestamp, as an image file

    how can I do this?

    thanks!
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    You could vlc, video->take snapshot.

    Or if you want to use it in a command line you can use ffmpeg

    Example
    Code:
    fmpeg -ss 00:10:20 -t 1 -s 400x300 -i video.mov -f mjpeg screenshot.jpg
    (see http://code.coneybeare.net/how-to-generate-png-screenshots-using-ffmpeg )
    Quote Quote  
  3. Member
    Join Date
    Feb 2005
    Location
    EARTH
    Search Comp PM
    Originally Posted by Baldrick View Post
    You could vlc, video->take snapshot.
    a keyboard shortcut would help alot!
    Quote Quote  
  4. Member
    Join Date
    Mar 2012
    Location
    milan
    Search Comp PM
    I agree with Baldrick, use VLC!
    Quote Quote  
  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Originally Posted by ecos View Post
    Originally Posted by Baldrick View Post
    You could vlc, video->take snapshot.
    a keyboard shortcut would help alot!
    Shift-s. You can change it under the Preference.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!