User User name Password  
   
Saturday 11.1.2025 / 04:55
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > archived forums > divx / xvid > green line on divx file
Show topics
 
Forums
Forums
Green line on Divx file
  Jump to:
 
Posted Message
On353
Newbie
_
2. June 2005 @ 14:35 _ Link to this message    Send private message to this user   
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
On353
Newbie
_
2. June 2005 @ 14:36 _ Link to this message    Send private message to this user   
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.
celtic_d
AfterDawn Addict
_
2. June 2005 @ 21:00 _ Link to this message    Send private message to this user   
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.
Advertisement
_
__
 
_
On353
Newbie
_
6. June 2005 @ 23:16 _ Link to this message    Send private message to this user   
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.
Related links
Download the latest version of DivX codec from AfterDawn.com!
Get FFSHOW from here -- free DirectShow filter for watching DivX movies, faster than original DivX codec!
Read AfterDawn.com's DivX guides from here.
 
Related forum topics Posts Last post Forum room
your opinion that Divx is no Longer standard ???? 3 29. December 2013 Video - Software discussion
DivX codec, trying to remove watermark from all encodes! 6 18. April 2013 Video - Software discussion
anyone have a panaonic dmp-bd75? -I can't get divx to work 1 7. June 2012 Blu-ray players
What kind of .avi format do Divx DVD players use? 3 1. April 2012 Convert video to another format
divx and any video converter 3 19. March 2012 Convert video to another format
help needed with playing divx on surround system 1 28. January 2012 Receivers and amplifiers
Divx buffering problem 0%-100% 1 26. November 2011 Video playback problems
DivX USB DVD player - judder in certain scenes...water, live music etc.... 5 21. November 2011 DVD players
Samsung DVD Recorder DivX 2 13. November 2011 DVD recorders
want to convert h.264 video file to divx 3 4. September 2011 Convert video to another format

 
afterdawn.com > forums > archived forums > divx / xvid > green line on divx file
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork