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

Use pyglet for audio/video preview #15

Open
4 tasks
sbordeyne opened this issue Mar 19, 2019 · 0 comments
Open
4 tasks

Use pyglet for audio/video preview #15

sbordeyne opened this issue Mar 19, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@sbordeyne
Copy link
Owner

  • Switch to using pyglet for cross platform audio/video playback/preview
  • Remove mp3play library dependancy
  • Get size of file. Sub 3 MB files shouldn't be streamed, but loaded fully into memory before playback
  • Create a video player with a tkinter Canvas. Use pyglet's API to seek the next frame and synchronize with the video's framerate using the time library and the clock() function
@sbordeyne sbordeyne added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 19, 2019
@sbordeyne sbordeyne added this to the 1.0 Release milestone Mar 19, 2019
@sbordeyne sbordeyne self-assigned this Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant