Discuss Scratch

gigapouch
Scratcher
1000+ posts

Playing videos in scratch?

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!

Supporters of that idea:
2

Last edited by gigapouch (June 3, 2014 01:31:37)

TeslaBolt
Scratcher
28 posts

Playing videos in scratch?

gigapouch wrote:

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!
Great idea!
mathman314
Scratcher
100+ posts

Playing videos in scratch?

ProdigyZeta7 wrote:

Scratch isn't built to host videos, let alone play them.
Sorry, but I don't support.
Agreed. Granted, it does have some good uses to it, but if you want to make have videos, go on You Tube, while us programmers will stay here. I don't support. Sorry.
Blaze349
Scratcher
1000+ posts

Playing videos in scratch?

mathman314 wrote:

ProdigyZeta7 wrote:

Scratch isn't built to host videos, let alone play them.
Sorry, but I don't support.
Agreed. Granted, it does have some good uses to it, but if you want to make have videos, go on You Tube, while us programmers will stay here. I don't support. Sorry.

TeslaBolt wrote:

gigapouch wrote:

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!
Great idea!
I support now!
savaka
Scratcher
1000+ posts

Playing videos in scratch?

This would need a whole new video tab and would also need lots more servers. Also, people would just do videos and not program. Maybe if you could import them and it took the costumes out and the sound that would be OK.
gigapouch
Scratcher
1000+ posts

Playing videos in scratch?

savaka wrote:

This would need a whole new video tab and would also need lots more servers. Also, people would just do videos and not program. Maybe if you could import them and it took the costumes out and the sound that would be OK.

Then the project must have at least 1 script besides the video scripts in order for it to be shared.
AonymousGuy
Scratcher
1000+ posts

Playing videos in scratch?

It is possible to get videos in Scratch - someone could even write a program which you input a video file in and the framerate of the video, and then it spit out a Scratch project that played the video!

Here's how you put them in Scratch:

1) Get a costume for each frame of the video.
2) Get the soundtrack for the video
3) Make the following script:
when gf clicked
play sound [soundtrack v]
switch to costume [frame1 v]
forever
wait (framerate :: grey) secs
next costume
end
suikun
Scratcher
15 posts

Playing videos in scratch?

I know you cant do this… but you can with gifs…and a video converet… but my browser just freezes when I try to upload a 3 min long video/gif…
suikun
Scratcher
15 posts

Playing videos in scratch?

AonymousGuy wrote:

It is possible to get videos in Scratch - someone could even write a program which you input a video file in and the framerate of the video, and then it spit out a Scratch project that played the video!

Here's how you put them in Scratch:

1) Get a costume for each frame of the video.
2) Get the soundtrack for the video
3) Make the following script:
when gf clicked
play sound [soundtrack v]
switch to costume [frame1 v]
forever
wait (framerate :: grey) secs
next costume
end



Some time before, I wrote:

I know you cant do this… but you can with gifs…and a video converet… but my browser just freezes when I try to upload a 3 min long video/gif…
plz help

Last edited by suikun (June 9, 2014 21:30:36)

spgame05
Scratcher
100+ posts

Playing videos in scratch?

No support. That's not what Scratch is meant for.

ProdigyZeta7 wrote:

Scratch isn't built to host videos, let alone play them.
Sorry, but I don't support.
mathfreak231
Scratcher
1000+ posts

Playing videos in scratch?

mathfreak231 wrote:

mathfreak231 wrote:

haydencallowwin wrote:

Like if you wanted to make a video that shows how to use scratch, instead of asking the person to go to youtube and watch it, you could just make a project, upload the video onto the project and then make a script that plays the video?
Why can't you just use Scratch to teach Scratch?
I just really like this post, so I'm quoting myself quoting myself.
mathman314
Scratcher
100+ posts

Playing videos in scratch?

gigapouch wrote:

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!

Supporters of that idea:
2
How does that work?

Last edited by mathman314 (Nov. 7, 2014 12:33:21)

nookcolorlover
Scratcher
1 post

Playing videos in scratch?

I want it to happen…
gigapouch
Scratcher
1000+ posts

Playing videos in scratch?

mathman314 wrote:

gigapouch wrote:

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!

Supporters of that idea:
2
How does that work?



Well, you upload the video to another site, then you could type the URL of the video into Scratch, then it would play without it being on the Scratch servers.

Last edited by gigapouch (Nov. 7, 2014 01:16:51)

mathman314
Scratcher
100+ posts

Playing videos in scratch?

gigapouch wrote:

mathman314 wrote:

gigapouch wrote:

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!

Supporters of that idea:
2
How does that work?
Well, you upload the video to another site, then you could type the URL of the video into Scratch, then it would play without it being on the Scratch servers.
Oh, yeah. I guess that'd be cool but then again, people could just have a video that someone else made as the only thing in their project. I mean, they could give credit for it, but that doesn't seem exactly right. Then again, it could be classified as just showing other people what videos you like, but whoever made it isn't getting however much money they'd get if somebody watched it on Youtube or wherever, because you never know how many people are going to see that project.
gigapouch
Scratcher
1000+ posts

Playing videos in scratch?

mathman314 wrote:

gigapouch wrote:

mathman314 wrote:

gigapouch wrote:

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!

Supporters of that idea:
2
How does that work?
Well, you upload the video to another site, then you could type the URL of the video into Scratch, then it would play without it being on the Scratch servers.
Oh, yeah. I guess that'd be cool but then again, people could just have a video that someone else made as the only thing in their project. I mean, they could give credit for it, but that doesn't seem exactly right. Then again, it could be classified as just showing other people what videos you like, but whoever made it isn't getting however much money they'd get if somebody watched it on Youtube or wherever, because you never know how many people are going to see that project.

Ah, I see. Then if the user were to put a video into their project, they'd have to confirm it's their own video by logging into their Youtube account and selecting the video they made.
suikun
Scratcher
15 posts

Playing videos in scratch?

gigapouch wrote:

mathman314 wrote:

gigapouch wrote:

AonymousGuy wrote:

Zambonifofex wrote:

OrcaCat wrote:

You can use Kurt to split it into many images, as demonstrated by blob8108's project.
It would be easier to just have a video player thing.
…..And exactly how easy is it to store and moderate hundreds of projects which can have up to 10 MB of video? Not to mention server lag….


Or difficulty of creating a video player…….

I have an idea that nobody else has thought of yet… Embed the video into the project instead of uploading it to the Scratch servers! That will save TONS of space, and the video will still be stored on the original server!

Supporters of that idea:
2
How does that work?explain…



Well, you upload the video to another site, then you could type the URL of the video into Scratch, then it would play without it being on the Scratch servers.
theonlygusti
Scratcher
1000+ posts

Playing videos in scratch?

Eintity wrote:

Sorry to say, but I don't support. It would take up too much server space. It's better to leave yourself with GIFs and animations.
Uploading a video would use less space than using a ton of single frame images then scripts to play them.

However, I don't support, Scratch is about being innovative and doing things you can't do elsewhere. Lots of sites are for sharing videos, not Scratch.
RPFluffy
Scratcher
1000+ posts

Playing videos in scratch?

You know, there's something called Youtube.
gigapouch
Scratcher
1000+ posts

Playing videos in scratch?

RPFluffy wrote:

You know, there's something called Youtube.
, but also, some of us are under 13.

Last edited by gigapouch (Nov. 12, 2014 02:46:10)

Powered by DjangoBB