Previous topicNext topic

Video from VideoFile module starts late?

Questions, comments, feedback, etc.
Post Reply
pyc
Posts: 51
Joined: Sun Mar 24, 2019 7:09 pm
Contact:

Video from VideoFile module starts late?

Post by pyc »

My project's audio and video need to be synchronized, so the video file played from should start exactly at the start of rendered video, but it's starting like 1 second later. Is there any way that I can tell Magic to start VideoFile video right at the start? The problem is simple and it should be solvable, but how?
Magic
Site Admin
Posts: 3440
Joined: Wed Apr 09, 2014 9:28 pm

Re: Video from VideoFile module starts late?

Post by Magic »

That shouldn't be an issue. Perhaps it's something in your project? Can you post a screenshot?
pyc
Posts: 51
Joined: Sun Mar 24, 2019 7:09 pm
Contact:

Re: Video from VideoFile module starts late?

Post by pyc »

Yes, the issue was that my video itself was actually not suitable (spectrum analyzers started at about 1.18 seconds). I fixed that with start_time property. Thank you!
Post Reply