sardonis
17th January 2014, 20:15
Hello,
I recorded a show from Fox (720p @ 59,940fps) this week and I'm trying to convert it to mp4 to watch it later on my Ipad.
Unfortunately I cannot seem to decimate/unblend it properly. I managed to narrow it down to make it look a bit better? Now every other frame is blended.
It looks like they simply bobbed a 29.97 3:2 pulldowned stream to 59.94 progressive, producing blended frames.
This is my script for now:
LoadPlugin("DGDecode.dll")
LoadPlugin("FDecimate.dll")
LoadPlugin("unblend.dll")
DGDecode_mpeg2source("C:\Record\TESTFILE\screwed.d2v")
unblend(threshold=1, dthresh=0.03, show=false)
ConvertToYV12()
FDecimate(threshold=5)
Spline36Resize(720,404) # Spline36 (Neutral)
This is a screenshot from avspmod after using the script above but it still looks horrible (but again way better than the original file...)
http://imgur.com/zYKNVj3.png
Here's a rough 1 minute sample. If someone knows how to convert it to 23.976fps. Please tell me how :)
http://www.sendspace.com/file/wvd611
Thanks!
I recorded a show from Fox (720p @ 59,940fps) this week and I'm trying to convert it to mp4 to watch it later on my Ipad.
Unfortunately I cannot seem to decimate/unblend it properly. I managed to narrow it down to make it look a bit better? Now every other frame is blended.
It looks like they simply bobbed a 29.97 3:2 pulldowned stream to 59.94 progressive, producing blended frames.
This is my script for now:
LoadPlugin("DGDecode.dll")
LoadPlugin("FDecimate.dll")
LoadPlugin("unblend.dll")
DGDecode_mpeg2source("C:\Record\TESTFILE\screwed.d2v")
unblend(threshold=1, dthresh=0.03, show=false)
ConvertToYV12()
FDecimate(threshold=5)
Spline36Resize(720,404) # Spline36 (Neutral)
This is a screenshot from avspmod after using the script above but it still looks horrible (but again way better than the original file...)
http://imgur.com/zYKNVj3.png
Here's a rough 1 minute sample. If someone knows how to convert it to 23.976fps. Please tell me how :)
http://www.sendspace.com/file/wvd611
Thanks!