Skip to content

Instantly share code, notes, and snippets.

@jarhed
jarhed / convert_video_to_3d_cardboard
Created January 20, 2019 04:13
Convert any video to stereo VR and stream to twitch
ffmpeg -i house-101.mkv -i house-101.mkv -filter_complex "[0:v]scale=624:352[a];[1:v]scale=624:352[b];[a][b]hstack=inputs=2[out]" -map "[out]" -b:v 1200k -vcodec libx264 -f flv rtmp://live.twitch.tv/app/live_102072163_yHCS0hYIHg5Z1AXlAjKkm3d8SEgpmK