Quantcast Avisynth: Updating Excisting ini File? - Page 2 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #21  
08-29-2003, 05:39 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I think about your problem as soon I saw the new bundle but the changelog doesn't report anything related to subtitles.

Tell us the result of your tests.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #22  
08-29-2003, 09:05 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
it`s a disaster it won`t work
subtitles were nowhere to see.

strange why would he put the avs 2.52 option in it when it doesn`t work
Reply With Quote
  #23  
08-29-2003, 09:17 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
strange i was testing again but this time not using the divx filter but bibucibresize now i see some actifity but the subs are all messed up here a screen:

Reply With Quote
  #24  
08-29-2003, 09:22 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
1/ they can't test everything and if no one reports them the error, they don't even know there is a problem

2/ your source is interlaced ? You must deinterlace it before to put the subtitles.

3/ youre right, it's strange that works with bicubic and not optimal script. Can you post the avs that D2S generates in both cases ?
(you can find it under the movie directory of D2S, it is called "Avisynth_script.avs" or something like this).
Reply With Quote
  #25  
08-29-2003, 09:58 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
BibucibResize:

LoadPlugin("C:\DOCUME~1\GERRIE~1\BUREAU~1\SVCDTO~1 \DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
LoadPlugin("C:\DOCUME~1\GERRIE~1\BUREAU~1\SVCDTO~1 \DVD2SVCD\AVISYN~1.5PL\AVISYN~2.DLL")
AVISource("C:\DOCUME~1\GERRIE~1\BUREAU~1\FTP\sampl e.avi",False)
ConvertToYUY2()
BicubicResize(480,276,0.0,0.6)
AddBorders(0,102,0,102)
AvisynthSubtitler("C:\DOCUME~1\GERRIE~1\BUREAU~1\S VCDTO~1\DVD2SVCD\Movie\","permsubs.txt")
ConvertToRGB()

DivX Filter:

LoadPlugin("C:\DOCUME~1\GERRIE~1\BUREAU~1\SVCDTO~1 \DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
LoadPlugin("C:\DOCUME~1\GERRIE~1\BUREAU~1\SVCDTO~1 \DVD2SVCD\AVISYN~1.5PL\AVISYN~2.DLL")
AVISource("C:\DOCUME~1\GERRIE~1\BUREAU~1\FTP\sampl e.avi",False)
ConvertToYUY2()
ConvertToYV12()
Undot()
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
ATC(2,3,5,0.5,false)
TemporalSoften(2,7,7,3,2)
GripCrop(480, 276+102+102, overscan=1, source_anamorphic=false, dest_anamorphic=false)
GripSize(resizer="LanczosResize")
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5623)
GripBorders()
AvisynthSubtitler("C:\DOCUME~1\GERRIE~1\BUREAU~1\S VCDTO~1\DVD2SVCD\Movie\","permsubs.txt")
ConvertToRGB()
Reply With Quote
  #26  
08-29-2003, 10:04 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
It seems that is the line "ConvertToYV12" that is the problem

I guess that we should remove it from the script.
Can you make a test without this line to see if that correct the problem ?
(just go into framserver tab, ask for editing the script during video encoding, and when the window pop-up with the script, just remove the line "converttoyv12").
Reply With Quote
  #27  
08-29-2003, 10:11 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
http://home.quicknet.nl/qn/prive/g.k...a/PermSubs.txt
Reply With Quote
  #28  
08-29-2003, 10:12 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
lol you were to fast for me and yes i will test it.
Reply With Quote
  #29  
08-29-2003, 10:14 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Indeed I finally removed this line from the optimal script for D2S : it don't have any use there and in fact is more harmfull than other thing.
Reply With Quote
  #30  
08-29-2003, 10:19 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
yes dial it works now in both cases.

i will edit my ini aswell.

maybe another idea for the messed up subs?
Reply With Quote
  #31  
08-29-2003, 11:13 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
it seems to be a bug in dvd2svcd.

the bmp`s are converted to 32bit and the must be converted to 24bit.
this is only when using external subtitles wich is my problem.

the dvd2svcd author will be on it a.s.a.p so he said
Reply With Quote
  #32  
08-29-2003, 11:30 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I just saw this into d9 forum. He has delivered a new version : he was very fast

http://www.dvd2dvd.org/D2S121B1a.rar
Reply With Quote
  #33  
08-29-2003, 11:46 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
yeah big kiss for dvd2svcd and my m8 dialhot offcourse.

i gonna try it out...
Reply With Quote
  #34  
09-01-2003, 06:46 AM
Payasa Payasa is offline
Free Member
 
Join Date: Aug 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
subtitles came out beautiful

divx filter seems te work fine too...

i am a happy man now

thnx
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD: Updating my script for KDVD from DVD maurus Video Encoding and Conversion 6 03-13-2006 10:28 AM
Avisynth: Error opening the avisynth file i76276 Avisynth Scripting 5 10-22-2003 05:56 AM
Sampler.dll is not a avisynth 2.52 file Sykes Avisynth Scripting 4 06-27-2003 08:28 AM
Updating computer... CheronAph Computers 29 06-13-2003 12:18 PM
Avisynth: File Size Predition vs Actual file size? Rig R. Mortis Avisynth Scripting 2 10-12-2002 06:04 PM




 
All times are GMT -5. The time now is 11:05 AM  —  vBulletin © Jelsoft Enterprises Ltd