JordanSantiagoYT / FNF-JS-Engine

JS Engine is basically Psych Engine but with (almost) no botplay lag and NEW features!
Apache License 2.0
48 stars 33 forks source link

Help needed with rendering #695

Closed nxvelveteen closed 1 month ago

nxvelveteen commented 1 month ago

Describe your problem here. If you are modding, please try testing your problem in a clean version of the engine instead, this ensures the problem is actually caused by the engine itself. Also, if you're using an older version of JSE, please try the latest action build in the Actions tab or the latest release build. The issue has probably been fixed since that version. Oh yeah, and also be sure to check the pinned 'JS Engine: Known Issues' issue, to double check if your issue hasn't already been found!

image The actual rendering works fine but for some reason the video file isn't showing up where it's supposed to be (using new rendering mode)

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

nop

JordanSantiagoYT commented 1 month ago

It's possible that you did not put FFmpeg.exe in the same folder that JSEngine.exe is located in.

nxvelveteen commented 1 month ago

On Sat, Oct 26, 2024 at 5:38 PM Jordan Santiago @.***> wrote:

It's possible that you did not put FFmpeg.exe in the same folder that JSEngine.exe is located in.

— Reply to this email directly, view it on GitHub https://github.com/JordanSantiagoYT/FNF-JS-Engine/issues/695#issuecomment-2439743764, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYUPIR33GVGMUAF6KXUZ2PDZ5QDW3AVCNFSM6AAAAABQVEGVTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZG42DGNZWGQ . You are receiving this because you authored the thread.Message ID: @.***>

Alr ill try that

nxvelveteen commented 1 month ago

there should be a check for if it's there before rendering

JordanSantiagoYT commented 1 month ago

ex dee image

nxvelveteen commented 1 month ago

i got it exported but opening the file in media player says that it has unsupported encoding

nxvelveteen commented 1 month ago

(i'm using libx264)

JordanSantiagoYT commented 1 month ago

i got it exported but opening the file in media player says that it has unsupported encoding

oh

You can't really open these kinds of videos inside a normal video player. you have to use something like VLC or a video editor (the one i use is CapCut)

nxvelveteen commented 1 month ago

ah ok tysm