Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-2 Encoding
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 21st September 2002, 09:45   #1  |  Link
Lev
Registered User
 
Join Date: Nov 2001
Posts: 184
hybrid title

hey guys

i'm re-encoding cowboy bebop with cce 2.5 and i'm not sure what settings to use.. i've read some topics on hybrid titles and it only made me doubt more about the right settings.. guess there isn't a 'right setting' for hybrids..

this is the dvd2avi info on the first episode:

ntsc 24% interlaced
film 76% progressive
framerate 29.870 fps

it changes between progressive and interlaced very fast

i was thinking about these settings:

dvd2avi:
force film off

avisynth:
LoadPlugin("path\MPEG2DEC.dll")
mpeg2source("path\bla.d2v")
LoadPlugin("path\Decomb.dll")
Telecide()
Decimate(mode=1,threshold=50)
ResampleAudio(44100)

cce:
progressive frames
top field unchecked
zig zag
nonlinear
dvd compliant

any help is much appreciated

regards,

Lev
Lev is offline   Reply With Quote
Old 22nd September 2002, 02:51   #2  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
If you use "decimate(mode=1, threshold=50)" I was under the understanding your output would be interlaced. That would mean you would not set "progressive" or "zigzag" (zigzag is meant for progressive). These hybrid streams are always difficult, but I've had pretty good luck using this:

LoadPlugin("path\MPEG2DEC.dll")
mpeg2source("path\bla.d2v")
LoadPlugin("path\Decomb.dll")
Telecide()
Decimate(cycle=5)
ResampleAudio(44100)

Then you could leave your settings as you have them. The result would be a 23.976fps progressive stream. With the settings you had originally my experience has been that I see some real annoying jumpiness, especially on scenes that pan.
jdobbs is offline   Reply With Quote
Old 22nd September 2002, 06:07   #3  |  Link
colebert
Elite Member
 
Join Date: Jul 2002
Location: Appleton, WI
Posts: 94
I would use Jdobbs script, turn on Prog, Linear, Zigzag, and DVD Compliant. Run bitrate viewer on the stream to see if you select topfield or not.

-Cole
colebert is offline   Reply With Quote
Old 22nd September 2002, 07:30   #4  |  Link
Lev
Registered User
 
Join Date: Nov 2001
Posts: 184
thnx guys i will give it a try
Lev is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 14:50.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.