11.2: Using the Movie Object for Displaying Recorded Videos - Processing Tutorial

  Рет қаралды 52,832

The Coding Train

The Coding Train

Күн бұрын

Пікірлер: 49
@SpaceAgente
@SpaceAgente 3 жыл бұрын
Loving spending Saturday morning with Professor Shiffman. As someone who went to uni for computer science (in the 90s), I’ve got lots of experience with learning coding from people, you are one of the best teachers I’ve ever met. You explain things clearly, slowly and in a fun way. Thank you. Xoxo
@bisacasbusa
@bisacasbusa 7 жыл бұрын
Daniel I love you
@LaurentMareschal
@LaurentMareschal 7 жыл бұрын
Dear Daniel thnak you so much for your wonderful tutorials. I am looking for how to play several videos one after one when I click on an object?!! If you have a suggestion ?!! Thanks a lot in advance
@margarciacequiel9446
@margarciacequiel9446 4 жыл бұрын
Hello! I have a problem, when I execut it, the sound sistem works, but I can’t see the video, it’s all the screen grey.
@mrss649
@mrss649 4 жыл бұрын
You should go too the discord
@jorge03b
@jorge03b 5 жыл бұрын
eres increible gracias por enseñar de esa manera
@qwertyuiop1234567415
@qwertyuiop1234567415 4 жыл бұрын
Hello Daniel, first of all, really thanks for all of your tutorials, you're amazing. Sharing all of your knowledge could open infinite possibilities for infinite other people. So really thanks. My question is simple. How is it possible to create a "Ring loop" of a video. My purpose is to take a video source and to start the video the first time in the normal speed. Then, when the video ends, i would like to see it in reverse to create a Ring structure. I think it's very easy to realize, hope you can help me soon.
@amparoginer4092
@amparoginer4092 6 жыл бұрын
Hi Daniel. I got a problem with my videos. The program displays them perfectly, but when I export, it keeps stuck for hours.
@mrss649
@mrss649 4 жыл бұрын
Maybe try using the discord to ask this question
@MuhammadBilal-eb6fh
@MuhammadBilal-eb6fh 4 жыл бұрын
Sir i've an question about running a video on arduino by using processing? How we can run a video on arduino by using processing? And how we can give path of video on processing to run means where video is placed that can be accessible to processing? kindly guide me
@mrss649
@mrss649 4 жыл бұрын
I don't think an arduino has enough storage for a video. And also, he doesn't teach arduino tutorials.
@derek33111
@derek33111 5 жыл бұрын
Hello Daniel ! I m trying to make my own Movie Player so far is going well by adding the basics functions of a player start stop pause change screen size, color controls etc. Is quite easy actually but I don t know how to do a function in which I choose my own movie from computer. I need to use select Input method , create a variable that memorize the path and use it after or how? Also I would like to know how to use a subtitle. I made a StringList with all replies from movie and another array with their times in seconds by using time(); function and then with a counter every time this time from array comes for 2 seconds from time() to time +2 sec it can display my respective reply as a text on the bottom of the image. But is there a way to make processing recognize a standard subtitle like.srt or sub or txt? Thanks.
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
Would you mind asking at discourse.processing.org/! It's a better platform for Processing and p5.js related code questions. You can share code there easily! Feel free to link from here to your post.
@yuanche5834
@yuanche5834 7 жыл бұрын
Hi, Daniel, thank you for your excellent tutorials. I have been watching all the way along. I tried several videos in different formats, but there are always errors"could not load movie file" appears. All of my files are in the right location. I didnt succeed for even one time. Is there any limitation for certain kinds of videos, or video formats?
@sonialangemotion
@sonialangemotion 6 жыл бұрын
Hi, did you find which video codec was write for this ? I'm getting the same problem. Thanks :)
@muaz_muna5091
@muaz_muna5091 6 жыл бұрын
same here..i feel u
@Kta8548i
@Kta8548i 5 жыл бұрын
Me too
@0Arman0
@0Arman0 5 жыл бұрын
for me, it was because i didn't create a folder called "data" and put the movie in there. Before that I got the same error.
@MuhammadBilal-eb6fh
@MuhammadBilal-eb6fh 4 жыл бұрын
same situation here.. can anyone guide?
@MichiSzerman
@MichiSzerman 8 жыл бұрын
Do you know why some movie files play and others don't? I'm looking all over to figurethis out. For example, I have a movie file I created from cinema4D, and is saved as such. I have another movie file I created as a screen capture in quicktime. The screen capture movie plays fine, while the other one doesn't play at all and does not throw up any errors. I've checked the file names and changed them numerous times and made sure they're all added in the data file. THANK YOU!
@TheCodingTrain
@TheCodingTrain 8 жыл бұрын
+Michelle Sherman Only certain codecs are supported, there is some more info here. github.com/processing/processing-video/wiki
@LouT24
@LouT24 3 жыл бұрын
i have a really basic problem in that import procssing.video* isn't recognised - I'm guessing I need to download a particular library? I've tried downloading the 'Video' library from Processing but it doesn't seem to want to download :(
@fatonisodiq9341
@fatonisodiq9341 2 жыл бұрын
Amazing, thanks for the video 👍
@mrtnmur
@mrtnmur 5 жыл бұрын
Hi Daniel! I wanted to ask if you could explain how to code your position like 'z' on a real physical space to act as the time() variable, like you made it with the cursor in this video. Would be very very grateful. Thank you!!!
@mrtnmur
@mrtnmur 5 жыл бұрын
with a kinect2
@theblckone1173
@theblckone1173 2 жыл бұрын
Is there a possibility to display videos in Processing without having to import an asset ?
@Jo-lx7gv
@Jo-lx7gv 7 жыл бұрын
hi Daniel! How can I slow down the frames from the sound of the voice?
@mrss649
@mrss649 4 жыл бұрын
You should ask this on the discord. There will probably an answer there.
@md.shamimalmahmud2778
@md.shamimalmahmud2778 5 жыл бұрын
When I run the program I got this message everytime " RuntimeException: Could not load file e.mov "
@coding_sogang
@coding_sogang 4 жыл бұрын
You have to locate your video in the "data" folder that located on the sketch project folder
@MuhammadBilal-eb6fh
@MuhammadBilal-eb6fh 4 жыл бұрын
@@coding_sogang After placing video in "data" folder then same message shown in the screen.. "Runtime Exception error : Could not load file e.mov "
@mrss649
@mrss649 4 жыл бұрын
@@MuhammadBilal-eb6fh after putting it in the data folder have you changed the path in the processing sketch to 'data/e.mov'?
@nasirbashak2034
@nasirbashak2034 5 жыл бұрын
how to do the same thing in P5.js? or can someone suggest me how to capture each frame and display in the draw loop?
@quirkyquester
@quirkyquester 6 жыл бұрын
thank youuuu!
@sergiocombariza9973
@sergiocombariza9973 3 жыл бұрын
How can I add more than one video in processing?
@mounirdekali8874
@mounirdekali8874 2 жыл бұрын
source code link not available :/
@animanoir
@animanoir 3 жыл бұрын
why do we need to use the this keyword?
@FVRTT
@FVRTT 8 жыл бұрын
Do I need to put the video in a specific folder for it to start looping? Processing can´t find it when it's located in a random place in the disk
@liamclarke8217
@liamclarke8217 7 жыл бұрын
This is an old comment so you've probably figured it out by now. But just in case: create a folder entitled 'data' in the folder your sketch was saved in (on my machine this was C:\Users\Liam\Documents\Processing\*sketchnamehere*) and place your source video/images/grandma in there.
@JulienFAUJANET
@JulienFAUJANET 5 жыл бұрын
@@liamclarke8217 THANKS... And Daniel said it in a previous video...
@MuhammadBilal-eb6fh
@MuhammadBilal-eb6fh 4 жыл бұрын
@@liamclarke8217 after giving the same path as you mentioned "C:\Users\OK\Documents\Processing\video_code\funny video" then again video is not running. it giving error of "processing.app.SketchException: Not expecting symbol 's', which is LATIN SMALL LETTER S."
@MuhammadBilal-eb6fh
@MuhammadBilal-eb6fh 4 жыл бұрын
hey Daniel help us to run video ..
@DasFrettchenFreddy
@DasFrettchenFreddy 7 жыл бұрын
it says class movie not found, does someone know why? thanks!
@SpyrodoZ
@SpyrodoZ 6 жыл бұрын
same
@md.shamimalmahmud2778
@md.shamimalmahmud2778 5 жыл бұрын
Can anyone help me?
@josemariasebastiangonzalez7578
@josemariasebastiangonzalez7578 5 жыл бұрын
Why is George Lucas teaching me processing?
@mrss649
@mrss649 4 жыл бұрын
Lol
Coding Challenge 180: Falling Sand
23:00
The Coding Train
Рет қаралды 918 М.
E00: Software Drag Racing:  C++ vs C# vs Python - Which Will Win?
23:30
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 51 МЛН
Men Vs Women Survive The Wilderness For $500,000
31:48
MrBeast
Рет қаралды 98 МЛН
Coding Challenge #135: Making a GIF Loop in Processing
20:14
The Coding Train
Рет қаралды 71 М.
Characters, Symbols and the Unicode Miracle - Computerphile
9:37
Computerphile
Рет қаралды 2 МЛН
11.1: Capture and Live Video - Processing Tutorial
22:21
The Coding Train
Рет қаралды 232 М.
How 3 Phase Power works: why 3 phases?
14:41
The Engineering Mindset
Рет қаралды 1 МЛН
The Art of Code - Dylan Beattie
1:00:49
NDC Conferences
Рет қаралды 4,7 МЛН
Processing or p5.js? My opinions
11:04
tim rodenbröker creative coding
Рет қаралды 48 М.
4. Assembly Language & Computer Architecture
1:17:35
MIT OpenCourseWare
Рет қаралды 712 М.
8.5: More on Objects - Processing Tutorial
13:59
The Coding Train
Рет қаралды 124 М.
Using a Game Controller with Arduino and Processing
21:10
MakeUseOf
Рет қаралды 116 М.