Skip to content

Troubleshooting

Jerry Hogsett edited this page Jul 29, 2023 · 1 revision

Troubleshooting

28 July 2023 - Unexpected error from AAC encoder while creating Video Remixer clips

I got this error while the application was assembling .WAV audio with processed video clips:

Assertion diff >= 0 && diff <= 120 failed at D:/code/ffmpeg/src/libavcodec/aacenc.c:684

The .WAV file played fine. As an experiment, I added a new config option to use .MP3 instead of .WAV for creating the audio clips. This got past the issue. This workaround is recommended if you run into the issue. Be sure to set it back afterwards to retain lossless audio. Details in https://github.com/jhogsett/EMA-VFI-WebUI/pull/124

Clone this wiki locally