Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you upload videos on to Scratch
- THEsunrise21
-
20 posts
How do you upload videos on to Scratch
Hey guys my favourite song is Chicken Noodle Soup by J-Hope ft. Becky G
I made a lyric video for it https://scratch.mit.edu/projects/466171656
But I really want to add the music video– but I have NO IDEA how to upload videos on Scratch.
Can anyone please help me?
I made a lyric video for it https://scratch.mit.edu/projects/466171656
But I really want to add the music video– but I have NO IDEA how to upload videos on Scratch.
Can anyone please help me?
- GamerMarcus646
-
100+ posts
How do you upload videos on to Scratch
I usually try converting the video to a mp4 file, then converting to a gif file. I then upload the gif file to Scratch, which works about 30% of the time
- THEsunrise21
-
20 posts
How do you upload videos on to Scratch
say [hey Follow me]thanks.#
But will it work with a 3 min song?
Last edited by THEsunrise21 (Dec. 21, 2020 06:08:35)
- Ske-tch
-
10 posts
How do you upload videos on to Scratch
Yeah, i just make it in to a gif. I usually try converting the video to a mp4 file, then converting to a gif file. I then upload the gif file to Scratch, which works about 30% of the time
- Ske-tch
-
10 posts
How do you upload videos on to Scratch
Do you just want the audio, or a video with it?say [hey Follow me]thanks.#
But will it work with a 3 min song?
[
- THEsunrise21
-
20 posts
How do you upload videos on to Scratch
YOI need the video. THE gif took long to make.
- Tableofmine
-
47 posts
How do you upload videos on to Scratch
You can upload a video just by picking up one in the same way you pick up pictures to be a sprite or a background. It’s an easy work to do
- THEsunrise21
-
20 posts
How do you upload videos on to Scratch
You can upload a video just by picking up one in the same way you pick up pictures to be a sprite or a background. It’s an easy work to doThat's what I just did! And it didn't work!!!!
- Vaibhs11
-
1000+ posts
How do you upload videos on to Scratch
try gifs. And please don't spam.
- GamerMarcus646
-
100+ posts
How do you upload videos on to Scratch
No, scratch doesn’t support direct video uploads. You can upload a video just by picking up one in the same way you pick up pictures to be a sprite or a background. It’s an easy work to do
- GamerMarcus646
-
100+ posts
How do you upload videos on to Scratch
Try converting the video file to a image sequence. I found IT TAKES TOO LONG OF GIFSthis website that might help. If it doesn’t work, just google “video to image sequence online”. Then, make sure the images are in your photo album if you’re on mobile. Delete any costumes the sprite has currently, then use scratch’s costume uploader to select all of the images and upload them to your project. After that, just get the frame rate/ fps of the video and create the following script in the sprite that has the costumes.
when green flag clicked
switch costume to [costume1 v]
repeat (Amount of total costumes you have)
wait ((1) / (insert the frame rate/fps here)) secs
next costume
end
Last edited by GamerMarcus646 (Dec. 23, 2020 06:07:47)
- THEsunrise21
-
20 posts
How do you upload videos on to Scratch
thanks i'll tryTry converting the video file to a image sequence. I found IT TAKES TOO LONG OF GIFSthis website that might help. If it doesn’t work, just google “video to image sequence online”. Then, make sure the images are in your photo album if you’re on mobile. Delete any costumes the sprite has currently, then use scratch’s costume uploader to select all of the images and upload them to your project. After that, just get the frame rate/ fps of the video and create the following script in the sprite that has the costumes.when green flag clicked
switch costume to [costume1 v]
repeat (Amount of total costumes you have)
wait ((1) / (insert the frame rate/fps here)) secs
next costume
end
- fireball2009
-
100+ posts
How do you upload videos on to Scratch
I found a better website: https://convertio.co/mp4-gif/thanks i'll tryTry converting the video file to a image sequence. I found IT TAKES TOO LONG OF GIFSthis website that might help. If it doesn’t work, just google “video to image sequence online”. Then, make sure the images are in your photo album if you’re on mobile. Delete any costumes the sprite has currently, then use scratch’s costume uploader to select all of the images and upload them to your project. After that, just get the frame rate/ fps of the video and create the following script in the sprite that has the costumes.when green flag clicked
switch costume to [costume1 v]
repeat (Amount of total costumes you have)
wait ((1) / (insert the frame rate/fps here)) secs
next costume
end
- Discussion Forums
- » Help with Scripts
-
» How do you upload videos on to Scratch