Skip to content

Script Allowing to find all animation's files in a nested directory architecture that match a regex expression and print their frame ranges..

License

Notifications You must be signed in to change notification settings

logan169/animated_sequence_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animation frame ranges finder

Script that finds all animated sequences in a given directory and prints their frame ranges in the following format if they math a regex expression:

  • 'name: 1001-2000' if there are no gaps
  • 'name: 1001, 1003-1500, 1600-2000' if there are gaps

The format for an animated sequence is name.####.ext e.g. /job/.../my_render_v001.1001.jpg

How to use it

Help

python find_animated_sequences_frame_range.py -h

example_picture1

Running it

python find_animated_sequences_frame_range.py --folder_path <folder_path>

Testing it

cd python

python find_animated_sequences_frame_range.py --folder_path synthetic_data/

example_picture2

About

Script Allowing to find all animation's files in a nested directory architecture that match a regex expression and print their frame ranges..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages