Help for this page

Select Code to Download


  1. or download this
    if ($line =~ /\s*APP>\s*LumaIntraMode\s:(\w+),\suse_intrabc:(\d)/i) {
       $values{Luma_mode} = $1;
    }
    
    # etc...
    
  2. or download this
    print "Luma Mode: ", $values{Luma_Mode}, "\n";
    print "Luma Angle: ", $values{Luma_Angle}, "\n";
    
    # etc...