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

Question: How does one start playing from somewhere inside the part? #202

Closed
pbelbin opened this issue Jun 8, 2024 · 5 comments
Closed
Labels
Help / Contributions welcome Noone is actively working on this right now, feel free to submit a Pull Request question Further information is requested

Comments

@pbelbin
Copy link

pbelbin commented Jun 8, 2024

Describe your question

I have a HyperDeck, and I have a video clip that is too long. eg: 5:30 or so. But, I want to stop at some point prior to the end, to omit the trailing portion.

I don't know exactly how much time I need to omit, so I need to eyeball it.

Seems like currently, all I have the ability to do is hit 'play' (from the beginning), pause/resume and stop.

I want to be able to set a 'play from' point while editing the part, hit play, then be able to stop and perhaps re-start from the 'play from' to see that my adjustments to the duration are correct & repeat as needed.

How is this done?

@pbelbin pbelbin added the question Further information is requested label Jun 8, 2024
@nytamin
Copy link
Member

nytamin commented Jun 10, 2024

SuperConductor uses the Timeline-State-Resolver library to control playback. Unfortunately, it currently does not support seeking into clips for hyperdeck (only for CasparCG).
To solve this, one would have to open a PR to TSR to add support for seeking into files (somewhere around here).

@nytamin nytamin added help wanted Extra attention is needed Help / Contributions welcome Noone is actively working on this right now, feel free to submit a Pull Request and removed help wanted Extra attention is needed labels Jun 10, 2024
@pbelbin
Copy link
Author

pbelbin commented Jun 10, 2024

Hmmmmmm. That may be part of the solution.

But, even if you don't have a HyperDeck playout device, and are using CasparCG, how does one initiate playout partway through the part?

Is there a way to point at a location in the part and cause playout to start from that point in the part?

Or, is there a way to drag the vertical line that shows up during playout of a part and drag it to a different location, and continue from there?

eg: part lasts 5 minutes in total, but I want to see the last 30 seconds of it to check how it looks. Is there a way to not have to wait the previous 4 and a half minutes?

@pbelbin
Copy link
Author

pbelbin commented Jun 12, 2024

@nytamin ,

even if the part is made up of lots of smaller timeline items, it seems that currently, there's still no way to ask for the playout of a part to start at 4:30 into the 5 minute long part, and have it pick up playout at the start of the next item in the part (or even better, part way within a single source)?

I tried using CasparCG, and it still seems there is no way to start playout from somewhere arbitrary within the part by using the mouse to indicate where playout should start.

Is there another way to do this currently, or is this functionality that's yet to become available, and should be a feature request?

Thank you!

@nytamin
Copy link
Member

nytamin commented Jun 12, 2024

Currently, you can set the Seek property in on CasparCG clip to start playing from that time of the clip.
There is this FR to make the GUI more intuitive for setting the seek time (ie by dragging the inpoint in the timeline view) : #200

There currently isn't any feature request to start playing a part from a place within it, feel free to write one if you'd like!

@pbelbin
Copy link
Author

pbelbin commented Jun 19, 2024

Just FYI, I have opened a feature request for this:

#203

@nytamin nytamin closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help / Contributions welcome Noone is actively working on this right now, feel free to submit a Pull Request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants