# Issue with VideoExport library by hamoid

**URL:** https://discourse.processing.org/t/issue-with-videoexport-library-by-hamoid/43313
**Category:** Libraries
**Created:** [November 26, 2023, 11:07am UTC](https://discourse.processing.org/t/issue-with-videoexport-library-by-hamoid/43313 "2023-11-26T11:07:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Altenblpc](https://avatars.discourse-cdn.com/v4/letter/a/dfb087/32.png) [@Altenblpc](https://discourse.processing.org/u/Altenblpc)
#### Post date: [November 26, 2023, 11:07am UTC](https://discourse.processing.org/t/issue-with-videoexport-library-by-hamoid/43313/1 "2023-11-26T11:07:31Z")

</div>

I am attempting to use the [VideoExport library by hamoid](https://github.com/hamoid/video_export_processing) but am running into a compile exception with the error **ClassNotFoundException: com.hamoid.VideoExport**. This means even the example patch ‘basic’ from the library does not work.

I have installed this library via the Processing ‘add libraries’ browser and have ffmpeg installed on my machine. I have the file VideoExport.java in my path \Processing\libraries\VideoExport\src\com\hamoid, so perhaps this is an issue with Processing not correctly pointed to the right location? Any tips as to how I could resolve the problem would be appreciated, or pointers to other video export tools.

Running Windows 10.0.19045 Build 19045, and Processing 4.0b2

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [November 26, 2023, 12:35pm UTC](https://discourse.processing.org/t/issue-with-videoexport-library-by-hamoid/43313/2 "2023-11-26T12:35:59Z")

</div>

Hello,

> [@Altenblpc](#):
>
> This means even the example patch ‘basic’ from the library does not work

It works here with Processing 3.5.4 on W10.

It gives me this error with Processing 4.3 on W10:

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/3X/0/c/0cec11d911c402c9e351dbe4e28fdaa3c3d905ad.png)

This is the version of ffpeg in my path:

> C:\Users\me\>ffmpeg  
> ffmpeg version 2023-11-22-git-0008e1c5d5-essentials\_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers  
> built with gcc 12.2.0 (Rev10, Built by MSYS2 project

I had the same experience here:

> [@Video Export Library / Export Error](https://discourse.processing.org/t/video-export-library-export-error/38256):
>
> Hello everyone! I want to export my work at the bottom as a video with “video export” library. But when i run it, it gives me this error: " RuntimeException: java.lang.NoSuchFieldError: frame java.lang.RuntimeException: java.lang.NoSuchFieldError: frame at processing.opengl.PSurfaceJOGL.lambda$initAnimator$2(PSurfaceJOGL.java:413) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.NoSuchFieldError: frame at com.hamoid.VideoExport.initialize(Unknown Source) at com.hamo…

I have not explored this further.

A search in this forum may have something:  
[https://discourse.processing.org/search?q=videoExport%20order%3Alatest](https://discourse.processing.org/search?q=videoExport%20order%3Alatest)

`:)`
