digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   mpeg video circles looks like an egg? (http://www.digitalfaq.com/archives/encode/3334-mpeg-video-circles.html)

JoZ 04-21-2003 08:30 PM

mpeg video circles looks like an egg?
 
Hey guys,

I'm trying to make pal kvcd from an avi/divx pal source but no success
for now. I don't know what to try to make it working. All kvcd templates
are working without any problems but picture on my tv is always too tall
or too short. "Universal studios" logo in the beggining looks like an egg
all the time. I'm just tired of makeing samples and I woluld like to ask
can you point me where I'm making a mistake.

I'm using avisynth 2.8, with tmpegenc 2.510 and moviestacker 1.1.1 with
defailt settings for template 352x240 which moviestacker is converting to
following script:

Code:

LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\TemporalCleanerOld.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\LegalClip.dll")

AviSource("C:\video files\movie.avi")
LegalClip()
GripCrop(352, 288, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
PixieDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, seed=1)
GripBorders()
LegalClip()

When I'm playing the movie in a pc everything looks good, but it's not
the same on my tv.

Movie parameters are:

Code:

Image
-----
Width: 624
Height: 256

Audio
-----
Duration: 1:58:51
Bit rate: 96kbps
Audio format: MPEG Layer-3

Video
-----
Frame rate: 25 frames/second
Data rate: 100kbps
Video sample size: 24bit
Video compression: DivX codec

Could you help me please?

JoZ 04-21-2003 10:33 PM

All right! What I mean? It should looks like

http://www.digitalfaq.com/archives/error.gif

but it looks like

http://www.digitalfaq.com/archives/error.gif

or like

http://www.digitalfaq.com/archives/error.gif

Doesn't matter what template I'm using.

kwag 04-21-2003 10:54 PM

Hi JoZ,

Make sure you set the input aspect in TMPEG to "Full Screen" and the output aspect to 4:3. Verify that :!:

-kwag

JoZ 04-22-2003 08:26 PM

Quote:

Originally Posted by kwag
Make sure you set the input aspect in TMPEG to "Full Screen" and the output aspect to 4:3. Verify that :!:

Mhm, in tmpgenc are: Full Screen, 4:3 625 Line (PAL 704x576) and
I was trying with settings: Full Screen, 4:3 Display.

Same vertical "egg" :-( Didn't work!

kwag 04-22-2003 08:30 PM

Quote:

Originally Posted by JoZ
Quote:

Originally Posted by kwag
Make sure you set the input aspect in TMPEG to "Full Screen" and the output aspect to 4:3. Verify that :!:

Mhm, in tmpgenc are: Full Screen, 4:3 625 Line (PAL 704x576) and
I was trying with settings: Full Screen, 4:3 Display.

Same vertical "egg" :-( Didn't work!

Opps, I meant source "Video Arrange Method" set to "Full Screen"!

-kwag

JoZ 04-23-2003 01:05 AM

Quote:

Originally Posted by kwag
Opps, I meant source "Video Arrange Method" set to "Full Screen"!

Exactly, in advanced submenu. This what I'm doing... without success!

PyRoMaNiA 04-23-2003 02:32 AM

Might not do much but you could try changing that
GripCrop(352, 288, overscan=1, source_anamorphic=false)
to
GripCrop(352, 288, overscan=1, source_anamorphic=true)

JoZ 04-23-2003 10:02 PM

Quote:

Originally Posted by PyRoMaNiA
Might not do much but you could try changing that
GripCrop(352, 288, overscan=1, source_anamorphic=false)
to
GripCrop(352, 288, overscan=1, source_anamorphic=true)

Yeeeep! It works! Thanks! :oops:

Just let me know is:
GripCrop(352, 288, overscan=1, source_anamorphic=true)
and
GripCrop(352, 288, overscan=1)

the same thing?

PyRoMaNiA 04-24-2003 03:31 AM

Yep, they're the same thing. :)


All times are GMT -5. The time now is 10:20 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.