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

Paul B Mahol onemda at gmail.com
Mon Feb 11 22:50:37 EET 2019


On 2/11/19, Ted Park <kumowoon1025 at gmail.com> wrote:
>> 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:

Wrong, use stereo3d filter.


>
> (Left)
> crop=w=iw/2:x=0
> (Right)
> crop=w=iw/2:x=out_w
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list