so I'm trying to get my pi to be a portable recording box...
but unfortunately I can only get unworkable results so far.
I get very low FPS (about 7FPS) and very bad audio (just a bunch of noise with the actual thing it should record, which cuts off all the time) using ffmpeg.
here is the command that I'm using:
Code: Select all
ffmpeg -thread_queue_size 12 -s hd720 -i /dev/video0 -f alsa -i hw:1,0 -qscale 0 "test.mp4"For demonstration on how it is now, I have uploaded this video to my youtube so you can get a bit of a view on how terrible it runs now..
