Hey all, I ripped my 3D Blu-Ray disc using BD3D format (AVC+MVC). I then converted it to Frame Sequential using BD3D2MK3D. Following that, I upscaled each frame to 4k using Topaz AI. The resulting video is a frame sequential (left eye first) 3840x2160 video at 47.592fps.
I'm looking to take this video and convert it to Half SBS. Essentially, what needs to happen is;
- Extract even frames → Left eye
- Extract odd frames → Right eye
- Scale each eye to 1920×2160
- Stack them horizontally to create 3840x2160 frames
- Output at half the frame rate. Naturally, if the process is taking one left and one right frame and stacking them horizontally, the resulting frame rate should be ~23.796 fps since its using 2 input frames to create 1 output frame.
I've tried many different variations using FFMPEG and the result is never quite right. I figured I'd post here to see if anyone has any experience converting frame sequential to Half SBS. Any help would be awesome! Thanks
+ Reply to Thread
Results 1 to 3 of 3
-
-
IMO, it is much simpler to upscale the video to UHD during the conversion of the original BD to Full-SBS (not frame-sequential!) with BD3D2MK3D. You should just add the resize command in the avisynth script __ENCODE_3D_MOVIE.avs generated by BD3D2MK3D before launching the conversion.
For example, replace this line:
left = SelectEven(interleaved)
with:
left = SelectEven(interleaved).LanczosResize(3840, 2160)
And, of course, do the same modification for the right view.
It's easier, much simpler, quicker and you will not lose quality due to the two encodings.r0lZ - PgcEdit homepage Hosted by VideoHelp (Thanks Baldrick)
- BD3D2MK3D A tool to convert 3D BD to 3D SBS/T&B/FS MKV
Similar Threads
-
Is it possible to shift a video with half a frame?
By Bencuri in forum EditingReplies: 28Last Post: 2nd Nov 2025, 23:14 -
How to convert full sbs to half top OU with ffmpeg?
By maysider in forum User guidesReplies: 25Last Post: 7th Feb 2024, 08:14 -
Easy way to convert "frame packed" 3D to SBS
By rsslcs in forum Blu-ray RippingReplies: 5Last Post: 26th Jul 2022, 17:09 -
Which SBS format is the same as a Frame Packed movie?
By ebruce in forum Newbie / General discussionsReplies: 3Last Post: 2nd Oct 2021, 09:23 -
Converting vhs-c tapes with 3d field sequential video from Toshiba 3d cam
By johnr4546 in forum Authoring (Blu-ray)Replies: 15Last Post: 2nd Sep 2021, 16:55


Quote