is that possible. I have read that something like this should work can anyone help me with this.
ffmpeg -i input.mkv -vf "[in] scale=960:1080, pad=2*960:1080 [left]; movie=right.mkv, scale=960:1080 [right]; [left][right] overlay=1920:0 [out]" -b:v 10000k -vcodec libx264 -an SBS.mkv
+ Reply to Thread
Results 1 to 5 of 5
-
-
Not familiar enough with ffmpeg's order of operations, but it looks like it should work. Strange that your left image would be called "input" and your right, "right" (but that's just me). But shouldn't the "overlay=960:0" ? Right image starts at midpoint, correct?
This assumes you have 2 completely separate standard 1080p 2D files, one for each eyeview.
I'd suggest using the more generic height & width features, or calculations, to make the same script easier to use with various dimensions of video...
Scott -
that seems to look more good will try that one.
Yes I have the lefteye file and righteye file. I have several Blueray disc that I want to do an backup off and it should be playable in my Media player. -
Actually you can remove this part "scale=-1:1080" if your input streams are already 1080 pix in height.. I put this filter to reduce the output for my phone (EVO 3D) by using "scale=-1:540" instead. The "-1" automatically calculate the width and keep the aspect ratio of the video.
Good luck with ffmpeg, it's a powerful tool when you know how to use it!
Similar Threads
-
hsbs to half sbs
By Pabbi in forum Video ConversionReplies: 1Last Post: 13th Jun 2012, 13:14 -
Converting Left Right 3D MKV to Half SBS MKV
By TehBotolSOsro in forum Video ConversionReplies: 10Last Post: 3rd Apr 2012, 06:24 -
remove subtitles from half SBS movie
By sportflyer in forum SubtitleReplies: 2Last Post: 1st Jan 2012, 22:27 -
Get SBS Stream
By bseos in forum Video Streaming DownloadingReplies: 1Last Post: 13th Sep 2011, 20:17 -
How Do I Split screen Half Rolling Credits-Half Video in Vegas
By Ray & Paula in forum EditingReplies: 1Last Post: 7th Apr 2008, 08:35