Hi guys
I try to encode several videos into one 4K video, but something isn't wrong with my code and I don't know how else it should be.
See here
Apparently the issue is in line 8. What am I doing wrong here?Code:WIF=dss2("file1", fps=25).QTGMC(preset="slow") RaceData=dss2("file2", fps=25).QTGMC(preset="slow").Crop(0,42,-0,-48) Driver=dss2("file3", fps=25).QTGMC(preset="slow").Crop(0,60,-0,-32).Spline36Resize(1606,826) Onboard=dss2("file4", fps=25).QTGMC(preset="slow") LiveT=dss2("file5", fps=25).QTGMC(preset="slow").Crop(48,26,-48,-180) Pits=dss2("file6", fps=25).QTGMC(preset="slow") Overlay(WIF, x=20, y=50) Overlay(Onboard, x=1995, y=1592) Overlay(LiveT, x=2636, y=886) Overlay(Driver, x=1960, y=50) Overlay(Pits, x=2636, y=1474) Overlay(RaceData, x=20, y=1150) LanczosResize(3840,2160)
Please let me know
Cheers
+ Reply to Thread
Results 1 to 5 of 5
-
-
Overlay places one video onto another. You're not specifying what to overlay onto. There is no "last" video to default to.
-
Thanks, Jagabo
To avoid creating another thread;
I want to resize a video to 998x712, but I get the issue "Planar destination width must be a multiple by 2". Is there any way around it without resizing it again?
Why couldn't I just resize it how I want? -
Both 998 and 712 are divisible by 2. The issue must be something other than the resize. Post your entire script.
-
Hey, I noticed the issue. I was looking at the wrong line.
Thanks for your help!
Similar Threads
-
Which are the free alternatives to VideoReDo's "QuickStream Fix" function?
By falco2000 in forum Newbie / General discussionsReplies: 10Last Post: 19th Mar 2022, 15:19 -
qtgmc error "there is no function named removegrain"
By codemaster in forum Video ConversionReplies: 6Last Post: 17th Jun 2017, 13:51 -
"Invalid SRT format. "06B20BF0" is invalid timing info" error with tsMuxeR
By Jijital in forum Authoring (Blu-ray)Replies: 6Last Post: 3rd Feb 2016, 00:18 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
AvsPomd: Script error: there is no function named "ffinfo"? pls help?
By mrdodoubler in forum Newbie / General discussionsReplies: 4Last Post: 28th Jul 2014, 05:17