Difference between revisions of "OCD in AVSPMod"

From luvBB
Jump to navigation Jump to search
Tag: Reverted
Line 2: Line 2:


* 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.
<blockquote> FFInfo (cfrtime = false, vfrtime = false).Subtitle("Source",y=37)</blockquote>
<pre><blockquote> FFInfo (cfrtime = false, vfrtime = false).Subtitle("Source",y=37)</blockquote>
<blockquote> MyFFinfo ("Source", Magenta)</blockquote>
<blockquote> MyFFinfo ("Source", Magenta)</blockquote>
<blockquote> DGSource ("D:\movie.dgi", show=true, show2="2,2,Source")</blockquote>
<blockquote> DGSource ("D:\movie.dgi", show=true, show2="2,2,Source")</blockquote></pre>

Revision as of 12:46, 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.
<blockquote> FFInfo (cfrtime = false, vfrtime = false).Subtitle("Source",y=37)</blockquote>
<blockquote> MyFFinfo ("Source", Magenta)</blockquote>
<blockquote> DGSource ("D:\movie.dgi", show=true, show2="2,2,Source")</blockquote>