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

Ability to take screenshot of a video #1027

Closed
Hx2-code opened this issue Feb 13, 2021 · 4 comments · Fixed by #2221
Closed

Ability to take screenshot of a video #1027

Hx2-code opened this issue Feb 13, 2021 · 4 comments · Fixed by #2221
Labels
enhancement New feature or request

Comments

@Hx2-code
Copy link

The feature will be useful.

@Hx2-code Hx2-code added the enhancement New feature or request label Feb 13, 2021
@Raul184
Copy link

Raul184 commented Feb 26, 2021

I can take this one if somebody assigne it to me

@GilgusMaximus
Copy link
Contributor

Hi, thanks for your willingness to contribute that much !
If you need any help, let us know :)

@Raul184 Raul184 removed their assignment Mar 3, 2021
@Raul184
Copy link

Raul184 commented Mar 3, 2021

Just realized it is VUE.. sorry for the misunderstanding but freetube appeared as a ReactJS open source project when searching for..

@seascape
Copy link

seascape commented Oct 3, 2021

Hello! I came here to request/suggest a screenshot feature, and found this existing request.

A few suggestions and observations based on experiences with browser add-ons that do this:

  • Please offer lossless PNG capture. You may want to go further and add lossy JPEG too, but in my opinion if there can only be one, lossless is the way to go. The user can always compress a lossless PNG into a lossy JPEG, but they can't restore a lossy JPEG that already has artifacts.

  • Many YouTube screencap browser add-ons derive screenshot resolution from the current size of the video in the browser rather than the full resolution of the video. This means the user has to toggle to fullscreen before capturing if they want a screenshot that's at least close to the video's true resolution. Therefore, I suggest it's better practice to derive screenshot resolution from the full resolution of the video, such as 1080p, 720p, etc.

  • Two file-save procedures are possible: ask the user where to save to after every screenshot taken, or automatically save screenshots to a previously specified folder. The latter method is useful for allowing the user to take multiple screenshots in more rapid succession. It would be nice if that folder is user-selectable.

  • In addition to a possible screenshot UI icon, a keyboard shortcut is useful as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants