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. |
![]() |
#1861 | Link |
Registered User
Join Date: Jan 2008
Location: London
Posts: 156
|
Would demuxing software make a difference? Should I upload the .h264 file that I extract from the MKV? Should I try the .h264 file that you extracted?
I have tried previewing the clip (F5) within DGAVCIndex at full resolution (Display HD Full Sized) and the artefacts also appear there. Jawed |
![]() |
![]() |
#1862 | Link | ||
Guest
Join Date: Jan 2002
Posts: 21,907
|
Quote:
Quote:
Finally, post a screenshot showing the artifact. |
||
![]() |
![]() |
#1863 | Link | ||||
Registered User
Join Date: Jan 2008
Location: London
Posts: 156
|
It's 1.3GB.
Quote:
Quote:
Quote:
I made the MKV so that anyone else could compare directshowsource to avcsource with the minimum fuss as well as it being a convenient way to extract a few seconds showing the problem. Quote:
http://www.mediafire.com/?3dimyjznn2y frames 240 and 241. This is the script used to create the pix: Code:
a=avcsource("Dan_Cruickshanks_Adventures_in_Architecture_-_Pleasure_b00brpqp_default-002_Track1.dga") b=directshowsource("Dan_Cruickshanks_Adventures_in_Architecture_-_Pleasure_b00brpqp_default-002.mkv") a=a.crop(400,300,-400,-200,align=true).subtitle("dga") b=b.crop(400,300,-400,-200,align=true).subtitle("mkv") stackvertical(a,b) Thanks, Jawed |
||||
![]() |
![]() |
#1865 | Link |
Registered User
Join Date: Sep 2007
Posts: 5,222
|
Those errors are replicated in my testing with DGAVCDec 1.0.9, in frames beginning around 120 or so and ending at 240 (basically the entire zoom in on the black & white picture sequence), and the errors disappear on frame 241
Not present with ffms2() or directshowsource()/dss2() +ffdshow |
![]() |
![]() |
#1866 | Link |
Registered User
Join Date: Jan 2008
Location: London
Posts: 156
|
For what it's worth I'm running an Athlon X2 3500+ and detected SIMD is MMX, SSE MMX, SSE2, SSE FPU, 3D Now!
In general with this entire video I'm noticing that there are "snap changes" in the appearance of the video. I might upload a sample encode of a short sequence that shows this, later (after midnight my time). The comparison encode using DSS has a very slight "snap" change at the same time - much harder to see. I suppose this snap could be the start of a new GOP in the source. Jawed |
![]() |
![]() |
#1868 | Link |
Registered User
Join Date: Jan 2008
Location: London
Posts: 156
|
Thanks. I'll try FFMS2, never heard of it before (thanks poisondeathray for your report) - just to have something that avoids having to frobnicate FFDShow settings between encoding and viewing conditions.
Jawed |
![]() |
![]() |
#1869 | Link |
Registered User
Join Date: Sep 2007
Posts: 5,222
|
Sorry , to be more precise it's ffmpegsource2() or ffvideosource() , "ffms2" is the short name
http://forum.doom9.org/showthread.php?t=127037 http://code.google.com/p/ffmpegsource |
![]() |
![]() |
#1871 | Link |
Registered User
Join Date: Jan 2005
Posts: 158
|
I just found that there is a huge difference for avcsource and directshowsource. Sample clip is here:
Code:
http://rapidshare.com/files/288791896/Flag.rar Code:
LoadCplugin("C:\Program Files\AviSynth 2.5\plugins\yadif.dll") directshowsource("Flag.ts").AssumeTFF #avcsource("Flag.dga").AssumeTFF #avcsource("Flag.dga", deblock=false).AssumeTFF Yadif (order=1) crop(4,4,706,572).BicubicResize(704,528) Last edited by medp7060; 5th October 2009 at 04:54. |
![]() |
![]() |
#1874 | Link | |
Registered User
Join Date: Jan 2005
Posts: 158
|
I see. Unfortunately, I cannot use it because
Quote:
|
|
![]() |
![]() |
#1877 | Link | |
Guest
Join Date: Jan 2002
Posts: 21,907
|
Quote:
|
|
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|