digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: DivX Filter and permsubs (http://www.digitalfaq.com/archives/encode/12000-dvd2svcd-divx-filter.html)

Numaios 09-07-2004 10:42 PM

DVD2SVCD: DivX Filter and permsubs
 
Hi!

I've been using DVD2SVCD and your optimal script for DivX to KVCD conversion, using permanent subtitles.

I do it this way:

-"No color conversion" in the encoder advanced settings.

-Using this script in Frameserver tab:

Code:

0=LoadPlugin(!blockbuster.dll)
1=LoadPlugin(!Convolution3d.dll)
2=LoadPlugin(!Gripfit_preview.dll)
3=LoadPlugin(!Undot.dll)
4=LoadPlugin(!DctFilter.dll)
5=BlindPP(cpu=4)
6=Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
7=Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
8=GripCrop(^Width,^Height,overscan=^overscan,source_anamorphic=^source_ana)
9=GripSize(resizer="^Resize")
10=Undot()
11=TemporalSoften(2,7,7,3,2)
12=DCTFilter(1,1,1,1,1,1,0.5,0)
13=GripBorders()
!blockbuster.dll=C:\Filters25\blockbuster.dll
!Convolution3d.dll=C:\Filters25\Convolution3DYV12.dll
!Gripfit_preview.dll=C:\Filters25\GripFit_YV12.dll
!Undot.dll=C:\Filters25\UnDot.dll
!DctFilter.dll=C:\Filters25\DctFilter.dll
^Width=352
^Height=480
^overscan=1
^source_ana=false
^Resize=LanczosResize

-Enabling "Edit as part of video encoding" in "Edit the AviSynth Script File".

So, when the audio encoding is finished, the script editing window pops up, and the program has added the line "ConvertToYUY2()". If I press OK, it crashes in TMPGEnc. But if I remove this line and I add it immediately before the "AviSynthSubtitler" line, it doesn't crash, and I get the permsubs correctly.

Then, what is the problem? Maybe I'm not really using YV12 color... I don't know. Could you tell me what I'm doing wrong?

Thanks!

Dialhot 09-08-2004 07:29 AM

Re: "DivX Filter" and permsubs
 
Quote:

Originally Posted by Numaios
Then, what is the problem? Maybe I'm not really using YV12 color... I don't know. Could you tell me what I'm doing wrong?

BlinddPP can't be used in other think than YV12 so if all works okay, then you are using YV12.
In fact you do not do anything wrong, you do exactly what must be done !
Permsubs does not work with optimal scripts because of that "ConvertTo" line that is added by dvd2svcd. But you moved it to the correct place to have alll the things to work.

Numaios 09-08-2004 12:18 PM

OK! Thank you very much! :wink:


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

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.