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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Mar 2004
Location: Ireland
Posts: 481
|
Is it possible to fix wrongly resized interlaced video?
I've recently seen possibly the best way to ruin interlaced DV after trying to help some people in my college's kayaking club - they have some PAL DV that has been vertically resized to 720x480 - it's a hideous mess!
And to make it even worse they don't have the original, and they'd like it if it can be fixed - I told them not to keep their hopes up -_- So, is there any way to fix an atrocity like this? I think it's just been simple "nearest neighbour" resized. I know there's not a hope in hell getting the fields back, but is there any way to blend the hell out of it or something to make this remotely watchable 25p? |
|
|
|
|
|
#2 | Link |
|
interlace this!
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
|
if it's point resized you could do a blur(0,1) and you might get away with a few horizontal bands but a generally watchable picture.
but if it's not quite nearest-neighbor like i suspect (had some crap like this the other day) but a really poorly done bilinear that is almost-but-not-quite nearest neighbor, then you're sh*t out of luck. premiere's resizer is not quite nearest neighbor, not quite bilinear, all crap. if they didn't even keep the tapes to re-capture off, then they don't deserve a decent video IMHO...
__________________
sucking the life out of your videos since 2004 |
|
|
|
|
|
#3 | Link | |
|
Registered User
Join Date: Mar 2004
Location: Ireland
Posts: 481
|
I've got a feeling it might have been edited in Premiere, so it might be that said screwy resizing. I'll see what that blurring does to it anyway - thanks!
Quote:
|
|
|
|
|
|
|
#4 | Link |
|
brainless
Join Date: Mar 2003
Location: Germany
Posts: 3,655
|
@Mugfunky: blur(0.,1) helps always. Regardless which resizing algorithm was used before.
I suggest this: avisource("crappy480.avi") bicubicresize(width,576) blur(0,1) sharpen(0,amount) upsizing to PAL before blurring will help to reduce overall image blurring a bit. of course, one gets horrible ghosting like when a plain fielddeinterlace had been applied on the source.
__________________
Don't forget the 'c'! Don't PM me for technical support, please. |
|
|
|
![]() |
|
|