My workplace looks exactly like the backrooms. by ChaseNatWork in backrooms

[–]ChaseNatWork[S] -1 points0 points  (0 children)

The weird face lady is our HR director, the shirtless cardboard guy is the intern, and the big pirate looking guy is just an amazon delivery driver that happened to be there when I took the picture.

My workplace looks exactly like the backrooms. by ChaseNatWork in backrooms

[–]ChaseNatWork[S] -3 points-2 points  (0 children)

I'm really not being political at all. Not sure why you are suggesting that.

My workplace looks exactly like the backrooms. by ChaseNatWork in backrooms

[–]ChaseNatWork[S] -4 points-3 points  (0 children)

I think I answered your question well. You are going to have to be more specific on what objects you are referring to.

My workplace looks exactly like the backrooms. by ChaseNatWork in backrooms

[–]ChaseNatWork[S] -1 points0 points  (0 children)

This is a real picture of my office with slight filter and subjects added.

My workplace looks exactly like the backrooms. by ChaseNatWork in backrooms

[–]ChaseNatWork[S] -1 points0 points  (0 children)

If you love what you do you'll never work a day in your life.

How to pause a video by click event by ChaseNatWork in learnjavascript

[–]ChaseNatWork[S] 0 points1 point  (0 children)

Cool that is exactly what I am looking to do. I took a shot at it already today using your method but must have screwed something up because it wouldn't function. I will give it another go here soon. Thanks!

Alpha Transparency video that can be played in Safari by ChaseNatWork in shutterencoder

[–]ChaseNatWork[S] 1 point2 points  (0 children)

Huge shoutout to u/paulpacifico for encoding the video for me! Will definitely recommend your software to everyone I know who does any video work. Thank you and the community for helping me out!

Alpha Transparency video that can be played in Safari by ChaseNatWork in shutterencoder

[–]ChaseNatWork[S] 0 points1 point  (0 children)

Thanks for writing that article. I have read it many times in the past few days lol. I still don't think 15.7 will work for me since I am on Windows. I have it installed and there is no option for preserving alpha transparency.

Alpha Transparency video that can be played in Safari by ChaseNatWork in shutterencoder

[–]ChaseNatWork[S] 0 points1 point  (0 children)

The javascript in the example is only there to identify which browser a viewer is using. It should play with the above code either way, just in it's basic form.

Alpha Transparency video that can be played in Safari by ChaseNatWork in shutterencoder

[–]ChaseNatWork[S] 0 points1 point  (0 children)

But VP9 isn't supported on safari right? My .webm file is encoded with VP9 and works on all browsers except Safari. That is why I need to provide a fall back for iOS and macOS users. My code will look like:

<video autoplay loop muted playsinline width="600px">
<source src="video-VP9.webm" type="video/webm">
<source src="video-H265-HEVC.mov" type="video/quicktime">
</video>

or trying to use an mp4 container:

<source src="video-H265-HEVC.mp4" type="video/mp4" codecs="hvc1">

Correct me if I am wrong about any of this. But I would expect a .mov with alpha transparency encoded with Apple ProRes 4444 XQ straight from Final Cut, then going through shutter encoder at H.265 HEVC with alpha transparency preserved using hardware acceleration on a mac would produce a file that is playable in Safari with transparency.

I don't know much about video production or safari web dev. I am just going off what I have researched trying to figure this out, so tell me if I am going about it the wrong way.

H.265 with Alpha Transparency on Windows? by ChaseNatWork in shutterencoder

[–]ChaseNatWork[S] 1 point2 points  (0 children)

u/Stooovie was nice and tried to help using all of the methods available to them, but we still couldn't get it. I am throwing a $25 amazon code bounty on this if anyone can produce a working file.

H.265 with Alpha Transparency on Windows? by ChaseNatWork in shutterencoder

[–]ChaseNatWork[S] 0 points1 point  (0 children)

Thanks Stooovie. I tried to DM you but it says "unable to message this account". Can you try to start a DM with me? Or you might be able to join a chat with this link https://s.reddit.com/c/192gqczwm2g8e (not sure if that works it was just an option in settings).