[FFmpeg-user] ffmpeg 3D (sterio) Support Help

Ted Park kumowoon1025 at gmail.com
Mon Feb 11 21:22:09 EET 2019


> I have downloaded a half SSB 3D video from YouTube. I want to extract 2 videos (Both Left & Right View Separately) from Source File. How can I do that? I intend to use ffmpeg or x264 libraries.Please provide me assistance

It’s just two videos stitched side by side. You can crop out the left to get the right side, crop out the right to get the left side.

Use the crop filter with parameters:

(Left)
crop=w=iw/2:x=0
(Right)
crop=w=iw/2:x=out_w


More information about the ffmpeg-user mailing list