The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
Unable to encode due to lack of "Frame Rate info node" - 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: Unable to encode due to lack of "Frame Rate info node" (/thread-976.html) |
RE: Unable to encode due to lack of "Frame Rate info node" - DUGUJACK - 09.06.2019 I tried the Vapoursynth but it doesn't work. Here is the script: Quote:# ImportsI don't know whether the script uses the SupTitle.dll or not. RE: Unable to encode due to lack of "Frame Rate info node" - Selur - 09.06.2019 SupTile is an Avisynth filter, so: No, Vapoursynth isn't using it. Does the Vapoursynth Preview Windows show an error message? The script itself looks like mine: # Imports RE: Unable to encode due to lack of "Frame Rate info node" - Selur - 10.06.2019 Okay,.. Problem is: a. the .sup files seem to use multiple bitmaps for a single descriptor which SupTile doesn't support. b. SupTiles development was abandoned, since the author lost the source code (and it was closed source) c. there is no alternative Avisynth filter for SupTile Solution: Using Vapoursynth, the subtitles can be embedded without a problem. -> Since there are no alternatives for the Avisynth SupTile filter, embedding your subtitles with Avisynth directly isn't possible. Cu Selur RE: Unable to encode due to lack of "Frame Rate info node" - DUGUJACK - 10.06.2019 Do you mean that Vapoursynth can burn the .sup subtitle without SupTitle.dll? Now I can't preview the Vapoursynth script directly when I press "Vapoursynth Preview", the script only lasts for one second, then appears another window which I don't know how to deal with(the resolution is wrong, maybe it still keeps the same resolution of “Aquaman.mkv” loaded before). I think you might need these files.→ https://mega.nz/#F!sgMijCiL Password: WhOnNLhXG7s9qVqLuCL0xw RE: Unable to encode due to lack of "Frame Rate info node" - Selur - 10.06.2019 Just looked at the Vapoursynth Preview window and see no problem with it. Using the slider at the bottom (or by entering a different frame) you should be able to navigate through your source. -> Seems like the preview is working,.. ---- Quote:Do you mean that Vapoursynth can burn the .sup subtitle without SupTitle.dll?Yes, Vapoursynth uses it's own filter. Quote:the resolution is wrongyou realize that the preview window is resizeable, the resolution shown is usually adjusted to the window size. Change from 'fit to frame' to 'no zoom' if you don't want that behavior. Cu Selur RE: Unable to encode due to lack of "Frame Rate info node" - DUGUJACK - 10.06.2019 Quote:Just looked at the Vapoursynth Preview window and see no problem with it.Sorry, I was wrong all the time. I thought Avisynth Preview/Vapoursynth Preview only showed the scripts and it was Filter Preview that did matter before. It seems that it has no problem with Vapoursynth Preview, but Avisynth Preview always crashes. RE: Unable to encode due to lack of "Frame Rate info node" - Selur - 10.06.2019 Yes, Avisynth Preview crashes since SupTile can't handle your subtitles and there is no Avisynth alternative for it. -> set 'Filtering->Support' to 'Vapoursynth' and you should be fine. Cu Selur RE: Unable to encode due to lack of "Frame Rate info node" - DUGUJACK - 10.06.2019 (10.06.2019, 12:30)Selur Wrote: Yes, Avisynth Preview crashes since SupTile can't handle your subtitles and there is no Avisynth alternative for it. But Avisynth Preview even crashes when I import the .ass file and it seems that ffmpeg is enough for burning the .ass file. RE: Unable to encode due to lack of "Frame Rate info node" - Selur - 10.06.2019 One has nothing to do with the other, if you have issues embedding an .ass, share the ass and the required fonts with me and I can look into it. RE: Unable to encode due to lack of "Frame Rate info node" - DUGUJACK - 10.06.2019 I think it's unnecessary to bother you because MeGUI can handle it. But if you are interested, you can test with my .ass file. → https://mega.nz/#F!VwsxCIgD Password: cCFdxMV7ehi5_h65uhYVlw |