digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: Cropped part of image on the left and right (http://www.digitalfaq.com/archives/encode/2603-dvd2svcd-cropped-part.html)

VILLA21 02-13-2003 06:05 PM

DVD2SVCD: Cropped part of image on the left and right
 
Here is the Avisynth script i used for the movie "About a Boy", PAL, 16:9, ~100min :

[AVISYNTH_GripFit + Dust + TemporalCleaner + BlockBuster]
0=LoadPlugin(!Legalclip.dll)
1=LoadPlugin(!GripFit_preview.dll)
2=LoadPlugin(!DustV5.dll)
3=LoadPlugin(!TemporalCleanerOld.dll)
4=LoadPlugin(!Blockbuster.dll)
5=Legalclip()
6=GripCrop( width=^WidthValue, height=^HeightValue, overscan=1 )
7=GripSize()
8=SpaceDust()
9=TemporalCleaner()
10=Blockbuster(method="noise", variance=.3, seed=1)
11=GripBorders()
12=LegalClip()
!Blockbuster.dll=C:\Program Files\DVD2SVCD\Avisynth\Blockbuster.dll
!Legalclip.dll=C:\Program Files\DVD2SVCD\Avisynth\Legalclip.dll
!DustV5.dll=C:\Program Files\DVD2SVCD\Avisynth\DustV5.dll
!TemporalCleanerOld.dll=C:\Program Files\DVD2SVCD\Avisynth\TemporalCleanerOld.dll
!GripFit_preview.dll=C:\Program Files\DVD2SVCD\Avisynth\GripFit_preview.dll
^WidthValue=352
^HeightValue=576

On the final muxed .mpg file a small part of image on the left is cropped, why?
Actually it"s a SKVCD, i chose resize to 352x576 and output to MPEG2 on DVD2SVCD related tabs....
The quality is very good on 1CD and fixed CQ=82.

VILLA21 02-14-2003 07:58 AM

@Kwag,
Shall i drop overscan to 0?
or
it"s no good idea to use GripFit with DVD2SVCD at all?...:)

kwag 02-14-2003 12:33 PM

Quote:

Originally Posted by VILLA21
@Kwag,
Shall i drop overscan to 0?
quote

Try first with 1. If that still shows left/right borders on your TV, then set it to 0.

-kwag

VILLA21 02-14-2003 05:54 PM

[/quote]Try first with 1. If that still shows left/right borders on your TV, then set it to 0.

-kwag[/quote]

It was already set to 1, see my 1st post.I don"t see any black left/right borders on my TV, the problem is that part of image is cropped on left/right!
I"ve done the same movie with the BilinearResize:

LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\Legalclip.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\DustV5.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\TemporalCleanerOld.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\Blockbuster.dll")
Legalclip()
BilinearResize(352,432)
SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", variance=.3, seed=1)
AddBorders(0,72,0,72)
LegalClip()

That"s the script generated by DVD2SVCD and it"s ok on my TV, but the final .mpg is bigger.
Searching the forum i found that setting the Overscan value to 0, increases the cropped part of image, is that true? :roll:


All times are GMT -5. The time now is 12:23 PM  —  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.