•   Notifications
  • Welcome to our forums

    Join us now to get access to all our awesome features. Once registered and logged in, you will be able to create topics, post replies, give reputation to your fellow members, get your own private messenger, and so, so much more.

    + Reply to Thread + Post New Thread
    Page 2 of 2 FirstFirst 1 2
    Results 16 to 26 of 26

    Thread: Zigzag line encodes
  • Share This Thread!
    • Share on Facebook
    1. #16
      Same here, I hope this can be corrected...whats funny is I encoded another movie today and it did not seem to have this problem. But another movie I did right after did have this problem... No idea whats causing this issue...

    2. #17
      Join Date
      Apr 2004
      Location
      Portugal
      Posts
      214
      Quote Originally Posted by naro
      Same here, I hope this can be corrected...whats funny is I encoded another movie today and it did not seem to have this problem. But another movie I did right after did have this problem... No idea whats causing this issue...
      Hi naro,

      In post #9 of this thread (22-08-2005 13:26), you posted DVDREasy.log from a GOOD conversion (no interlacing problem) using HC encoder, right ?

      Could you please post DVDReasy.log from a BAD conversion (with interlacing problem) using HC also ?

      I must compare both logs to see if I can figure out what's going on . . .

      Thanks !

      Cheers,

      DVDREasy

    3. #18
      Successful backups:
      Casino
      Black Hawk Down
      The Deer Hunter

      Unsuccessful backups: (severe visual interlacing)
      Hostage
      The Aviator

      I used DVDREasy + HC (all titles NTSC)

      PS - I was able to make a good copy of The Aviator using HC with DVDRebuilder.
      Last edited by Shocker9000; 10-09-2005 at 02:33.

    4. #19
      Join Date
      Apr 2004
      Location
      Portugal
      Posts
      214
      Quote Originally Posted by Shocker9000
      Successful backups:
      Casino
      Black Hawk Down
      The Deer Hunter

      Unsuccessful backups: (severe visual interlacing)
      Hostage
      The Aviator

      I used DVDREasy + HC (all titles NTSC)

      PS - I was able to make a good copy of The Aviator using HC with DVDRebuilder.
      Thanks Shocker9000

      What I need is DVDREasy log from one Successful backups and another from
      Unsuccessful backup, so I can compare them.

      Could you post them ?

      Thanks !

    5. #20
      Still having this issue, tried encoding with CCE Finding Nemo NTSC. I will post the logs shortly.

      This movie also had another problem, where the movie had certain spots, notably in the begining where it cuts out and a special feature/bonus video displays, with movie audio still going. This seems like the duplicate VOB ID issue explained over at Doom9's site:

      http://www.doom9.org/mpg/Eyes_Duplic...nding_Nemo.htm


    6. #21

      Thumbs up Problem fixed?!

      I would like someone else to confirm this besides me, but I think I may have found a solution.

      I took the time and went through the DVDR backup process manually, each step independently from one another. Only difference being the AVS script file DVDREasy uses compared with what I used. After some reading and realizing this is a interlace/combing/IVTC problem, I used the Decomb.dll plugin from "Decomb Plugin for Avisynth". This plugin is mainly used for "...removing combing artifacts from telecined progressive streams, interlaced streams, and mixtures thereof." In the end, this does seem to resolve the interlace/combing/IVTC problem I have been receiving when encoding some NTSC films. I will try this on another few films to confirm, but would also like to ask anyone else to please try what I did and confirm.

      Decomb.dll plugin: http://neuron2.net/decomb/decombnew.html

      Basically just added the following lines to AVS file:

      LoadPlugin("<drive letter>:\decomb.dll")
      FieldDeinterlace()

      Progressive content only! For interlaced content, simply have:

      ConvertToYUY2(interlaced=true)

      This is purely based upon what I have researched so if anyone else out there can correct me or fill me in, please feel free to. DVDREasy, let me know your findings on this...if you need an NTSC film to try, I wouldnt mind spending the time to send you a raw...

      Also please check out the following URL: http://www.doom9.org/mpg/scenaid.htm
      About quarter page down, doom9 depicts two pictures, "AviSynth tab" settings...for "Standard Scripts" and "NTSC processing"...maybe you should be implementing a similar adjustment scheme into your code depending on the movie?

      All in all let me know what you think, im just trying to help as I love your utility, and just trying to help it become better...

    7. #22
      Join Date
      Apr 2004
      Location
      Portugal
      Posts
      214

      Thumbs up Thanks

      Hi Naro,

      Thanks

      I will investigate this ASAP !

      Quote Originally Posted by naro
      DVDREasy, let me know your findings on this...if you need an NTSC film to try, I wouldnt mind spending the time to send you a raw...
      As I told you, I live in PAL land and only have access to few NTSC movies.
      All NTSC movies that I converted with DVDREasy were OK. If you could send me a CHUNCK of a NTSC movie (one with bad results with DVDREasy conversion) for testing, would be great

      I will post my findings on this matter . . .

      Again, thanks for your time and support !

      Cheers,

      DVDREasy
      Last edited by dvdreasy; 02-10-2005 at 22:38.

    8. #23

      Thumbs up

      DVDREasy, I'll PM you once I have such a clip ready. I will have to borrow Heat NTSC from my friend as I remember that movie had horrible interlace problems. Another update. I made a mistake in my previous comments:

      Should be for:

      Progressive:

      LoadPlugin(x:\dgdecode.dll)
      ConvertYUY2()

      Interlaced:

      LoadPlugin(x:\dgdecode.dll)
      LoadPlugin(x:\decomb.dll)
      FieldDeinterlace()
      AddAudio()
      ConvertYUY2()

      *The dgdecode.dll is from dgmpgdec, formally DVD2AVI - same thing.

      Sources:

      http://www.doom9.org/ivtc-tut.htm
      http://www.doom9.org/***********?/decomb.htm

      *EDIT* I give up the more I read on this the less I understand...I dont know what to set in the AVS to properly correct these interlace/progressive issues...this sucks...
      Last edited by naro; 03-10-2005 at 03:04.

    9. #24
      I just encoded Fifth Element NTSC, was flawless and looks fine, nothing wrong. But looking through the dvdeasy log, I noticed in the MPEGinfo STEP that it does not recognize the movie as being progressive (which it is) and also saying PULLDOWN needed: false. Isnt pulldown needed for NTSC progressive sources? The movie was encoded at 23fps and we need to brign it back to 29fps progressive stream?

      Code:
      Begin of DVDREasy Conversion Process . . .
      --------------------------------------------------------------
      Process Started at : 2005/10/02 22:39:26
      Free disk Space : 215,558,580 Kb
      
      
      Computer State . . .
      --------------------------------------------------------------
      Total Running Processes : 33
      .....System Idle Process - 16 K
      .....System - 52 K
      .....smss.exe - 108 K
      .....csrss.exe - 2,616 K
      .....winlogon.exe - 4,860 K
      .....services.exe - 3,236 K
      .....lsass.exe - 1,384 K
      .....ati2evxx.exe - 704 K
      .....svchost.exe - 1,664 K
      .....svchost.exe - 1,352 K
      .....svchost.exe - 14,696 K
      .....svchost.exe - 972 K
      .....svchost.exe - 1,440 K
      .....ccSetMgr.exe - 372 K
      .....ccEvtMgr.exe - 372 K
      .....spoolsv.exe - 1,100 K
      .....DefWatch.exe - 2,184 K
      .....Rtvscan.exe - 24,548 K
      .....wdfmgr.exe - 100 K
      .....alg.exe - 468 K
      .....ati2evxx.exe - 904 K
      .....explorer.exe - 11,132 K
      .....ccApp.exe - 556 K
      .....VPTray.exe - 780 K
      .....gcasServ.exe - 2,572 K
      .....type32.exe - 580 K
      .....point32.exe - 1,152 K
      .....gcasDtServ.exe - 3,380 K
      .....firefox.exe - 4,832 K
      .....Chopper.exe - 13,516 K
      .....cmd.exe - 2,372 K
      .....dvdreasy.exe - 7,928 K
      .....wmiprvse.exe - 5,328 K
      
      
      DVDREasy settings . . .
      --------------------------------------------------------------
      [Folders]
      Working=D:\demuxed
      
      [Paths]
      cce=C:\Program Files\Cinema Craft Encoder SP\cctsp.exe
      
      [CCE]
      vbr_pass=7
      quality_prec=27
      use_filter=0
      filter_val=2
      gop_m=3
      gop_nm=4
      seq_hdr=1
      all_closed_gop=0
      fix_gop_length=0
      progressive=1
      alternate_scan=0
      non_linear=0
      dvd=1
      intra_dc_prec=-1
      vmode=multipass
      
      [ISO BURN]
      dvdrw_drive_letter=F:
      delete_files=0
      
      [ENCODER]
      name=cce
      
      [HC]
      profile=Best
      dc_prec=Auto
      noseq_endcode=0
      closedgops=0
      matrix=MPEG
      vmode=multipass
      
      
      Choosed settings information
      --------------------------------------------------------------
      IFO File : F:\VIDEO_TS\VTS_03_0.IFO
      Type : MPEG2 720x480
      Aspect : NTSC 16:9 letbox
      Lenght : 02:05:45
      Chapters : 28
      Primary Audio : 0x80, English - AC3 6Ch 
      Secondary Audio : --- No Audio ---
      Primary Subtitles : --- No Subtitles ---
      Secondary Subtitles : --- No Subtitles ---
      Create Iso Image : False
      ISO Volume Label : DVD_VIDEO
      Burn Iso Image : False
      
      
      STEP - Executing DVD Decrypter to rip VOB files . . .
      --------------------------------------------------------------
      Step Started at : 2005/10/02 22:39:27
      Command line : cmd /c cd "D:\demuxed" && "C:\Program Files\DVD Decrypter\dvddecrypter.exe" /MODE IFO /SRC F: /DEST "D:\demuxed" /VTS 03 /PGC 1 /ANGLE 1 /DIRECT 0xE0 0x80 /START /CLOSE
      Step ended at : 2005/10/02 22:49:39
      Free disk Space : 209,166,908 Kb
      
      
      STEP - Analising ripped VOB files . . .
      --------------------------------------------------------------
      Ripped VOB Files Size : 6,391,582 Kb
      Re-encoding needed : True
      
      
      STEP - Creating DVD2AVI project & Demuxing audio track . . .
      --------------------------------------------------------------
      Step Started at : 2005/10/02 22:49:40
      Command line : cmd /c "C:\Program Files\DVDREasy\dvd2avidg\dvd2avidg.exe" -CS=2 -TN=1 -OM=2 -AIF=[D:\demuxed\vts_01_1.vob] -OF=[D:\demuxed\movie] -exit
      Step ended at : 2005/10/02 22:51:38
      Free disk Space : 208,753,348 Kb
      
      
      STEP - Bitrate calculation
      --------------------------------------------------------------
      Audio Bitrate (Kbps) : 448
      New Video Bitrate (Kbps) : 4391
      
      
      STEP - Creating AVS File . . .
      --------------------------------------------------------------
      LoadPlugin("C:\Program Files\DVDREasy\dvd2avidg\mpeg2dec3dg.dll")
      mpeg2source("D:\demuxed\movie.d2v")
      AddAudio()
      ConvertToYUY2()
      
      
      STEP - Executing MPEGinfo to get video settings . . .
      --------------------------------------------------------------
      Step Started at : 2005/10/02 22:51:38
      720            horizontal size                                          
      480            vertical size                                            
      3              aspect ratio (1=1:1, 2=4:3, 3=16:9, 4=2.21:1)            
      4              framerate (3=25, 4=29.97)                                
      9800000        nominal bitrate                                          
      112            VBV buffer size                                          
      1              chroma (1=4:2:0, 2=4:2:2, 3=4:4:4)                       
      10             DC precision                                             
      3              picture structure (1,2=field, 3=frame)                   
      1              top field first (0=no, 1=yes)                            
      0              DCT type (0=field, 1=frame)                              
      1              scan method (0=zigzag, 1=alternate)                      
      0              frame type (0=interlaced, 1=progressive)                 
      1              Q scale (0=linear, 1=nonlinear)                          
      PullDown needed : False
      Step ended at : 2005/10/02 22:51:45
      
      
      STEP - Creating ECL File . . .
      --------------------------------------------------------------
      ; Cinema Craft Encoder SP -- Encoder Control List
      
      [item]
      title=movie.avs
      vid_out=1
      vaf_out=1
      aud_out=0
      vid_file0=D:\demuxed\movie.mpv
      vid_file1=D:\demuxed\movie.mpv
      vaf_file=D:\demuxed\movie.vaf
      aud_file=D:\demuxed\movie.mpa
      file_focused=0
      encode_mode=0
      packet_size=4096
      timecode=0x0
      width=720
      height=480
      vmode=2
      frame_rate_idx=4
      cbr_brate=6000
      opv_q_factor=40
      opv_brate_min=0
      opv_brate_max=9000
      vbr_brate_avg=4391
      vbr_brate_min=300
      vbr_brate_max=9100
      vbr_bias=30
      vbr_pass=7
      quality_prec=27
      use_filter=0
      filter_val=2
      seq_endcode=1
      dvd=1
      half_width=0
      half_height=0
      fast_mode=0
      progressive=1
      alternate_scan=0
      non_linear=0
      top_first=0
      lum_level=0
      intra_dc_prec=-1
      aspect_ratio=3
      gop_m=3
      gop_nm=4
      gop_hdr=12
      seq_hdr=1
      all_closed_gop=0
      fix_gop_length=0
      mpeg1=0
      mpeg1_cps=0
      samples_per_sec=44100
      stereo=2
      brate_idx=7
      crc=1
      
      [file]
      name=D:\demuxed\movie.avs
      type=0
      frame_first=0
      frame_last=226350
      encode_first=0
      encode_last=226350
      
      chapter=0:
      chapter=4876:
      chapter=21890:
      chapter=28186:
      chapter=30130:
      chapter=43625:
      chapter=46209:
      chapter=53789:
      chapter=57909:
      chapter=71991:
      chapter=75126:
      chapter=85115:
      chapter=86558:
      chapter=95880:
      chapter=108254:
      chapter=120841:
      chapter=128022:
      chapter=145915:
      chapter=150968:
      chapter=153457:
      chapter=157031:
      chapter=163161:
      chapter=171191:
      chapter=176906:
      chapter=189251:
      chapter=197244:
      chapter=201942:
      chapter=213605:
      
      
      STEP - Executing CCE to Encode Video . . .
      --------------------------------------------------------------
      Step Started at : 2005/10/02 22:51:58
      Command line : cmd /c cd "D:\demuxed" && "C:\Program Files\DVDREasy\eclcce\eclcce.exe" -ecl D:movie.ecl -encode -exit
      Step ended at : 2005/10/03 05:28:49
      Free disk Space : 204,648,800 Kb
      
      
      Executing Muxman to Author New DVD . . .
      --------------------------------------------------------------
      Step Started at : 2005/10/03 05:28:49
      Command line : cmd /c start /w /HIGH /d"C:\Program Files\DVDREasy\muxdemux" muxman "D:\demuxed\movie.mxp" -d "D:\demuxed\video_ts" -l "D:\demuxed\muxman.log" -run
      Step ended at : 2005/10/03 05:35:52
      Free disk Space : 200,078,576 Kb
      
      
      End of DVDREasy Conversion Process . . .
      --------------------------------------------------------------
      Process Ended at : 2005/10/03 05:35:53
      Free disk Space : 200,078,576 Kb
      Last edited by naro; 04-10-2005 at 01:13.

    10. #25
      Join Date
      Apr 2004
      Location
      Portugal
      Posts
      214
      Hi naro,

      the frame rate is 29.97, so pulldown is not needed. You only need pulldown when the source is 23.976 !

      the CCE settings seems to be right . . . Does the movie look fine ? did you notice any strange issue ?

    11. #26

      Red face

      Looks fine, no strange issues... Overall I guess DVDREasy is doing everything correctly for NTSC progressive scan movies, no idea why some moves have this combing issue. I was able to get a much better reencode of Aliens, by changing a couple settings: Image Quality Priority to 5, 7 passes (cce 2.5). I heard that Image Quality Priority is different based upon the CCE version you use, so the value of 5 I got from the old robo method (for cce 2.5).

      Special consideration, for movies containing multiple PGC's like Aliens and Finding Nemo, you have to pass the movie through a 3rd party utility first and extract just the movie. For example using IFOEdit or DVDShrink (no compression). Then run it through DVDREasy and you will get no jumping around issues of extras or a longer version of a scene, then back again. Hope that helps other people...


    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    Powered by vBulletin™ Version 4.0.3 Copyright © 2012 vBulletin Solutions, Inc. All rights