|
In most cases, youtube is just going to ignore your playback rate and fallback on what the user has set.
Your best option is to download the video, open it up in an editing software, increase speed to 1.5x, reupload to youtube and use that link.
In most cases, youtube is just going to ignore your playback rate and fallback on what the user has set.
Your best option is to download the video, open it up in an editing software, increase speed to 1.5x, reupload to youtube and use that link.
Hi ahmed, thanks for your reply. I’ve tried your workaround before, but the issue is that youtube will copyright block reuploaded content, even if sped up and left unlisted, which is why I’m looking for a solution that will force the speed to 1.5x in the qualtrics embed. Is there any other alternative?
Thanks!
Hi ahmed, thanks for your reply. I’ve tried your workaround before, but the issue is that youtube will copyright block reuploaded content, even if sped up and left unlisted, which is why I’m looking for a solution that will force the speed to 1.5x in the qualtrics embed. Is there any other alternative?
Hi ahmed, thanks for your reply. I’ve tried your workaround before, but the issue is that youtube will copyright block reuploaded content, even if sped up and left unlisted, which is why I’m looking for a solution that will force the speed to 1.5x in the qualtrics embed. Is there any other alternative?
Oh, I wasn’t aware that I could use the HTML code and embedding in qualtrics for the Youtube video would work for another hosting site. What other sites are Qualtrics compatible that you might recommend?
Thanks!
Oh, I wasn’t aware that I could use the HTML code and embedding in qualtrics for the Youtube video would work for another hosting site. What other sites are Qualtrics compatible that you might recommend?
Oh, I wasn’t aware that I could use the HTML code and embedding in qualtrics for the Youtube video would work for another hosting site. What other sites are Qualtrics compatible that you might recommend?
That would be a fantastic option then! Do you happen to know how to code to change the playback rate on the Vimeo embed?
Thanks!
That would be a fantastic option then! Do you happen to know how to code to change the playback rate on the Vimeo embed?
For the playback rate, add this JS:
Qualtrics.SurveyEngine.addOnReady(function () {
const quest = this;
const qc = quest.getQuestionContainer();
const video = qc.querySelector("video");
video.playbackRate = 1.5;
});
For the playback rate, add this JS:
Qualtrics.SurveyEngine.addOnReady(function () {
const quest = this;
const qc = quest.getQuestionContainer();
const video = qc.querySelector("video");
video.playbackRate = 1.5;
});
Hi Ahmed,
Thank you for the JS code. However, Qualtrics’ library has a very conservative file limit for videos - is there a way to deal with that?
That would be a fantastic option then! Do you happen to know how to code to change the playback rate on the Vimeo embed?
Hi Nam, thanks for the note - however, I am having trouble embedding the Vimeo video with the same conditions as per the youtube video in the original post (forcing autoplay, without info, and without the participant able to interact with the video player). I tried using this code, but it does not work - could you please help me with this?
Thanks!
<iframe height="800" src="https://player.vimeo.com/video/1008494331?&autoplay=1&controls=0&showinfo=0&loop=1&start=90" style="pointer-events: none" width="800"></iframe>
<iframe height="800" src="https://player.vimeo.com/video/1008494331?&autoplay=1&controls=0&showinfo=0&loop=1&start=90" style="pointer-events: none" width="800"></iframe>
You could reencode to reduce the file size.
There are multiple upload options GIthub, S3, Netlify, any other server.
However, some questions you should ask before searching for alternatives:
How long is your video? Do you really need the full video?
Do you really need to show it in such high quality that it exceeds the file size?
<iframe height="800" src="https://player.vimeo.com/video/1008494331?&autoplay=1&controls=0&showinfo=0&loop=1&start=90" style="pointer-events: none" width="800"></iframe>
Hi Nam -
Apologies - it does work! Thank you so much all for the help :)
Much appreciated.
Hi Nam -
Apologies - it does work! Thank you so much all for the help :)
Much appreciated.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.