wesker

joined 3 years ago
MODERATOR OF
 

mate

[–] wesker@lemmy.sdf.org 5 points 21 hours ago

Yeah, it's all about you, Raymond.

[–] wesker@lemmy.sdf.org 12 points 22 hours ago (9 children)

LDS will ruin your day if you piss them off.

[–] wesker@lemmy.sdf.org 2 points 1 day ago

Thank you for the offer. Though, my intention is to just control everything via terminal.

[–] wesker@lemmy.sdf.org 5 points 1 day ago* (last edited 1 day ago)

I'm familiar with vhs-decode, on account of considering a domesday for digital backup of my large LaserDisc collection. I decided in the end though, that both applications are just way above and beyond what I want to do.

[–] wesker@lemmy.sdf.org 2 points 1 day ago

I do a lot of Hi8 digitizing, because I like to film in it, so this is first and foremost for that usecase. But I also want to get set up to digitize VHS found footage and lost media.

[–] wesker@lemmy.sdf.org 3 points 1 day ago* (last edited 1 day ago)

The script is nothing to write home about at the moment, with most of my time being spent just dialing it in for performance given the age of the Thinkserver. I feel that's pretty squared away, so the next step is updating it to accept args for things like fps, resolution, etc.

#!/bin/sh

AUDIO_DEV="hw:CARD=HDMI,DEV=0"
FPS=60
OUTDIR="/home/wesker/capture"
PREVIEW_URL="udp://netsphere.lab:5000?pkt_size=1316"

exec ffmpeg -hide_banner \
  -thread_queue_size 2048 -f v4l2 -input_format yuyv422 \
    -video_size 1920x1080 -framerate "$FPS" -i /dev/video0 \
  -thread_queue_size 2048 -f alsa -i "$AUDIO_DEV" \
  -map 0:v -map 1:a \
    -c:v dnxhd -profile:v dnxhr_sq -c:a pcm_s16le \
    "$OUTDIR/$(date +%F-%H%M%S).mov" \
  -map 0:v -map 1:a \
    -c:v libx264 -preset ultrafast -tune zerolatency -g 20 \
    -c:a aac -b:a 128k \
    -f mpegts "$PREVIEW_URL"
[–] wesker@lemmy.sdf.org 7 points 1 day ago

I settled on the Magewell card because I found one super cheap, their Linux drivers seem pretty well supported and maintained, and I wanted a bolted-in solution since everything is rackmount.

[–] wesker@lemmy.sdf.org 9 points 1 day ago

I paid $50 on ebay for the Magewell, because the seller had a huge lot of them to liquidate.

The TINK 4k is indeed expensive, but it was one I had laying around collecting dust. I have a museum of gaming consoles and for a while was upscaling them with the TINK, before moving on to a different solution.

The 16:9@60 is simply my not yet having implemented conditions in my script for variable capture settings. I am fortunate to have an 8TB HDD in the server, and an additional 140TB data server, so file size footprint isn't currently high on my priorities.

 

Screenshot is of me tunneling into my headless analog video capture server I put together out of an old Thinkserver and a Magewell 1080p capture card, both of which were ebay gambles.

Here's the flow:

  • VCR and Hi8 decks -->
  • Kramer VPC-23 AV Switcher -->
  • RetroTINK 4k, upscaled to 1080p HDMI -->
  • Magewell Pro Capture card -->
  • Thinkserver RS140

AntiX headless install on the server. I ssh in to kick off the capture script I wrote, which also publishes a preview video stream to my LAN. I then just kick back and tune in via mpv.

I went as far as setting up an nfs share on the server, so after a capture I can pull it onto my workstation, to trim, edit, etc.

[–] wesker@lemmy.sdf.org 1 points 1 day ago
[–] wesker@lemmy.sdf.org 9 points 3 days ago (3 children)

Is this slop or spergposting? One answer gets a block; the other gets a block, but it's not personal, I just don't understand.

[–] wesker@lemmy.sdf.org 43 points 3 days ago

Older Reddit was even better. Reddit circa 2014 I was organizing local singles nights and smashing it.

 
 
 

S04 of Love on the Spectrum, if anyone is interested.

 
 

I'll start

  • Barry "The Hatchet"
  • Johnny Fiddlesticks
  • Big Bussy
  • Timmy Two Nostrils
  • Greg
 
 
  • Social media created an immediate soap box for everyone, and a way for unhealthy ideas to propagate quicker and more virally. It encourages vanity, inhibition, and unrealistic expectations. Then there's the whole corporate element, where the mainstream of these platforms are truly just systems of data collection and manipulation.
  • Dead internet theory coming in nicely
  • The early advent of the internet had high hopes it would be used for the sharing of information. It indeed is, but the most widely used search engines are weighted to point you towards curated and questionable sources of information. This is purposeful, and often capitalistically motivated versus educational.
  • There's more, but I'm tired and didn't expect to type all this out, so I'll leave it for the comments.
 
 
 
view more: next ›