On 2/11/19, Ted Park <kumowoon1...@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@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://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