Oh, I uhh… also bought a Panasonic AG-1980 SVHS deck. Those that know, know.
This might dictate some changes to my hardware setup, and see me eventually remove the TINK and the Magewell HDMI capture card from the mix, in a move towards SDI. TBD.
Making the world a better place, one genetic experiment at a time.
> _
Oh, I uhh… also bought a Panasonic AG-1980 SVHS deck. Those that know, know.
This might dictate some changes to my hardware setup, and see me eventually remove the TINK and the Magewell HDMI capture card from the mix, in a move towards SDI. TBD.
I wanna talk a moment about Earl Grey.
My whole life I avoided it, because I assumed from the floral scent of the leaves, that it must taste like ass.
I recently bought a box on some sort of unexplainable whim.
It is such a wonderful late afternoon pick-me-up!
Sometimes I feel like women only want me for my BWC.


I’ve always been curious about it, but felt like it might be a pain to try to use as a daily driver.
I’ve fairly thoroughly hardened my Void install, have an update and CVE audit workflow, and use firejail to sandbox any apps that make sense to sandbox. That feels more than enough for me.


It’s annoying for sure. I tend to adjust my expectations if the item is used (ala ebay, etc) or from a boutique outfit that makes things in limited batches.


Is there a link to the news story?
Obi-have



How many of those positions will be refilled in India?


propageeza


Yeah, it’s all about you, Raymond.
Thank you for the offer. Though, my intention is to just control everything via terminal.
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.
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.
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"
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.
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.


Not sugar.
This is a repost.