04.04.2020, 17:59
Thanks, okay it's now managed to encode.
Good news: The green mess is gone and the video encoded without crashing! But only the subtitles that use VSFilter have been hardcoded.
Bad news: The subs that use the VSFilterMod (Karaoke.ass) don't show up, so I assume haven't been hardcoded for some reason.
Just a reminder of the script:
The TextSubMod command is for VSFilterMod. I'll send you the debug report lvl 9.
(Note: I think I know why I've been sending incomplete debug reports. I think Hybrid has a bug where after you initially set the default output path at the beginning, when you later on decide where the encode will output to, and set to a different location, the debug report creates a new file in the encode output folder and carries on logging. So I think that the debug report split into 2 files in 2 different folders.)
Good news: The green mess is gone and the video encoded without crashing! But only the subtitles that use VSFilter have been hardcoded.
Bad news: The subs that use the VSFilterMod (Karaoke.ass) don't show up, so I assume haven't been hardcoded for some reason.
Just a reminder of the script:
LoadPlugin("C:\Users\User\Desktop\encode\ffms2.dll")
LoadPlugin("C:\Users\User\Desktop\encode\VSFilter.dll")
LoadPlugin("C:\Users\User\Desktop\encode\VSFilterMod.dll")
FFVideoSource("C:\Users\User\Desktop\encode\VID.mkv")
TextSub("C:\Users\User\Desktop\encode\Hardcoding.ass")
TextSubMod("C:\Users\User\Desktop\encode\Karaoke.ass")
return last
The TextSubMod command is for VSFilterMod. I'll send you the debug report lvl 9.
(Note: I think I know why I've been sending incomplete debug reports. I think Hybrid has a bug where after you initially set the default output path at the beginning, when you later on decide where the encode will output to, and set to a different location, the debug report creates a new file in the encode output folder and carries on logging. So I think that the debug report split into 2 files in 2 different folders.)