# Processing video

**URL:** https://discourse.processing.org/t/processing-video/40599
**Category:** Libraries
**Created:** [January 15, 2023, 9:34pm UTC](https://discourse.processing.org/t/processing-video/40599 "2023-01-15T21:34:57Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![ctremblay](https://avatars.discourse-cdn.com/v4/letter/c/e495f1/32.png) [@ctremblay](https://discourse.processing.org/u/ctremblay)
#### Post date: [January 15, 2023, 9:34pm UTC](https://discourse.processing.org/t/processing-video/40599/1 "2023-01-15T21:34:57Z")

</div>

I’m trying to code a movie program even though i could use a premade program to place all the clips together but the program cant find my file.  
I’m using video library for processing 4.  
it keeps saying “Could not load movie file flappy1.mov”  
flapp1.mov is in my movieTutorial folder

```auto
import processing.video.*;

Movie video;

void setup(){
  size(600,600);
  video = new Movie(this,"flappy1.mov");
  video.play();
}

void draw(){
  image(video,0,0);
}

```

https://www.youtube.com/embed/nJWV7X7df9w?feature=oembed&wmode=opaque&list=PLRqwX-V7Uu6bw0bVn4M63p8TMJf3OhGy8

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [January 16, 2023, 5:33am UTC](https://discourse.processing.org/t/processing-video/40599/2 "2023-01-16T05:33:12Z")

</div>

> [@ctremblay](#):
>
> flapp1.mov is in my movieTutorial folder

The movie must be in your sketch folder / data folder

Edited

---

<div class="post-metadata">

### Author: ![ctremblay](https://avatars.discourse-cdn.com/v4/letter/c/e495f1/32.png) [@ctremblay](https://discourse.processing.org/u/ctremblay)
#### Post date: [January 16, 2023, 5:49am UTC](https://discourse.processing.org/t/processing-video/40599/3 "2023-01-16T05:49:03Z")

</div>

Its in the correct folder.

 ![movie](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/3X/a/f/afef06549c49cd8a2695836301cb90b9f497d760.png)

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [January 16, 2023, 5:57am UTC](https://discourse.processing.org/t/processing-video/40599/4 "2023-01-16T05:57:06Z")

</div>

It’s case sensitive

Please check if mov or MOV

---

<div class="post-metadata">

### Author: ![ctremblay](https://avatars.discourse-cdn.com/v4/letter/c/e495f1/32.png) [@ctremblay](https://discourse.processing.org/u/ctremblay)
#### Post date: [January 16, 2023, 6:09am UTC](https://discourse.processing.org/t/processing-video/40599/5 "2023-01-16T06:09:27Z")

</div>

properties say mov and i typed mov

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [January 16, 2023, 9:57am UTC](https://discourse.processing.org/t/processing-video/40599/6 "2023-01-16T09:57:48Z")

</div>

What happens when you try to rename the mov file under windows

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [January 16, 2023, 10:00am UTC](https://discourse.processing.org/t/processing-video/40599/7 "2023-01-16T10:00:13Z")

</div>

Do we have to move flappy into data folder?

---

<div class="post-metadata">

### Author: ![ctremblay](https://avatars.discourse-cdn.com/v4/letter/c/e495f1/32.png) [@ctremblay](https://discourse.processing.org/u/ctremblay)
#### Post date: [January 16, 2023, 10:00am UTC](https://discourse.processing.org/t/processing-video/40599/8 "2023-01-16T10:00:39Z")

</div>

Are there other types of movie types i ran into a problem with sound and just changed the file type to make it work

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [January 16, 2023, 10:12am UTC](https://discourse.processing.org/t/processing-video/40599/9 "2023-01-16T10:12:11Z")

</div>

I think there are different types of codecs and formats

---

<div class="post-metadata">

### Author: ![ctremblay](https://avatars.discourse-cdn.com/v4/letter/c/e495f1/32.png) [@ctremblay](https://discourse.processing.org/u/ctremblay)
#### Post date: [January 16, 2023, 10:14am UTC](https://discourse.processing.org/t/processing-video/40599/10 "2023-01-16T10:14:29Z")

</div>

i tried switching it to mp4 but sadly same error.

---

<div class="post-metadata">

### Author: ![Chrisir](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/chrisir/32/45_2.png) [@Chrisir](https://discourse.processing.org/u/Chrisir)
#### Post date: [January 16, 2023, 10:19am UTC](https://discourse.processing.org/t/processing-video/40599/11 "2023-01-16T10:19:48Z")

</div>

Try another video and place it in the data folder

---

<div class="post-metadata">

### Author: ![ctremblay](https://avatars.discourse-cdn.com/v4/letter/c/e495f1/32.png) [@ctremblay](https://discourse.processing.org/u/ctremblay)
#### Post date: [January 16, 2023, 10:23am UTC](https://discourse.processing.org/t/processing-video/40599/12 "2023-01-16T10:23:08Z")

</div>

i tried the folder b4 i posted i’ll try a youtube video if that dont work i found a program i like so i’m happy with giving up. I tried a youtube video and still couldnt load. i tried mov, pm4 and avi.

---

<div class="post-metadata">

### Author: ![grshch](https://avatars.discourse-cdn.com/v4/letter/g/ed8c4c/32.png) [@grshch](https://discourse.processing.org/u/grshch)
#### Post date: [January 16, 2023, 10:32pm UTC](https://discourse.processing.org/t/processing-video/40599/13 "2023-01-16T22:32:25Z")

</div>

Data folder is a folder that literally named “data”. The easiest option to put a file in the directory correctly is just drag-n-dropping it into the Processing window with the sketch opened.
