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 > Announcements and Chat > General Discussion

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 25th June 2009, 12:43   #1  |  Link
lnatan25
Software Developer
 
lnatan25's Avatar
 
Join Date: Jan 2005
Posts: 83
Detail reconstruction using difference...

Hey guys!

I have an idea, and want to see if it is even feasible. I have this AVS code:

Code:
original=directshowsource("1080p source").trim(10023,11455)
encode=directshowsource("320x136 encode").Lanczos4Resize(1920,800).trim(10023,11455).sharpen(1.0)
#encode=original.Lanczos4Resize(320,136).Lanczos4Resize(1920,800).trim(10023,10555)
difference=overlay(original, encode, mode="Subtract", pc_range=true)
reconstruction=overlay(encode,difference,mode="Add", pc_range=true)

return reconstruction.ConvertToYV12()
The difference that comes out is very compressible, and the 320x136 encode is tiny (low bitrate). Can some detail reconstruction be achieved by this? The idea is doing a lot of work at first (encoding, generating difference encode) and the end (adding encode and difference), but ending up with something very small (encode and difference files). Data loss and unwanted artifacts will probably occur, but the question is, will they be up to an acceptable levels.

If this is not possible, please provide with an explanation.

Thanks in advance,
Leo
lnatan25 is offline   Reply With Quote
 

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 16:58.


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