encoded ASS subtitle into video by Hybrid got a different effect with original - 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: encoded ASS subtitle into video by Hybrid got a different effect with original (/thread-1732.html) Pages:
1
2
|
encoded ASS subtitle into video by Hybrid got a different effect with original - ssdde - 21.02.2021 the text shadow blur effect is not the same, upper is original ASS file in video, below is encoded ASS subtitle into video by Hybrid i don't know why and what caused, i use these step to encode:
RE: encoded ASS subtitle into video by Hybrid got a different effect with original - Selur - 21.02.2021 My guess is that the ass subtitle is embedded through a method that (unlike your player) doesn't support the shadow effect. Depending on your other settings, Hybrid either uses:
Additionally if you can share a subtitle file (with the fonts it depends on) or a small sample file which includes the subtitles and the fonts I can look into it. I'm not even sure there is a method that supports the complete current .ass specification. Cu Selur RE: encoded ASS subtitle into video by Hybrid got a different effect with original - ssdde - 21.02.2021 (21.02.2021, 19:43)Selur Wrote: My guess is that the ass subtitle is embedded through a method that (unlike your player) doesn't support the shadow effect. yeah, i don't know which renderer was used, i made ass file with Aegisub, maybe VSFilterMod? here is what i create sample files for you, 33MB, thanks https://drive.google.com/drive/folders/11poiJpWb3K3ODpNNJrhQlfOpyQbZF_F0?usp=sharing and i also tried make ass file to sup firstly, then encoded sup subtitle into video with Hybrid for test, the blur effect result is correct, no problem. but encode ass into video directly occurs this different effect problem. RE: encoded ASS subtitle into video by Hybrid got a different effect with original - Selur - 21.02.2021 Quote:yeah, i don't know which renderer was used, i made ass file with Aegisub, maybe VSFilterMod?That's why I wrote: Quote:Would need a debug output of the job creation to know what method was used. Opened the sample in MPC-HC and there the subtitle also has no shadow. Vapoursynth Preview, properly shows the subtitles with shadow. Avisynth Preview, properly shows the subtitles with shadow. ->Enabling Config->Internals->Avisynth->Always use Avisynth should help. Cu Selur Ps.: I'll also send you a link in a ~15min minutes via PM which allows to fix this by enabling 'Filtering->Vapoursynth->Misc->Script->Always use Vapoursynth'. RE: encoded ASS subtitle into video by Hybrid got a different effect with original - ssdde - 21.02.2021 (21.02.2021, 20:32)Selur Wrote:Quote:yeah, i don't know which renderer was used, i made ass file with Aegisub, maybe VSFilterMod?That's why I wrote: thank you for new dev version, after installed, i'm encoding a new MP4 file by enabling 'Filtering->Vapoursynth->Misc->Script->Always use Vapoursynth', to test and BTW, this area under x264 - base tab has a little problem on my computer and when encoding, the Hybrid icon in the taskbar should have a green progress bar state, but the new version didn't RE: encoded ASS subtitle into video by Hybrid got a different effect with original - Selur - 21.02.2021 Quote:and BTW, this area under x264 - base tab has a little problem on my computerI don't the the problem,... RE: encoded ASS subtitle into video by Hybrid got a different effect with original - ssdde - 21.02.2021 (21.02.2021, 21:29)Selur Wrote:Quote:and BTW, this area under x264 - base tab has a little problem on my computerI don't the the problem,... maybe the windows scale cause? i don't know i'm win10 x64 v1809, 4K resolution, using a custom 140% system scale. you can try to see if any problem. and the encoding has done. after installed new dev version, and by enabling 'Filtering->Vapoursynth->Misc->Script->Always use Vapoursynth' this setting, the most new encoded MP4 file seems no any changes, still wrong blur effect, as the same as the below part: RE: encoded ASS subtitle into video by Hybrid got a different effect with original - Selur - 21.02.2021 Works fine here. Did you recreate the job or use the old job? (job needs to be recreated, otherwise the setting do not have any effect) The sub-jobs for that job should contains a _create job where the Vapoursynth script is created,.. Cu Selur RE: encoded ASS subtitle into video by Hybrid got a different effect with original - ssdde - 21.02.2021 (21.02.2021, 21:55)Selur Wrote: Works fine here. no, the thumbnail you showed is the wrong blur effect. means you there got a wrong blur effect too. and you open the ass file i shared with you, you can see the correct blur level is {\blur4}, and you can edit to {\blur12}, increase to get the wrong blur effect. encoding ass into video directly gets the MP4 effect, is looked like the {\blur12} blur level in ASS, not the correct {\blur4} level. in this pic, the upper part is the correct blur effect, is what i want. the below part is the wrong effect after encoding ASS directly into video with Hybrid. and your attached thumbnail is not right, but the wrong blur effect. the blur effect seems too large. RE: encoded ASS subtitle into video by Hybrid got a different effect with original - Selur - 21.02.2021 Doesn't look like the upper of your screenshots but the lower one,... -> Check the "Vapoursynth Preview" (Filtering lower right corner) here's a larger view: When I change the blur to blur12 the blur is larger,... -> looks fine to me,... Cu Selur |