Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -range option in sam do #61

Closed
mfe opened this issue Aug 20, 2012 · 6 comments
Closed

Add -range option in sam do #61

mfe opened this issue Aug 20, 2012 · 6 comments

Comments

@mfe
Copy link
Member

mfe commented Aug 20, 2012

range, first, last (frame) -> to renumber on the fly
(-ti -to)

@fabiencastan
Copy link
Member

Is it a node or an option?
This was the goal of TimeShift before I break it.

@MarcAntoine-Arnaud
Copy link
Member

it's a sam-do option to process only a part of sequence.

@fabiencastan
Copy link
Member

Selecting a part of the sequence already exists: "-r [ --range ] arg processing range".
Changing the timing is something different.

The first one is an option. But the second one could be a node.

@MarcAntoine-Arnaud
Copy link
Member

yes but you can't renumberer a sequence:
sam-do r sequence.####.jpg // w out.####.jpg // -r 10,100 -first 50
this process image 10 to 100 and the output sequence start at 50 and finish at 140.

@fabiencastan
Copy link
Member

Or:
sam-do r sequence.####.jpg // timeshift start=50 // w out.####.jpg // -r 50,140

If you add a Text node which write the current frame number on the image, you have to choose where to put your retime operation.
Maybe timeshift is not the clearest name. Could be renamed as "retime".

@mfe
Copy link
Member Author

mfe commented Aug 21, 2012

Using the timeshift node LGTM
Here, we call this operation "renumber".

#67

On Mon, Aug 20, 2012 at 4:59 PM, Fabien Castan notifications@github.comwrote:

Or:
sam-do r sequence.####.jpg // timeshift start=50 // w out.####.jpg // -r
50,140

If you add a Text node which write the current frame number on the image,
you have to choose where to put your retime operation.
Maybe timeshift is not the clearest name. Could be renamed as "retime".


Reply to this email directly or view it on GitHubhttps://github.com//issues/61#issuecomment-7871848.

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

No branches or pull requests

3 participants