Importing videos into software

Q&A about the latest versions
Post Reply
TimC
Posts: 1
Joined: Fri Apr 24, 2015 12:57 pm

Is it possible to import a video into the Object 2VR software that has already been colour graded and titled in another video editing software (Avid)?
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Yes,
If you are looking at HTML5 output you can use a text box with an iframe to display a html page with video.

use something like this to embed the html page in the text box:

Code: Select all

<iframe width="480" height="390" src="video.html" frameborder="0" allowfullscreen></iframe>
The above is assuming that the html page is in the output folder with the video.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply