|
|
|
|
|
by izoow
815 days ago
|
|
I don't want to come off as overly harsh, but calling this "Virtual Camera for Linux written in Python" seems a bit too generous considering all this seems to do is ask you for an input file and an output device and then call `ffmpeg -re -i {input_file} -f v4l2 {selected_device}`. Cool idea though, I didn't know you can do this that easily with ffmpeg. |
|