Log in

View Full Version : how to use avisynth subtitle ? [Problem]


dj-big
20th December 2012, 07:47
hi guys i have big problem i want to add my encode very small text ( tag ) in 5-6 second ( same as tv series encoder BOB minishare or ... ) i searched about avisynth and i make mine :

Subtitle("My Text", font="Comic Sans MS", size=15, text_color=$0FFFFFFF, align=2, spc=6 , halo_color=0 , first_frame=400 , last_frame=600)

ok i add this to megui it shown in encode BUT my problem is i want to encode with staxrip when i load my video in staxtrip then from tools>Show File > Avisynth Script i add my script to it and save it the i preview my video the tag was there BUT when i encode my video and see it No Tag there whats the problem ?! im so confused

sry for my english but i need help .

martin53
20th December 2012, 10:49
might try align=5 and check frame dimensions of preview/processed to make sure it's not a crop issue.