Green line on Divx file

Discussion in 'DivX / XviD' started by On353, Jun 2, 2005.

  1. On353

    On353 Member

    Joined:
    Jun 2, 2005
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    11
    Hi I'm using Autogk to convert a 700 mb disc, sometimes 650. I keep getting thin flickering lines. One is white an is on the top left of the video. And one is green on the bottom right of the video. I've also tried Dr. Divx and Fairuse but didn't get the lines. I would like to keep using Autogk so was wondering if there is any way to fix this. I have it set to auto width, cbr audio 128 mp3 (also tried the auto audio), Divx, and burning in subtitles into the video. Please help. Thank you.

    Here is the log file.

    [6/2/2005 10:58:52 PM] AutoGK 1.95
    [6/2/2005 10:58:52 PM] OS: WinXP (5.1.2600).2
    [6/2/2005 10:58:52 PM] Job started.
    [6/2/2005 10:58:52 PM] Input dir: C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2
    [6/2/2005 10:58:52 PM] Output file: C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\Friends 5-2.avi
    [6/2/2005 10:58:52 PM] Audio: Japanese
    [6/2/2005 10:58:52 PM] Subtitles: Japanese : Normal
    [6/2/2005 10:58:52 PM] Codec: DivX
    [6/2/2005 10:58:52 PM] Target size: 685Mb
    [6/2/2005 10:58:52 PM] Custom audio settings: CBR MP3 with bitrate: 128Kbps
    [6/2/2005 10:58:52 PM] Started encoding.
    [6/2/2005 10:58:52 PM] Demuxing and indexing.
    [6/2/2005 11:23:16 PM] Processing file: C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\VTS_01_PGC_01_1.VOB
    [6/2/2005 11:23:16 PM] Processing file: C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\VTS_01_PGC_01_2.VOB
    [6/2/2005 11:23:16 PM] Processing file: C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\VTS_01_PGC_01_3.VOB
    [6/2/2005 11:23:16 PM] Processing file: C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\VTS_01_PGC_01_4.VOB
    [6/2/2005 11:23:16 PM] Source aspect ratio: 4:3
    [6/2/2005 11:23:16 PM] Source resolution: 720x480
    [6/2/2005 11:23:16 PM] Found NTSC source.
    [6/2/2005 11:23:16 PM] Analyzing source.
    [6/2/2005 11:34:00 PM] Source has percentage of interlacing in motion areas: 35.04
    [6/2/2005 11:34:00 PM] Source has percentage of telecined patterns: 82.18
    [6/2/2005 11:34:00 PM] Source has percentage of progressive patterns: 13.13
    [6/2/2005 11:34:00 PM] Source has percentage of interlaced patterns: 4.69
    [6/2/2005 11:34:00 PM] Source is considered to be hybrid (mostly FILM).
    [6/2/2005 11:34:01 PM] Looking for optimal hybrid thresholds.
    [6/2/2005 11:38:32 PM] Found threshold of: 1.98
    [6/2/2005 11:38:32 PM] Output will contain 128176 frames
    [6/2/2005 11:38:32 PM] Decoding audio.
    [6/2/2005 11:46:35 PM] Normalizing audio.
    [6/3/2005 12:04:57 AM] Encoding audio.
    [6/3/2005 12:16:32 AM] Preparing subtitles.
    [6/3/2005 12:40:31 AM] Using bitrate spikes control.
    [6/3/2005 12:40:33 AM] Audio size: 42,768,192 bytes (40.79 Mb)
    [6/3/2005 12:40:33 AM] Overhead: 4,665,344 bytes (4.45 Mb)
    [6/3/2005 12:40:33 AM] Video size: 670,841,024 bytes (639.76 Mb)
    [6/3/2005 12:40:33 AM] Target bitrate is: 1004kbps
    [6/3/2005 12:40:33 AM] Running compressibility test.
    [6/3/2005 12:40:33 AM] Writing the following script to C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\agk_tmp\Friends 5-2_comptest.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\agk_tmp\Friends 5-2.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 0.888888888888889
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = input_par > 1.4 ? input_par : (4.0/3.0)
    out_width = 640
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    Telecide(movie,order=1,guide=1,post=2).Decimate(mode=3,threshold=1.98)
    autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    RemoveGrain(mode=2)
    VobSub("C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\agk_tmp\Friends 5-2.idx")
    SelectRangeEvery(280,14)
    ===========================================================
    [6/3/2005 12:54:27 AM] Duration was: 13 minutes 51 seconds
    [6/3/2005 12:54:27 AM] Speed was: 7.71 fps.
    [6/3/2005 12:54:28 AM] Compressibility percentage is: 37.74
    [6/3/2005 12:54:28 AM] Using softer resizer.
    [6/3/2005 12:54:28 AM] Chosen resolution is: 496x368 ( AR: 1.35 )
    [6/3/2005 12:54:28 AM] Predicted comptest value is: 68.14
    [6/3/2005 12:54:28 AM] Running first pass.
    [6/3/2005 12:54:28 AM] Writing the following script to C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\agk_tmp\Friends 5-2_movie.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\decomb.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\agk_tmp\Friends 5-2.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 0.888888888888889
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = input_par > 1.4 ? input_par : (4.0/3.0)
    out_width = 496
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    Telecide(movie,order=1,guide=1,post=2).Decimate(mode=3,threshold=1.98)
    autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    BicubicResize(out_width,out_height,0,0.5)
    RemoveGrain(mode=2)
    VobSub("C:\Documents and Settings\Andy\My Documents\My Videos\Friends\Friends 5-2\agk_tmp\Friends 5-2.idx")
    ===========================================================
    [6/3/2005 2:55:37 AM] Duration was: 2 hours 1 minute, 8 seconds
    [6/3/2005 2:55:37 AM] Speed was: 17.63 fps.
    [6/3/2005 2:55:38 AM] Running second pass.
    [6/3/2005 5:10:31 AM] Duration was: 2 hours 14 minutes 52 seconds
    [6/3/2005 5:10:31 AM] Speed was: 15.84 fps.
    [6/3/2005 5:10:32 AM] Job finished. Total time: 6 hours 11 minutes 39 seconds
     
  2. On353

    On353 Member

    Joined:
    Jun 2, 2005
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    11
    One more thing. Sometimes the lines will show up when I play the video, and sometimes they won't show up when I play the same video later or the next day. I don't get it.
     
  3. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    Well if they don't always show up then I would suggest it is a decoder issue not an encoding one.

    Try the files with mplayer or VLC and see if you still get the lines.
     
  4. On353

    On353 Member

    Joined:
    Jun 2, 2005
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    11
    Looks like it is a decoder issue. The green line showed up in winamp and wmp, but not the other player.
    Thanks for the help.
     

Share This Page