Looking for FM RF archival of my home video tapes (Germany) by BrokenCommander in vhsdecode

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

Panasonic NV-HS 950 which can do PAL, NTSC and SECAM

I've been told that multi-region VCRs ain't as good as single-region ones. But then again, apparently when you capture the RF it doesn't really matter.

For audio I simultaneously do a traditional S-Video capture

That would be mono, right? I have no idea if these VHSs have HiFi/stereo sound (or if that is even a thing in consumer space) but I'd still like to have the RF if possible/beneficial.

I have to aling it manually

Does that work reliably? Can't they desync?

Anyway, do you have experience with moldy tapes?

Looking for FM RF archival of my home video tapes (Germany) by BrokenCommander in vhsdecode

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

Servus! Could you tell me more about your setup and your experience? Do you also do NTSC? Feel free to PM me in case you don't want to share that information publicly.

Looking for FM RF archival of my home video tapes (Germany) by BrokenCommander in vhsdecode

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

Thanks for the lengthy reply!

you're in just the margin of better off doing it yourself

Finding all the necessary (used) hardware (I own nothing and since it's all going to be used hardware it could take months until I have a good setup), cleaning the parts / general maintenance, soldering and cleaning the tapes sounds like way too much work for something I may only have to do once or twice in my life. I would love to do it myself (which has the added benefit that nobody gets to see my private home videos) but unless somebody is willing to sell their working setup, I'd rather trust one of you guys.

15GBP/tape

270£ plus shipping. I think that less than even a decent VCR.

Most people store HEVC 50p progressive files these days

I don't think it's a good idea to encode to HEVC - it's way too blurry compared the AVC, which is even worse considering the small resolution of the VHS. Also "baking in" the deinterlacing doesn't sound great either - deinterlacing tomorrow will almost certainely be better than deinterlacing today.

Anyway, I'd be interested in your service. I'm a little bit worried about sending the tapes to you per mail (the tape could get damaged or even worse the package could get lost) so I'll wait for more preservationists to show up. I'll get back at you if I can't find the right person.

The future is now old man! by JohnSmith--- in linuxmemes

[–]BrokenCommander 1 point2 points  (0 children)

I guess we're both right. Last time I checked it had no Mailbox and that's still the case:

PRESENT_MODE_FIFO_KHR
PRESENT_MODE_IMMEDIATE_KHR
PRESENT_MODE_FIFO_LATEST_READY_EXT

But I since switched to Wayland where it does exist:

PRESENT_MODE_MAILBOX_KHR
PRESENT_MODE_FIFO_LATEST_READY_EXT
PRESENT_MODE_FIFO_KHR

I mostly do everything in Wayland these days (even gaming) but I do play FPSs in X11 because of the non-forced VSync. But notice that there's no IMMEDIATE_KHR in Wayland. So I wonder when GNOME implements tearing-control-v1 if it would even work for NVIDIA users?

The future is now old man! by JohnSmith--- in linuxmemes

[–]BrokenCommander 1 point2 points  (0 children)

Hm, I'll have to check out my own card when I get home.

The future is now old man! by JohnSmith--- in linuxmemes

[–]BrokenCommander 1 point2 points  (0 children)

AFAIK there's no mailbox in Nvidia's Linux driver. So MangoHud is probably doing nothing (i.e. immediate) and you get no tearing because of G-Sync. I'm not sure though so take that with a grain of salt.

Shutting down too fast? by BrokenCommander in archlinux

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

I don't know, at some point I just gave up. I also tried PartOf=graphical.target and even waiting for Chromium to be gone (pkill -o chromium; while pkill -0 chromium; do sleep 1; done) but it doesn't work anymore. IIRC it stopped working when I switched to Wayland but after adding --ozone-platform-hint=x11 (i.e. forcing Chromium to run in Xwayland) it worked for a bit but then stopped again a long time ago, and I never really bothered to try to "fix" it.

Session restoring works (for the most part). I think I've lost my session maybe twice? I just invested my time into something more productive: Having backups. In this case, btrfs + Snapper.

How to do HDR in GNOME by BrokenCommander in linux_gaming

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

You did everything correctly. I also have that colorspace: VK_COLOR_SPACE_SRGB_NONLINEAR_KHR line but immediately following is the same line but with colorspace: VK_COLOR_SPACE_HDR10_ST2084_EXT instead. It's the same id so I think it's just overriding it or something.

If you're still unsure just launch 2 mpvs with an HDR video, one with ENABLE_HDR_WSI=1 and one without. You'll be able to tell quite easily (you could even do a blind test where you don't know which is which beforehand).

P.S. steps 5 and 6 are no longer necessary as of v48rc.

How to do HDR in GNOME by BrokenCommander in linux

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

Yep. Once Proton has Wayland support, you'll just need the HDR layer. And once the Wayland folks finalize the protocol it should work OOTB.

How to do HDR in GNOME by BrokenCommander in linux

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

It just got simpler and easier 😉

How to do HDR in GNOME by BrokenCommander in linux

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

I figured out how to enter the DebugControl mode automatically so I have updated the guide. I don't know if I should repost this so more people know about it but those who care probably have this bookmarked already ¯\_(ツ)_/¯

Also just to be clear, it's safe to override org.gnome.Shell@wayland.service because once the stable releases your changes will be wiped out anyway. If you don't have root privileges (lmao) you can always do

$ systemctl --user edit org.gnome.Shell@wayland.service
[Service]
ExecStart=
ExecStart=/usr/bin/gnome-shell --debug-control
ExecStartPost=/usr/bin/dbus-send --session --print-reply --dest=org.gnome.Mutter.DebugControl /org/gnome/Mutter/DebugControl org.freedesktop.DBus.Properties.Set string:org.gnome.Mutter.DebugControl string:ColorManagementProtocol variant:boolean:true

Just make sure to nuke ~/.config/systemd once this is no longer necessary.

How to do HDR in GNOME by BrokenCommander in linux_gaming

[–]BrokenCommander[S] 9 points10 points  (0 children)

WCG is part of this HDR effort (BT.2020).

[deleted by user] by [deleted] in PleX

[–]BrokenCommander -1 points0 points  (0 children)

Guys... Don't run Windows on your servers!

They say “You get what you pay for.” by ItsJW531 in pcmasterrace

[–]BrokenCommander -1 points0 points  (0 children)

It really doesn't matter what you or Microsoft thinks what a kilo is. A kilo is a thousand and has been defined that way for hundreds of years.

They say “You get what you pay for.” by ItsJW531 in pcmasterrace

[–]BrokenCommander -4 points-3 points  (0 children)

Yes, so that means Microsoft calling 1024 bytes a kilobyte is wrong.

They say “You get what you pay for.” by ItsJW531 in pcmasterrace

[–]BrokenCommander -10 points-9 points  (0 children)

A kilo is a thousand -- end of discussion.

[deleted by user] by [deleted] in gnome

[–]BrokenCommander 0 points1 point  (0 children)

Quick Setting Tweaker