Convert videos and images to stereograms with one line from your terminal
- Clone the repo:
git clone https://github.com/Kopamed/Vid2Stereogram.git- Go into the project directory:
cd Vid2Stereogram- Convert a video to a stereogram:
python3 convert_video_to_stereogram.py your_video_path.mp4 output.mp4or convert an image to a stereogram:
python3 convert_image_to_stereogram.py your_image_path.png output.png