DJLevel3
DJLevel3
Oops, it's not working. Don't merge yet.
It works now!!! YAY!!! Ready to merge.
Any updates? I don't have the permissions to merge a PR myself so I need someone who does to merge it for me. I tested the process from start to...
Update: I found another application with this problem and their solution was to add `sed -i '1s/^/#define AV_CODEC_FLAG_GLOBAL_HEADER (1
Update 2: Adding these lines to OsciVideoWriter.cpp just below the ifndef seems to have fixed the problems. I'm now having different errors, so I'm leaving this open for now, but...
Aaaand, I seem to have fixed all the errors! To summarize what I did: - Add `#define CODEC_FLAG_GLOBAL_HEADER AV_CODEC_FLAG_GLOBAL_HEADER` and `#define AVFMT_RAWPICTURE 0x0020` to OsciVideoWriter.hpp - Add `#include ` to...
I didn't supply any ffmpeg, so I believe it was the system one or the included one if that exists. By the way, the build completed, but audio files are...
Scratch that, I just relaunched the application and it's working!
I can send you the build I have completed if you have the stuff to test it. Should(tm) be working fine.
Or you can do it on WSL if you have a Windows PC.