I want to sync 4 HD video clips to one UHD(4K 2160p), i use script , but every clip not play same sync: see pic
http://www.imagebam.com/image/bcc135521383970
After that to encode to hevc or .. 2160p
Avisynch sript:
All 4 video clips info:Code:TR=directshowsource("UHD-Top_Right.ts") TL=directshowsource("UHD-Top_Left.ts") Top=StackHorizontal(TL, TR) BL=directshowsource("UHD-Bottom_Left.ts") BR=directshowsource("UHD-Bottom_Right.ts") Bot=StackHorizontal(BL, BR) StackVertical(Top, Bot)
ThanksVideo
ID : 514 (0x202)
Menu ID : 202 (0xCA)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High 10@L4.2
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : 27
Duration : 2 h 24 min
Bit rate mode : Constant
Bit rate : 17.8 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 50.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 10 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.172
Stream size : 17.5 GiB (95%)
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by zinonino; 18th Dec 2016 at 14:51.
-
Do not use DirectShowSource, better use LWLibavVideoSource.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
If the four videos don't start at the same frame use Trim() to remove initial frames. For example,
Code:TR = LWLibavVideoSource("UHD-Top_Right.ts").Trim(5,0) # remove first five frames
Similar Threads
-
How to fix audio synch problem in AVI file
By vertical in forum Newbie / General discussionsReplies: 153Last Post: 20th Aug 2021, 06:45 -
MPEG-TS to MKV audio synch problem using mkvmerge
By PlayT0T in forum Video ConversionReplies: 3Last Post: 24th Mar 2015, 09:03 -
The QHD's are coming down in price!
By newpball in forum ComputerReplies: 13Last Post: 13th Mar 2015, 21:58 -
Looking for a capture card that supports 960x540 qhd input
By ezcapper in forum Capturing and VCRReplies: 0Last Post: 11th Oct 2014, 10:43 -
Video edited out of synch but then fooled it to synch perfectly; How come?
By johnharlin in forum EditingReplies: 1Last Post: 22nd Sep 2012, 07:24