-
Notifications
You must be signed in to change notification settings - Fork 2
MP4 to PNG Sequence
Jerry Hogsett edited this page Mar 7, 2023
·
2 revisions
- Set MP4 File to the path and filename of a MP4 file on this server for conversion
- Set PNG Files Path to a path on this server for the converted PNG files
- Set Output Filename Pattern to a pattern for the new filenames
- The pattern should be a base filename + frame index specifier + and filetype
- The frame index specifier should be based on the video frame count for proper sorting
- Examples:
-
image%03d.png
allows for output filenamesimage000.png
throughimage999.png
-
image%05d.png
allows for output filenamesimage00000.png
throughimage99999.png
-
- Set Frame Rate to the source video FPS to avoid repeated or dropped frames
- Click Convert
-
ffmpeg.exe
is used to perform the conversion - The Details box shows the
ffmpeg.exe
command line used
-
ffmpeg.exe
must be available on the system path - The Video Preview tab on the Video Blender page can be used to watch a preview video of a set of PNG files