PDA

View Full Version : CCE encoded progressive video playback issues


tedkunich
21st September 2004, 17:10
Hi all,

I just finished burning a LD capture and the playback on my Pioneer DVL-919 looks like crap. There are heavy interlacing artifacts on pans in the video. I almost looks like the field order is reversed, but should not be the case as the video source is pure progresive.

The source material is 16:9 anamorphic, 23.967 fps encoded with CCE (2.67) @ CBR of 8100, authored with Maestro. I applied pulldown to the .mpv and everything looks fine on the PC, but screwy on the SA player. Also, when looking at the top and bottom boarders it looks like the field pairs are offset by a large amount - after the very first line of video, it looks like the next one is black, as if the next frame has been shifted down a line or two. I can see this as I single step frame by frame, the picture shifts up and down a line or two. Oh yea, this is NTSC land.

Has anyone seen of anything like this before? I know I have played "progressive" DVD's in this player before without problems, but I'm at a loss to explain what is going on as the PC plays back the DVD fine, the VOB's when opened in VirtualDub look fine....

Any thoughts would be greatly appreciated.


T

tedkunich
23rd September 2004, 17:35
A little update, the same source encoded with the trial TMPGEnc does not exhibit this jumping phenomena. I selected the pulldown within TMPGEng and it plays back perfectly on a progressive scan player. The CCE encoded w/Pulldown jumps with the 3:2 pattern. I would go the TMPEG route, but I am unaware of a way to set Iframes at specific frames like CCE can. I really do not want to manually place 80 odd chapters by hand. ;)

T

RB
24th September 2004, 09:37
Make sure the "Offset Line" setting is set to zero on CCE's video settings.

tedkunich
24th September 2004, 17:33
Originally posted by RB
Make sure the "Offset Line" setting is set to zero on CCE's video settings.

Thanks RB, but it is already set to zero. If it would help, here is my .ecl file:

; CCE SP Trial Version -- Encoder Control List

[item]
title=empire_pt1.avs
vid_out=1
vaf_out=1
aud_out=0
aud_mode=0
video_type=1
vid_file0=E:\SW\ESB Caps\empire_pt1.mpv
vid_file1=E:\SW\ESB Caps\empire_pt1.mpv
vaf_file=E:\SW\ESB Caps\empire_pt1.vaf
aud_file=E:\SW\ESB Caps\empire_pt1.mpa
file_focused=0
width=720
height=480
timecode=0x0000000
tc_ref_frm=0
drop_frame=0
cbr_brate=8227
opv_q_factor=60
opv_brate_min=2000
opv_brate_max=9000
vbr_brate_avg=8226
vbr_brate_min=2000
vbr_brate_max=8227
vbr_bias=30
vbr_pass=2
create_new_vaf=0
pulldown_detect=0
letter_box=0
panscan=0
aspect_ratio=3
credits_tweak=0
credits_start=0x00000
credits_brate=1000
h_filter=0
h_filter_idx=10
use_filter=0
filter_val=4
dither=0
dither_max=8
quality_prec=27
intra_dc_prec=2
alternate_scan=0
non_linear=1
progressive=1
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
seq_endcode=1
dvd=0
all_closed_gop=0
fix_gop_length=0
fix_vbv_delay=0
offset_line=0
half_width=0
half_height=0
uscc=0
lum_level=1
packet_size=2048
frame_rate_idx=1
qmat_idx=1
mpeg1=0
mpeg1_cps=1
brate_idx=7
stereo=2
samples_per_sec=48000
crc=1

[file]
name=E:\SW\ESB Caps\empire_pt1.avs
type=0
frame_first=0
frame_last=90259
encode_first=0
encode_last=90259



Does anything look out of place? my avisynth script simply trims and adds a short message at the end to "change discs".

I can definitly see the frame jump up and down a line in the 3:2 pattern on the DVD playback - very visible at the the top and bottom borders of the leterboxing. If it matters, the source has been sized to anamorphic (720x360) with a 60 pixel top and bottom border added. Playback of the avi and the mpeg on the computer (in VirtualDub Mod) do not show this jumping.


T

T

tedkunich
26th September 2004, 17:49
OK, I feel like an idiot... found that the jumping line thing was really an artifact of my player. Setting it to display 16:9 output vs. letterboxed solved the problem - my TV will take a 16:9 input and appropriatly scale it.

Still does not explain why the tmpgenc versions did not exhibit this phenomena, but at this point, the issue is moot.


T