Overlay ssa subtitles on mp4/mkv

Hi
I can overlay srt, vtt subtitles on mp4 files. But I can’t seems to overlay ASS subtitles on a mp4/mkv file.

overlay with VTT : works fine
gst-launch-1.0.exe -filesrc location=in.mp4 ! qtdemux name=demux ! qtmux name=mux mux. ! filesink location=out.mp4 filesrc location=new.vtt ! subparse ! mux.

I tried with ssaparse, assrender, in different combinations with subparse, textrender,…
Can someone point me to the right direction, or is this not possible to overlay
ASS subtitles on mp4 or mkv files like this?

ASS:
gst-launch-1.0.exe -v filesrc location=in.mp4 ! qtdmux name=demux ! qtmux name=mux mux. ! filesink location=out.mp4 filesrc location=new.ass ! ssaparse ! mux.

Thanks in advance
Cheers marc

SSA/ASS subtitles from a file are not supported currently, see https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/36