Remix.run Logo
s20n 3 hours ago

It really grinds my gears that the uploader had to ruin the "Greatest Shot in Television" by stretching the 4:3 video to 16:9.

I know I sound like a pedant but so many of these old TV recordings are uploaded this way on youtube. I was so annoyed by this infact that a few years ago I made a dumb extension that squeezes the video element back to 4:3 [1]. I'm not sure if this still works though.

[1] https://chromewebstore.google.com/detail/doddimnledmldclhlbf...

somat 2 hours ago | parent [-]

A question about aspect ratio on youtube, Does it care? or can you put whatever aspect ratio you want, I guess my complaint is that I don't see nearly enough (none) square video on the site.

IdiotSavage an hour ago | parent | next [-]

YouTube, as well as any decent player, plays any aspect ratio video, even portrait mode.

As an uploader you should never add black bars (if they are in the source, crop them out before uploading) and of course never distort the video. This ensures the best playback experience for all devices.

nananana9 19 minutes ago | parent | next [-]

> As an uploader you should never add black bars

In an ideal world yes. In practice, the YouTube layout looks weird on aspect ratios that aren't 4:3 or 16:9. If you upload any vertical video it gets categorized as a short, so that's out of the window - and even for things like 21:9 you get a teeny tiny player on desktop since it just fits the width.

sigmoid10 40 minutes ago | parent | prev | next [-]

Ah yes, the good old "shot in portrait mode, converted to 16:9 with added black bars, and then displayed under YT shorts in portrait mode again" category on youtube. This is almost artistic at this point. Sometimes I wonder how small can the content of a video get before people will stop watching it. Is there any research on this?

otikik 40 minutes ago | parent | prev [-]

What do you do if you want to combine several sources with different aspect ratios? Surely black bars are acceptable in that case?

the8472 29 minutes ago | parent [-]

I don't know if YT can, but browsers do handle variable-AR videos.

https://litter.catbox.moe/1x93zdib04wu50kc.webm

pjc50 2 hours ago | parent | prev | next [-]

You can. I've even seen intentional 4:3 used as an "80s" signifier.

Quick googling suggested that square video under 3 minutes will be automatically classed as "shorts", which much of HN hates and may never have seen.

weinzierl an hour ago | parent [-]

Not YouTube but regarding the period signifier:

Wes Anderson's "The Grand Budapest Hotel" has every section of the movie shot in the time appropriate aspect ratio.

ErroneousBosh 39 minutes ago | parent [-]

But the presentation format is actually 1.85:1 so the 1930s part is pillarboxed slightly and the 1960s part is heavily letterboxed.

If you buy the Blu-ray it's presented in 16:9 and 1920x1080 throughout, it's just masked to suit.

OliverGuy 2 hours ago | parent | prev | next [-]

AFAIK youtube will stretch the player window to match the aspect ratio of the source media, lots of cinematic content that's a wider than normal (21:9 I think?) ratio that youtube adjusts the player window to fit around without black bars.

They won't ever squash or stretch video though, so this means the original uploader stretched the 4:3 content to 16:9 at some point before upload

ErroneousBosh 42 minutes ago | parent | prev [-]

I think it will show in whatever aspect ratio you upload.

It cares about overall pixel size, and for example standard 720x576 standard def 4:3 video will be brutally compressed compared to the exact same video upscaled using any non-AI upscaler (even nearest-neighbour) to 1440x1080.

I dug into this a bit a while ago, and could probably post my finding here if anyone was interested.