-
Notifications
You must be signed in to change notification settings - Fork 4
Resequence Files
Jerry Hogsett edited this page Jun 29, 2023
·
2 revisions
- Prepare a PNG sequence for import into video editing software
- Rearrange a set of PNG frames for insertion into another set
- Set Input Path to a path on this server to the PNG files being resequenced
- Set File Type to
png
or another necessary value- This used to locate the original set of files, and name the new files
- A wildcard such as
*
will not work here
- Set Base Filename or accept the default
- This is used ahead of the frame index number for new filenames
⚠️ Important: use a name other than the current name of the files
- Set Starting Frame Number or accept the default of
0
- A different value might be useful if inserting a PNG sequence into another
- Set Frame Number Step or accept the default the default of
1
- This sets the increment between the added frame index numbers
- Set Frame Number Padding or accept the default of
-1
- This set the width of the added frame index numbers
- If set to
-1
, the width is determined based on the number of files
- Leave Samping Stride set to
1
and Sampling Offset set to0
- These are used for special purposes, for example:
- To select only even frames:
- set Sampling Stride to
2
- set Sampling Stride to
- To select only odd frames:
- set Sampling Stride to
2
- set Sampling Offset to
1
- set Sampling Stride to
- Tip: selecting even or odd frames can be useful if using de-interlaced content
- To select only even frames:
- These are used for special purposes, for example:
- Leave Rename instead of duplicate files unchecked to keep a copy of the original files
- The original files can be handy for tracking down a source frame
- Click Resequence Files
- Make a backup copy of the original files before using Rename instead of duplicate files due to the danger of losing the original content
- Ensure Base Filename is set to a different name than the source files
- Ensure the only files present in the input path are the ones to be resequenced
- Files are taken in Python
sorted()
order