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

Option: Cut video instead of adding blackbars #1069

Closed
TuTAH1 opened this issue Oct 12, 2021 · 8 comments
Closed

Option: Cut video instead of adding blackbars #1069

TuTAH1 opened this issue Oct 12, 2021 · 8 comments
Labels
Feature request Wish or idea good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) 🧩Plan ready Solution or some specification noted; To-Do; steps for implementation (+raw brainstorming too maybe) Rare use-case? Rare / Niche (or just for fun?) Or to become a remainder replaced by a successor or anything. Structures (UX & ORG & Teamwork) Let's focus on structure! Everything should be as easily seen/found as it is relevant. up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥

Comments

@TuTAH1
Copy link

TuTAH1 commented Oct 12, 2021

Now, if the video didn't fit the player size, YouTube adds black bars. I suggest adding an option to cut the video instead of adding blackbars. That would be nice if It can be activated via the YouTube settings button ar with key shortcut. That's can be done easily by changing "video-stream html5-main-video"'s height and width:

.video-stream.html5-main-video {
	height: auto!important;
	width: var(--monitorResolutionWidth)!important;
	left: 0px!important;
}

or maybe there's even a simpler way

@TuTAH1 TuTAH1 added Feature request Wish or idea help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) labels Oct 12, 2021
@ImprovedTube ImprovedTube added Rare use-case? Rare / Niche (or just for fun?) Or to become a remainder replaced by a successor or anything. and removed Feature request Wish or idea labels Oct 14, 2021
@ImprovedTube
Copy link
Member

Welcome @TuTAH1! "why?" what about fullscreen hotkey instead? cutting in each case? (either vertically or horizontally at need)
labling this 'tweak, unless we can add universal specification / common use case to make it a 'feature.

@TuTAH1
Copy link
Author

TuTAH1 commented Oct 14, 2021

@ImprovedTube there's no cutting when I turn it into fullscreen, I still can see black bars. Maybe I'm missing some option?

@ImprovedTube ImprovedTube added 💭Question🌱 Q & A (We can move it to the 'Discussions'-Section, if no other label applies) 🧩Plan ready Solution or some specification noted; To-Do; steps for implementation (+raw brainstorming too maybe) labels Sep 27, 2022
@ImprovedTube
Copy link
Member

thanks again! i'm just not sure if more than a few people would/should use this 🤔
Why wouldnt you mind not seening all of the video?

@ImprovedTube ImprovedTube added No entiendo🥺 Seems we didnt understand some part. (Not enough information or unclear wording? Or out of scope?) and removed 💭Question🌱 Q & A (We can move it to the 'Discussions'-Section, if no other label applies) labels Sep 29, 2022
@ImprovedTube ImprovedTube added this to the Easy milestone Sep 29, 2022
@ImprovedTube ImprovedTube added Structures (UX & ORG & Teamwork) Let's focus on structure! Everything should be as easily seen/found as it is relevant. and removed No entiendo🥺 Seems we didnt understand some part. (Not enough information or unclear wording? Or out of scope?) labels Sep 29, 2022
@ImprovedTube
Copy link
Member

ImprovedTube commented Sep 29, 2022

  • Here structure means, what matters most is, how we call it. And that nobody sees it, who does not need to. (maybe a purpose could be specific presentations, where they decide this already knowing every second in the video)

TLTR: Purpose : #presentation only?

@TuTAH1
Copy link
Author

TuTAH1 commented Sep 30, 2022

I don't clearly understand your question, but this feature is extremely useful in case of double blackbars caused by 21:9 fragment in 16:9 video while watching on 21:9 screen (or something similar. Nearly all videos are combination of different AR (aspect ratios) parsed to one AR by adding black bars. In case if your screen AR is not equal to video's one, you see double black bars (both up-down and left-right — one embedded in video and other is added by YouTube) very often. My suggestion will fix it).
Otherwise it's still useful for just hiding single black bars.

@hboyd2003 hboyd2003 added the Feature request Wish or idea label Oct 12, 2022
@ImprovedTube ImprovedTube added good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥ labels Oct 19, 2023
@bart1998
Copy link
Contributor

@ImprovedTube I would like to work on this issue. Could you assign me?

@Anoaxx
Copy link

Anoaxx commented Feb 25, 2024

@ImprovedTube I would like to work on this issue. Could you assign me?

Feel free to assign yourself. Theres a lot of work people are doing and not see your comments, so u can contribute all the time(i think)

@bart1998
Copy link
Contributor

I cannot seem to be able to assign myself to the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Wish or idea good first issue A GitHub standard for inviting (new) contributors *Congratulations in advance!* help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) 🧩Plan ready Solution or some specification noted; To-Do; steps for implementation (+raw brainstorming too maybe) Rare use-case? Rare / Niche (or just for fun?) Or to become a remainder replaced by a successor or anything. Structures (UX & ORG & Teamwork) Let's focus on structure! Everything should be as easily seen/found as it is relevant. up-for-grabs (a github standard for inviting new contributors) - Welcome! ♥
Projects
None yet
Development

No branches or pull requests

5 participants