SebiAi / custom-nothing-glyph-tools

A repo containing scripts and tools for creating custom Nothing Glyph compositions.
GNU General Public License v3.0
236 stars 18 forks source link

[BUG] Importing Giving Issues #21

Closed abirxgpt closed 7 months ago

abirxgpt commented 7 months ago

Describe the bug Import Failed. File is not Produced by the Composer To Reproduce I made that following the same you taught on youtube but still getting issues

Screenshot_20240215-011548

Expected behavior It must be Imported

Screenshots My Metadata Images: image

image

abirxgpt commented 7 months ago

https://github.com/SebiAi/custom-nothing-glyph-tools/assets/142162873/90768925-5c8e-4787-867c-5a6cae0372c0

This is the app I am using to import

Snupai commented 7 months ago

From the ffprobe it looks like the codec you have chosen to export the cut audio was vorbis and not opus. Try re-exporting it as opus and using the GlyphModder on the newly exported opus file. https://github.com/SebiAi/custom-nothing-glyph-tools?tab=readme-ov-file#wrong-codec

SebiAi commented 7 months ago

This is not a bug, you just exported the audio in the wrong encoding (vorbis instead of opus).

See Snupai's message or the troubleshooting chapter for more information.