RGM

Results 24 comments of RGM

Yeah The normalize_ts part have this on line 35 `#include ` Also, there are other errors too ``` normalize_ts.cpp:264:29: error: 'AVStream' {aka 'struct AVStream'} has no member named 'program_num' 264...

Strange that the include signal is here, but it's not knowing about SIGHUP and SIGQUIT.

I will try to resolve that in a version with a toggleable switch.

Try restarting ntscQT+, first changing the head switching speed to 0, and then load the image.

I will fix that in a later build. Basically, a mispelling in the code. Wait until a new build is done.

[Here is the line on the code.](https://github.com/rgm89git/ntscQTplus/blob/main/app/Renderer.py#L406) This app uses FFMPEG to render H264.

Show some screenshots, so i can see how i can do about this.

Check if you did install the requirements? If not, install with: ```powershell pip install -r requirements.txt ``` Also, make sure you following the compiling instructions in the README.

This is a problem with the code. I know a fix, but @JargeZ isn't around to add this fix.

Oh hi, i'm the creator of the ntscQT fork, ntscQT+. I did look at this commit, and this is a really great commit, optimizing the code. Do you think i...