Project

General

Profile

Feature #882

Convert MP4 Video into JPEG Images

Added by Daniel Curtis about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
Start date:
01/30/2017
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

This is a simple method for converting an MP4 video into multiple JPEG images of each frame. This was done on Arch Linux, but any machine running ffmpeg will work.

  • Convert MP4 to JPEG:
    ffmpeg -i input.mp4 -qscale:v 2 output_%03d.jpg
    

    NOTE: Change %03d to a higher number for larger frame counts.

Resources

#1

Updated by Daniel Curtis about 7 years ago

  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis almost 7 years ago

  • Status changed from New to Closed

Also available in: Atom PDF