[HELP] after encoding ass into mp4, but there is no subtitle at all - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] after encoding ass into mp4, but there is no subtitle at all (/thread-1893.html) |
after encoding ass into mp4, but there is no subtitle at all - ssdde - 08.07.2021 after encoding ass into mp4, but there is no subtitle at all i send you PM, the sample files, and fonts if needed. please help, thanks. RE: after encoding ass into mp4, but there is no subtitle at all - Selur - 09.07.2021 No debug output, no real details -> no clue what you are really doing,... What I did:
Checked the .ass file and noticed, the subtitle names uses there didn't match the file names of the files you provided, so they weren't used and I didn't have to copy them. If you use external fonts always check the preview and if the fonts in the preview are not what you expected check your .ass file. (since your example doesn't use a font names 'FZYouHJW_508R' or 'Chinese fonts - FZYouHJW_508R' those subtitles will not be used) -> No clue what you did, since you didn't share details, but this doesn't not look like a bug in Hybrid. Cu Selur RE: after encoding ass into mp4, but there is no subtitle at all - ssdde - 09.07.2021 have you tried to encode the ass into the MKV? is the result good? fonts file name is not a problem, because when copy fonts to c:\windows\fonts, ass files can works well automatically. before copy, it can be any different name. Vapoursynth preview (Filtering->Vaporusynth preview) you mean this? why it dispays empty? RE: after encoding ass into mp4, but there is no subtitle at all - Selur - 09.07.2021 Quote:have you tried to encode the ass into the MKV? is the result good?Yes, that is what I wrote in my last post. Quote:Vapoursynth preview (Filtering->Vaporusynth preview)Yes. No clue why the script is empty for you, since you do not care to share a debug output. Cu Selur RE: after encoding ass into mp4, but there is no subtitle at all - ssdde - 09.07.2021 here is debug RE: after encoding ass into mp4, but there is no subtitle at all - Selur - 09.07.2021 According to the debug output, the Vapoursynth script: # Imports # Loading D:\X\del-x\clip\clip.ass using VSFilterMod The debug output does not show the 'Script is empty,...' message. Cu Selur RE: after encoding ass into mp4, but there is no subtitle at all - ssdde - 09.07.2021 i tried again, this time shows the preview, but the result is not correct, fonts out of picture, in black bar, the correct result is fonts should be in the picture, not in the black bar. the good result should be like this, RE: after encoding ass into mp4, but there is no subtitle at all - Selur - 09.07.2021 If you do not want the black bars in the file: crop them before the subtitles get applied If you want black bars and the subtitles higher, you got multiple options: a. adjust the positions in your subtitles b. crop, add subtitles, add borders back (to archive this you need to also make sure to change the filter order, so that 'Letterboxing' is below 'Adding Subtitle') Cu Selur RE: after encoding ass into mp4, but there is no subtitle at all - ssdde - 09.07.2021 Thanks for suggestion, but i have adjusted subtitles the right position, play mkv with ass, you can see the good result. i just only want to encode ass into it, export a mp4 file, but why need to do these steps? re-adjust the subtitles position, crop, add black bar, and so on. yeah, i want black bars and the subtitles higher, just like MKV with ass result, only encode subtitle into it. RE: after encoding ass into mp4, but there is no subtitle at all - Selur - 09.07.2021 If the positioning should be correct in the file it's an issue with the subtitle renderer having issues with the file. Try enabling: "Filtering->Vapoursynth->Script->Prefer VsFilterMod" Cu Selur |