|
|
|
|
|
by ceocoder
2203 days ago
|
|
per this - https://apple.stackexchange.com/a/356362 it should be, osxvideosink
I wonder if this works, gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f matroska - | gst-launch-1.0 fdsrc fd=0 ! decodebin ! videoconvert ! videoscale ! osxvideosink
|
|