Embedding videos within Interactive Video
Submitted by spazfox on Thu, 07/28/2016 - 19:58
Forums:
I'm working on a project where we are creating large, Interactive Videos based on a video-taped lecture. Within that larger Interactive Video, we would like to embed smaller demonstration videos at various points. The only way I've been able to figure out to embed videos is by adding a Multiple-Choice question into the IV and then adding a video to that question. My questions:
- Is there any other way of embedding videos within an Interactive Video that I'm missing? Or suggestions for linking to those demo videos without disrupting the flow of the parent Interactive Video?
- Would it be possible (or advisable) to allow Interactive Videos to be embedded within Interactive Videos? This would actually be ideal, as it would allow more advanced interactions for the smaller demo videos.
Thanks in advance for any help or advice.
thomasmars
Fri, 07/29/2016 - 10:00
Permalink
Hi,
There is no way of embedding videos or interactive videos inside interactive video. I don't think interactive video as an option inside IV will be added, since this will allow recursion, which dramatically increases complexity and can be quite confusing.
I believe there can be some merit to allowing videos inside interactive video, since this already exist through MC, Blanks, etc. like you pointed out. You could raise an github issue for this in the interactive video repository or post the suggestion to the feature request forum where H5P users can evaluate whether this could be a good idea. Perhaps someone will pick it up and create a pull request for this. In the mean time there are links you can use inside IV to point to the given video where you want to display your demonstration content.
JamesAustralia
Tue, 08/09/2016 - 07:29
Permalink
Video within Video
Hi Spazfox,
We're working on the same issue. The best way we could solve it was by linking to the video via the 'link' function. I'm sure you'ev already tried this.
It's not perfect but provided it's placed on your web page or on a private, branded Vimeo pro channel correctly, it looks OK.
Cheers
alkanadi
Tue, 08/09/2016 - 18:34
Permalink
Another option is to re-edit
Another option is to re-edit the big video to include the smaller videos.
Here is another possible workaround. I made this for you: https://h5p.org/node/21142
If you are a developer, you could make it so that it automatically goes to slide 2 at 0:05. Then when the video on slide 2 is done, the interactions will make it go back to slide 1 automatically.
FHccc
Wed, 10/10/2018 - 18:03
Permalink
You could also have the video
You could also have the video you want to jump to in the same timeline. You could add a hotspot to jump to the point in the timeline where you have the other video, then jump back to where you left off using another hotspot. Then at the end of the 'master' video, have a hotspot which pauses the video to prevent rolling into the auxiliary videos on the same timeline.
BV52
Thu, 10/11/2018 - 07:06
Permalink
Hi alkanadi and Fred,Thank
Hi alkanadi and Fred,
Thank you for the inputs.
-BV52
Felipe Cardona
Tue, 10/02/2018 - 14:29
Permalink
Embeding a map (or any other object) inside an interactive video
I want to embed a map (or any other object) inside an interactive video made in h5p, is there a way to do it?
Saludos desde Colombia, FELIPE C.
BV52
Wed, 10/03/2018 - 05:27
Permalink
Hi Felipe,If you intend to
Hi Felipe,
If you intend to embed an image of a map there is already an option for this. If you are thinking of embedding say a Google Maps this is not possible not unless you make changes to the code.
-BV52
brunohcury
Thu, 02/14/2019 - 17:15
Permalink
Insert <embed> in video interactive
Can I insert an <embed> in the interactive video? In this case the second video would be inside in Label
BV52
Fri, 02/15/2019 - 08:10
Permalink
Hi brunohcury,For security
Hi brunohcury,
For security and to help make H5P as simple as possible HTML codes are not allowed in any content type.
-BV52
zeeshan206
Fri, 02/07/2020 - 12:12
Permalink
I am also facing the same
I am also facing the same issue that how can I add video within video or linked video (HyperVideos)
ali.merzouk@ers...
Wed, 10/02/2024 - 14:33
Permalink
Insert video - option exists in true false interaction
Hi,
The option of inserting a video within the interactive video already exists in the true false interaction. Why not simply allowing it without a question? it is possible to insert an image as well. This is really missing. Video base content is useful when we want to remind participants about certain resources when we display an MCQ or an interaction. We want them to stay on this interface abd yet be able to display resources. Please see image attached.
Best regards
ali.merzouk@ers...
Wed, 10/02/2024 - 14:34
Permalink
Insert video - option exists in true false interaction
Hi,
The option of inserting a video within the interactive video already exists in the true false interaction. Why not simply allowing it without a question? it is possible to insert an image as well. This is really missing. Video based content is useful when we want to remind participants about certain resources when we display an MCQ or an interaction. We want them to stay on this interface abd yet be able to display resources. Please see image attached.
Best regards
ali.merzouk@ers...
Wed, 10/02/2024 - 14:35
Permalink
Insert video - option exists in true false interaction
Hi,
The option of inserting a video within the interactive video already exists in the true false interaction. Why not simply allowing it without a question? it is possible to insert an image as well. This is really missing. Video based content is useful when we want to remind participants about certain resources when we display an MCQ or an interaction. We want them to stay on this interface and yet be able to display resources. Please see image attached.
Best regards
BV52
Wed, 10/02/2024 - 18:35
Permalink
Hi,I'm not exactly sure what
Hi,
I'm not exactly sure what you mean. You cannot insert a "video within the interactive video" in T/F or any other content type. However, Column is available to combine questions with videos. Course Presentation does the same thing as well as Interactive Book.
https://h5p.org/column
https://h5p.org/presentation
https://h5p.org/content-types/interactive-book
-BV
otacke
Thu, 10/03/2024 - 11:54
Permalink
You can have introductory
You can have introductory media in True/False questions, so this is kind of a loop hole for adding videos into Interactive Videos.
There's no technical reason why videos inside Interactive Videos would not be possible (even though when self-hosting the videos, export files might bust the server's file size limit). But there may be other reasons why adding H5P.Video to H5P.InteractiveVideo has not been considered to be a viable option.