Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#2 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,823
|
Ah finally xy-vsfilter with vs binaries ( there's also this https://github.com/Tsuki/VapourSynth-XY-VSFilter)
THX ![]()
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
![]() |
![]() |
#4 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,616
|
Nice, are there any known pro/contra to use these instead of http://www.vapoursynth.com/doc/plugins/subtext.html ?
|
![]() |
![]() |
#5 | Link | |
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 393
|
Quote:
|
|
![]() |
![]() |
#6 | Link | |
変身!
Join Date: Dec 2008
Location: Brazil
Posts: 38
|
this may be a stupid question, but...
Quote:
![]() ![]() EDIT: hmmm I find out why wasn't working, forgot to put "core" before the main string -___- Last edited by masterkivat; 20th July 2019 at 22:57. Reason: figured it out |
|
![]() |
![]() |
#7 | Link | |
変身!
Join Date: Dec 2008
Location: Brazil
Posts: 38
|
Returning to this topic to ask a real question: I've been doing subs which have kanjis (example - .ass script) and both VSFilter/xy-VSFilter, along with the official subtitle plugin from VapourSynth, can't decode'em...
Quote:
![]() Last edited by masterkivat; 15th September 2019 at 07:40. |
|
![]() |
![]() |
#8 | Link | |
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 393
|
Quote:
|
|
![]() |
![]() |
#9 | Link | |
変身!
Join Date: Dec 2008
Location: Brazil
Posts: 38
|
Quote:
|
|
![]() |
![]() |
#10 | Link | |
unsigned int
Join Date: Oct 2012
Location: 🇪🇺
Posts: 760
|
Quote:
- raw string where the backslash character is just another character with no special meaning: Code:
dec = core.vsf.TextSub(dec, file=r"C:\Users\USER\Desktop\01-op.ass") Code:
dec = core.vsf.TextSub(dec, file="C:\\Users\\USER\\Desktop\\01-op.ass") Code:
dec = core.vsf.TextSub(dec, file="C:/Users/USER/Desktop/01-op.ass")
__________________
Buy me a "coffee" and/or hire me to write code! |
|
![]() |
![]() |
#11 | Link | |
変身!
Join Date: Dec 2008
Location: Brazil
Posts: 38
|
Quote:
![]() |
|
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|