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.
Dr. Wesker
Making the world a better place, one genetic experiment at a time.
> _
- 8 Posts
- 344 Comments
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.
Dr. Wesker@lemmy.sdf.orgto
Selfhosted@lemmy.world•You already know why you're reading this.English
9·4日前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.
Dr. Wesker@lemmy.sdf.orgto
Selfhosted@lemmy.world•Best speech to text for arthritic fingers? [SOLVED: using Handy]English
10·6日前I’ve started my own foray into push-to-talk and speech-to-text recently. I opted for
faster-whispersince I wanted a lighter, local approach. It might be more DIY than what you’re looking for, but I just wanted to chime in since it’s fresh on my mind.
Dr. Wesker@lemmy.sdf.orgto
Asklemmy@lemmy.ml•What would you do if your 24- to 26-year-old son or daughter only dated older, successful people and didn't like poor or middle-class people their own age?English
3·10日前Are you suggesting that I’m not successful?
Dr. Wesker@lemmy.sdf.orgto
memes@lemmy.world•I bought my usual bag of potatoes. This is exactly how he came out of the bag. And now I don't have the heart to eat him.English
6·14日前You can’t help him, Harry.
Dr. Wesker@lemmy.sdf.orgto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Me: Allowing keygen.exe....... Windows Defender:English
11·17日前It probably immediately phoned home and woke Bill Gates up in the middle of the night.
Oh, you sweet summer child.
Dr. Wesker@lemmy.sdf.orgto
Asklemmy@lemmy.ml•What dead car brand would you want to bring back and why?English
8·19日前Volkswagen. Pre-2000s Volkswagen. In the 90s and earlier, their aircooled and watercooled cars were amazing junkyard tuners, that just wouldn’t die.
Dr. Wesker@lemmy.sdf.orgto
Asklemmy@lemmy.ml•What's your greatest regret? Be as cryptic as possibleEnglish
6·21日前i can imagine how that would happen
seems kinda gay
Dr. Wesker@lemmy.sdf.orgto
Asklemmy@lemmy.ml•[US] How would people react if the next president used AI (Algocracy) to propose, implement, and manage policies during his or her term in office?English
11·21日前Well, the bar has been set pretty low.
Dr. Wesker@lemmy.sdf.orgto
Asklemmy@lemmy.ml•What's your greatest regret? Be as cryptic as possibleEnglish
13·21日前I shouldn’t have gotten high and asked to suck his dick.
I haven’t measured, and I don’t wanna know. I have a full sized 42u rack almost full of goodies.
Dr. Wesker@lemmy.sdf.orgto
memes@lemmy.world•𝐌𝐞: turns on Adblocker. 𝐒𝐢𝐧𝐠𝐥𝐞-𝐦𝐨𝐦𝐬 in the area:English
27·2か月前It was posted earlier today with the text intact. OP went out of their way to “I made this” a recently posted meme.




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