App won't export captioned movie clip
Just bought this app, and wanted to try it out straight away. Loaded an MP4 movie clip, added some subtitle text from a sample SRT file, and when I tried to export the captioned file, I kept getting errors. This seemed a simple process, so I don't know what I am doing wrong, if anything. This is the console readout:
Running export command:
---------------------------------------------------------------
C:\Users\User\AppData\Local\Temp\_MEI213482\ffmpeg\bin\ffmpeg.exe -y -hide_banner -i C:\Users\User\Videos\4K Video Downloader+\Smooth Animation explained everything you need to know.mp4 -filter_complex [0:v]setsar=1,format=yuv420p[canvas];[canvas]subtitles=filename='C\:/Users/User/AppData/Local/Temp/glidecaps-7vah3qbr/captions.ass',format=yuv420p[vout] -map [vout] -map 0:a? -c:v libx264 -preset medium -crf 18 -pix_fmt yuv420p -c:a aac -b:a 192k -movflags +faststart D:\App_Overflow\Video_Editor\Video_sub_titlers\Glide_Caps\exports\Smooth_Animation_captioned.mp4
[ffmpeg] [AVFilterGraph @ 0000023d3e4ab8c0] Error initializing filters
[ffmpeg] Error : End of file
Traceback (most recent call last):
File "glidecaps.py", line 2636, in _run_export_worker
File "glidecaps.py", line 1044, in export_captioned_video
RuntimeError: [AVFilterGraph @ 0000023d3e4ab8c0] Error initializing filters
Error : End of file
---------------------------------------------------------------
Can you help?