Am 30.04.2022 um 19:03 schrieb Michael Koch:
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.

I found a solution. Live 360° content can be streamed from FFmpeg to PotPlayer, which has an option to force the output to 360° mode. It's possible to change the viewing direction in the player with the mouse, zoom in with keypad + and zoom out with keypad -

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