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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 2nd December 2007, 15:38   #1  |  Link
liquidator87
Registered User
 
liquidator87's Avatar
 
Join Date: Mar 2006
Posts: 70
Problem loading Full HD content

As the title says, I cannot correctly load 1088p content in AviSynth scripts...
When I use DirectShowSource (both directly on the m2ts file and on the filtergraph), the script introduces some sort of line-doubling effect, which makes the result look bad...

Original --> link
Script --> link

Comparing the images, you can see that the scripts (actually it's one line of DirectShowSource) modifies the proportions of the frames, it crops the 1088p to 1080p, then it scales back to 1088p, which cause the introduction of new lines...

I don't think it's a problem of decoder, cause the "original" picture was taken with the same one...

How can I fix this?
liquidator87 is offline   Reply With Quote
Old 2nd December 2007, 20:41   #2  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
What decoder are you using?
Dark Shikari is offline   Reply With Quote
Old 2nd December 2007, 21:16   #3  |  Link
liquidator87
Registered User
 
liquidator87's Avatar
 
Join Date: Mar 2006
Posts: 70
I was using Cyberlink...
Solved now... using DGAVCIndex
liquidator87 is offline   Reply With Quote
Old 6th December 2007, 11:40   #4  |  Link
liquidator87
Registered User
 
liquidator87's Avatar
 
Join Date: Mar 2006
Posts: 70
I want to reopen this thread...

DGAVCIndex crashes with some streams, so I need to use DirectShowSource() to import a 1080p AVC stream...

Basically the problem is that the frames are resized from 1080p to 1088p, adding 1 line every 135 (136 * 8 = 1088)...

How can I import 1080p streams correctly?
liquidator87 is offline   Reply With Quote
Old 6th December 2007, 12:41   #5  |  Link
2Bdecided
Registered User
 
Join Date: Dec 2002
Location: UK
Posts: 1,673
Surely it's still down to the decoder, not AVIsynth?

Have you tried ffdshow? It works for my m2t files from a camcorder, but I've not tried AVC.

Cheers,
David.
2Bdecided is offline   Reply With Quote
Old 6th December 2007, 15:30   #6  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by liquidator87 View Post
I want to reopen this thread...

DGAVCIndex crashes with some streams, so I need to use DirectShowSource() to import a 1080p AVC stream...

Basically the problem is that the frames are resized from 1080p to 1088p, adding 1 line every 135 (136 * 8 = 1088)...

How can I import 1080p streams correctly?
You can try making a graph in Graphedit and then attaching to it with your script.

I would also try CoreAVC.

Last edited by Guest; 6th December 2007 at 15:32.
Guest is offline   Reply With Quote
Old 6th December 2007, 15:56   #7  |  Link
liquidator87
Registered User
 
liquidator87's Avatar
 
Join Date: Mar 2006
Posts: 70
Ok... the issue seems to be decoder-related... Cyberlink output in 1088p, which is wrong...
liquidator87 is offline   Reply With Quote
Old 6th December 2007, 16:50   #8  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
try another decoder. coreavc is cheap and fast.
Sharktooth is offline   Reply With Quote
Old 8th December 2007, 00:07   #9  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,988
Yeah. CoreAVC forced via a GraphEdit .grf and loaded with directshowsource works very well indeed. AFAIK it's also the fastest solution since it's multithreaded.

If only we could get it working (cleanly) with the Cyberlink decoder for DXVA (for us hardware accelerated ppl)

~MiSfit
__________________
These are all my personal statements, not those of my employer :)
Blue_MiSfit is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.