upscaling bad source - which resize function to use? >> Insurance >> Money Forum

Money Forum

Money Forum



SearchSearch   Users   Registration   Entrance
Today: 03.08.2025 - 16:56:20
Pages:  1  

upscaling bad source - which resize function to use?

Advertising


MessageAuthor

The source is 384x288, 25fps progressive, cell phone quality, plenty of encoding artifacts, compressed in a format that is not very compatible with a lot of players. I want to re-encode it to something compatible with most players today (iPhone, PSP, PS3, etc.) - MP4 with AVC/AAC. To eliminate any issue related to the image size, I want to scale it to 640x480. That size should be definitely playable by most players. The important feature here is compatibility with existing players, and a future-proof format. The question is, which resize function to use? I could use BilinearResize() on the hypothesis that this function will "smooth" the artifacts somewhat. On the other hand, this may introduce blur. Or I could use Spline36Resize() in order to preserve as much of the original information as possible. On the other hand, this may accentuate the artifacts. I will do some experiments myself, but meanwhile I was wondering if somebody has already figured out a rule to apply in such cases - scaling up almost 2x an artifact-ish source. Assume the x264 bitrate is high enough so that no (visible) additional artifacts are introduced during this conversion.

---------------------

mredwin25

money-user




Statistics:
Messages: 60
Registration: 07.30.2003
07.03.24 - 11:56:17
Message # 1
RE: upscaling bad source - which resize function to use?

The usual advice is nnedi twice and some denoising. e.g. nnedi(field=0,dh=true).turnleft().nnedi(field=0,dh=true).turnright() then some denoise / calming. Cheers, David.

---------------------
2008 335i 6sp *Sold*99 M3 Cosmos V2, M50 'fold, 3.5" HFM, AA Software burnt by bimmerworld.com, S54 Radiator, Stromung, ZKW's, Prolumen 5k, X-brace, Koni SA's, GC RTAB Shims, GC RSM, UUC Evo3 SSK w/DSSR, Fan & ASC delete

AbeM3

money-user




Statistics:
Messages: 365
Registration: 08.08.2001
07.03.24 - 12:07:46
Message # 2
RE: upscaling bad source - which resize function to use?

just scale down after using nnedi...

---------------------
UUC

XmEnNiNjA

money-user




Statistics:
Messages: 87
Registration: 07.06.2003
07.03.24 - 12:15:13
Message # 3
RE: upscaling bad source - which resize function to use?
ReaDelay : Previous topicNext topic: Help to extract chapter from bluray
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants