Duration 3000

Recording N64 footage with a Raspberry Pi Zero

543 watched
0
8
Published 19 Jul 2019

The Pi is wayyy too slow to keep up with this so I ordered a shiny new RPi4. This is as fast as I could possibly get it while still having audio. I took a direct unmodified 30s stream from the cap card and converted to mov as fast as possible (mov seemed to work the best for this, very few hurdles compared to most other formats). For my own reference this is the command I used: avconv -f video4linux2 -r 30 -i /dev/video0 -f alsa -i hw:CARD=USB20,DEV=0 -f mov -t 30 -c:v copy -c:a copy -preset ultrafast out.mov

Category

Show more

Comments - 5