youtube icon indicating copy to clipboard operation
youtube copied to clipboard

Option: Cut video instead of adding blackbars

Open TuTAH1 opened this issue 3 years ago • 8 comments

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 avatar Oct 12 '21 11:10 TuTAH1

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.

ImprovedTube avatar Oct 14 '21 04:10 ImprovedTube

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

TuTAH1 avatar Oct 14 '21 17:10 TuTAH1

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 avatar Sep 27 '22 23:09 ImprovedTube

  • 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?

ImprovedTube avatar Sep 29 '22 04:09 ImprovedTube

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.

TuTAH1 avatar Sep 30 '22 14:09 TuTAH1

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

bart1998 avatar Feb 25 '24 15:02 bart1998

@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)

Anoaxx avatar Feb 25 '24 21:02 Anoaxx

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

bart1998 avatar Feb 26 '24 22:02 bart1998