Skip to content

Comments

fnExtractFrameToJPG enable file names to digits. #5#15

Open
ryoja wants to merge 1 commit intodamianociarla:masterfrom
ryoja:issue5
Open

fnExtractFrameToJPG enable file names to digits. #5#15
ryoja wants to merge 1 commit intodamianociarla:masterfrom
ryoja:issue5

Conversation

@ryoja
Copy link

@ryoja ryoja commented Aug 24, 2015

Hi.
I tried to fix #5.
If you specify a file name in such a code, "my_frame_001.jpg, my_frame_002.jpg, ..." files are created.

         video.fnExtractFrameToJPG ('/path/to/save_your_frames', {
             frame_rate: 1,
             number: 5,
             file_name: 'my_frame_%03d'
         }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace %d in file names to digits.

1 participant