LaJoN
25th October 2007, 02:29
Encoded a movie earlier today using "tfm(order=-1).tdecimate()" and it worked beautifully except for a single scene in the video where it messed up on some frames. I dove into the TFM readme and started trying a bunch of different options to get it right, and nothing fixed it (beats me if I was doing it properly though). Figured there had to be some option to deal with specific frames, and that's when I came across the override feature.
I loaded up my AVIsynth scrip just as it does in the override example that comes zipped with TIVTC (changing the d2v path/filename to match my own), and then put in what I thought would be the solution in the override txt file, but it didn't do anything.
Frame 4080
http://xs220.xs.to/xs220/07434/Frame4080.png.xs.jpg (http://xs.to/xs.php?h=xs220&d=07434&f=Frame4080.png)
Frame 4081
http://xs220.xs.to/xs220/07434/Frame4081.png.xs.jpg (http://xs.to/xs.php?h=xs220&d=07434&f=Frame4081.png)
Since it's the same frame twice, I guess what I'd want to do is ditch 4081 since frame 4080 is the correct version of the picture, but I have no idea what I should be putting into the override to do that, or if there's another way to fix it. There are about 8 or 9 other frames in this scene that have the same problem, but they aren't all duplicates like this example and just have the interlaced teeth in parts of the picture.
I'd love to hear if someone can dumb things waay down for me so I can understand exactly how to do this. Most of what was said in the override section was way over my head, so I guess it's no surprise that I got it wrong. Here's the AVSscript I used:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
d2vpath = "C:\Documents and Settings\Owner\My Documents\My Videos\Temp encodes\Hamasaki Ayumi - Startin'.d2v"
mpeg2source(d2vpath)
tfm(d2v=d2vpath,ovr="C:\Documents and Settings\Owner\My Documents\My Videos\Temp encodes\myOvrFile.txt",order=-1).tdecimate()
crop( 4, 4, -4, 0)
Lanczos4Resize(720,544)
Then the override file was essentially that frame and then trying every option I could to try and make SOMETHING happen, but nothing ever did. I'm so lost .. please excuse my stupidity. :confused:
I loaded up my AVIsynth scrip just as it does in the override example that comes zipped with TIVTC (changing the d2v path/filename to match my own), and then put in what I thought would be the solution in the override txt file, but it didn't do anything.
Frame 4080
http://xs220.xs.to/xs220/07434/Frame4080.png.xs.jpg (http://xs.to/xs.php?h=xs220&d=07434&f=Frame4080.png)
Frame 4081
http://xs220.xs.to/xs220/07434/Frame4081.png.xs.jpg (http://xs.to/xs.php?h=xs220&d=07434&f=Frame4081.png)
Since it's the same frame twice, I guess what I'd want to do is ditch 4081 since frame 4080 is the correct version of the picture, but I have no idea what I should be putting into the override to do that, or if there's another way to fix it. There are about 8 or 9 other frames in this scene that have the same problem, but they aren't all duplicates like this example and just have the interlaced teeth in parts of the picture.
I'd love to hear if someone can dumb things waay down for me so I can understand exactly how to do this. Most of what was said in the override section was way over my head, so I guess it's no surprise that I got it wrong. Here's the AVSscript I used:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
d2vpath = "C:\Documents and Settings\Owner\My Documents\My Videos\Temp encodes\Hamasaki Ayumi - Startin'.d2v"
mpeg2source(d2vpath)
tfm(d2v=d2vpath,ovr="C:\Documents and Settings\Owner\My Documents\My Videos\Temp encodes\myOvrFile.txt",order=-1).tdecimate()
crop( 4, 4, -4, 0)
Lanczos4Resize(720,544)
Then the override file was essentially that frame and then trying every option I could to try and make SOMETHING happen, but nothing ever did. I'm so lost .. please excuse my stupidity. :confused: