|
|
| SamGadsby |
| Posted: Nov 15 2002, 09:41 PM |
 |
|
Unregistered

|
I tried encoding into divx5 with the subtitle filter. I do 2 passes so I use the job list to do it. When I started it, it just turned from 'Waiting' to 'Error' with no explanation. I am on full processing mode. I saved the .jobs file and can paste it in here if anyone thinks that information can be helpful. I am sure you need more information but I don't know what else to add! |
 |
| jcsston |
| Posted: Nov 15 2002, 09:45 PM |
 |
|
Matroska Dev
  
Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02

|
Does it happen only when you apply the subtitle filter?
-------------------- Use the Matroska file format |
 |
| phaeron |
| Posted: Nov 16 2002, 04:11 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
Double-click on the job with Error status to see what the error was. |
 |
| SamGadsby |
| Posted: Nov 16 2002, 08:45 PM |
 |
|
Unregistered

|
It only happens with the subtitle filter.
Here's the error:
Cannot start filter 'subtitler': Original subtitling Y resoluton is unreasonably small |
 |
| valja |
| Posted: Nov 17 2002, 09:40 AM |
 |
|

Advanced Member
  
Group: Members
Posts: 179
Member No.: 66
Joined: 1-August 02

|
| QUOTE (SamGadsby @ Nov 16 2002, 11:45 PM) | It only happens with the subtitle filter.
Here's the error:
Cannot start filter 'subtitler': Original subtitling Y resoluton is unreasonably small |
Because you use "subtitler" filter, you have to use ssa (SubStation Alpha) subtitle file.
Check your ssa file. Somewhere near beginning you have to have line like
Style: Default,Arial,50,65535,65535,65535,-2147483640,-1,0,1,3,0,2,30,30,30,0,0
This line defines font and font size for subtitles. In the example above font is "Arial" and font size "50". Check the number after font name, it is probably too small. |
 |
| SamGadsby |
| Posted: Nov 18 2002, 01:22 AM |
 |
|
Unregistered

|
The line originally said 18, so I changed to:
Style: Default,Arial,50,&Hffffff,&H00ffff,&H000000,&H000000,-1,0,1,2,3,2,20,20,20,0,1
But it gave me the same error. |
 |
| Stefan |
| Posted: Nov 18 2002, 12:02 PM |
 |
|
Advanced Member
  
Group: Vdubmod Alpha Testing Team
Posts: 215
Member No.: 142
Joined: 27-August 02

|
| QUOTE (SamGadsby @ Nov 16 2002, 02:45 PM) | Cannot start filter 'subtitler': Original subtitling Y resoluton is unreasonably small |
Which value do you use for the SAA parameter PlayResY in the script? It should be the Y-size of your video e.g. 576 for DV-PAL or 480 for DV-NTSC.
Stefan |
 |