NEW Guides and AmvApp BETA
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
No, it does not. DGIndex actually could fix the illegal field order transitions, but I think it was removed in a recent version. Also the d2v parameter might complicate things a bit, but if there is a big advantage in doing so I guess it would be worth it.Scintilla wrote:I don't know if I've said this before, but:
Does the new version of the A/V tech guide say anything about the <b>d2v</b> parameter of TFM, how it takes additional hints straight from the D2V file and can correct D2Vs with illegal field order transitions? And if not, why not?
However, I have never understood exactly what advantages there are in using this parameter. Perhaps you could help explain it to me sometime?
- jasper-isis
- P. Y. T.
- Joined: Tue Aug 13, 2002 11:02 am
- Status: catching all the lights
I've installed the new beta amvapp now that I'm in between projects. Today, I was trying out the new 2-pass IVTC methods you have on progressive.html, and I noticed this possible typo:
This was for the better post-processing method. AVIsynth couldn't recognize what "deint" was, but the script ran fine when I removed "clip2=deint." Was that the way to go? I followed it up with the input script as you had it, and everything seemed to work fine.MPEG2Source ("C:\yourfolder\blah.d2v")
TFM(cthresh=4, slow=2, clip2=deint, output="C:\yourfolder\something.tfm")
TDecimate(mode=1, output="C:\yourfolder\something.dec")
Crop(0,0,4,2)
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- Warpwind
- Joined: Mon Oct 07, 2002 4:19 am
- Location: middle of the desert
- Contact:
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
I would assume the old amvapp would have much the same problems as the new one.Warpwind wrote:Just a quick question what is currently more stable in vista the old amvapp or the new and improved amvapp3beta?
I just got myself a new laptop with vista loaded and I've yet to begin installing much on it yet.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
From Tritical's TFM documentation:Zarxrax wrote:However, I have never understood exactly what advantages there are in using this parameter. Perhaps you could help explain it to me sometime?
The default value of the <b>flags</b> parameter includes the hints functionality quoted in bold: "us[ing] the trf flags for field matching in film sections (sections where the trf flags follow the 012301... pattern)" (you can observe these patterns by opening a .D2V file in Emacs).This option is intended to be used if you are using an mpeg2source() with a d2v file.
It sets the name and path to a d2v file, which TFM will analyze to see if there are any
illegal field order changes and optionally set the order parameter using the field
order of the d2v file. If the d2v file is found to have illegal field order transitions,
TFM will create a fixed d2v file with the string "-FIXED" attached to the end of the file
name. The new file will be located in the same directory as the original. You can then
use this fixed d2v file for processing. If the order parameter is set to "-1" then TFM
will detect the field order from the d2v file and set the order parameter to match. <B>Depending
on the value of the "flags" parameter, TFM will also use the d2v info for field matching
and will pass info from the d2v on to tdecimate to help aid duplicate detection and hybrid
detection.</b>
(However, the default value of <b>flags</b> also provides that "d2v matches are checked for being combed. If a d2v match is detected as combed then tfm uses its own matching routine for that frame." I wouldn't recommend setting <b>flags</b> to something else.)
- meleechampion
- Joined: Fri Mar 03, 2006 11:05 pm
- Status: wtf is a jabber address
Yeah, so where is it now? I liked the new guide, had lots of nifty picture thingies like "here's the source, and here's the source with added awesome" that were too cool.Krisqo wrote:Just to make this known, the links to the the new guide and AMV App all direct to the old ones even though the link says it's now the official guide.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact: