Hello,

I'm using this command line to capture 360° content from a Ricoh Theta V camera and pipe the live video to VLC player:

ffmpeg -f dshow -i video="RICOH THETA V/Z1 FullHD" -f mpegts - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

This command line works, but VLC doesn't recognize that it's 360° content, which means I can't change the viewing direction in the player. I know that for mp4 videos the "Spatial Media Metadata Injector" must be used, and then VLC recognizes the video as 360°. But this isn't applicable in this case, because I'm using live input from the camera.

Is there any solution for this problem? I could use another player, if that helps.

Thanks,
Michael



_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to