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

Revisiting Video Navigation #70

Open
scottgarner opened this issue Nov 20, 2014 · 8 comments
Open

Revisiting Video Navigation #70

scottgarner opened this issue Nov 20, 2014 · 8 comments
Assignees
Milestone

Comments

@scottgarner
Copy link
Collaborator

Normal scrubbing at the bottom of the video unfortunately just won't work because Popcorn cycles through all events as it moves through time, so you end up with crazy problems like the video player suddenly jumping into the corner during the middle of your scrub,

Maybe we could do something like p5 and have a lesson timer at the bottom that isn't interactive? Or maybe it could be minimally interactive, where you could jump between the popcorn cues instead of to any time during the video?

@scottgarner scottgarner added this to the 2014 Revision milestone Nov 20, 2014
@scottgarner scottgarner self-assigned this Nov 20, 2014
@shiffman
Copy link
Member

This sounds like a good direction. Let's try adding the lesson timer, this will at least give people a sense of where they are which I think works well with the p5 video. Maybe, as you suggest, there could also just be a selection of clickable points on the timer that would allow people to jump to specific moments for a little more control? I don't want to overcomplicate things though.

@scottgarner
Copy link
Collaborator Author

Do you think I should try to visually represent a timeline for the whole hour of code or for each video at a time?

@shiffman
Copy link
Member

I think maybe just each video at a time? We have the navbar at the top which gives people a sense of where they are in the full tutorial?

@scottgarner
Copy link
Collaborator Author

I think that makes the most sense to. I took an initial stab at this. I'm debating whether or not to try and move the video option buttons down there, but things get cluttered very quickly.

@shiffman
Copy link
Member

shiffman commented Dec 8, 2014

I think it's probably smart to stop where we are, the addition of a timer at the bottom is quite helpful. I'm tempted to say we add a couple markers that a user could skip or return to for key points, but I have a feeling that this may be too much and "cluttered" as you mentioned. Any last thoughts?

@scottgarner
Copy link
Collaborator Author

I like the idea of waypoints, too, but unfortunately jumping back and forth
with Popcorn is so erratic that things go crazy very quickly.

I remember now that the ten second button from last year was the easiest
compromise because there are relatively few events in a ten second span
that could go haywire.

On Sun, Dec 7, 2014 at 6:12 PM, Daniel Shiffman [email protected]
wrote:

I think it's probably smart to stop where we are, the addition of a timer
at the bottom is quite helpful. I'm tempted to say we add a couple markers
that a user could skip or return to for key points, but I have a feeling
that this may be too much and "cluttered" as you mentioned. Any last
thoughts?


Reply to this email directly or view it on GitHub
#70 (comment)
.

@meiamsome
Copy link
Member

I added the ability to scrub through the video using the bar at the bottom of the screen. I can see the issues with Popcorn's jumping that is mentioned above, but I think I've mostly fixed it in parts 1 & 2 as far as I see by adding relevant stop times to the events so they don't conflict.

@shiffman
Copy link
Member

amazing that's great, I'll try to do some testing and see if I notice anything!

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

No branches or pull requests

3 participants