Difference between revisions of "OCD in AVSPMod"

From luvBB
Jump to navigation Jump to search
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
Here you go three examples on how AVSPmod can show you the frame type (OCD).
* Here you go three examples on how AVSPmod can show you the frame type (OCD).
 
* Depends about the indexer you use for the source and which plugins do you have also.
Depends about the indexer you use for the source and which plugins do you have also.
<pre>FFInfo (cfrtime = false, vfrtime = false).Subtitle("Source",y=37)</pre>
 
<pre>MyFFinfo ("Source", Magenta)</pre>
* FFInfo(cfrtime = false, vfrtime = false).Subtitle("Source",y=37)
<pre>DGSource ("D:\movie.dgi", show=true, show2="2,2,Source")</pre>
 
* MyFFinfo("Source", Magenta)
 
* DGSource("D:\movie.dgi", show=true, show2="2,2,Source")

Latest revision as of 13:05, 18 September 2021

  • Here you go three examples on how AVSPmod can show you the frame type (OCD).
  • Depends about the indexer you use for the source and which plugins do you have also.
FFInfo (cfrtime = false, vfrtime = false).Subtitle("Source",y=37)
MyFFinfo ("Source", Magenta)
DGSource ("D:\movie.dgi", show=true, show2="2,2,Source")