Definition at line 702 of file mainIDo.cpp. References Exec(), mFramesJpg, mSetName, and mSrcOpt. Referenced by HandleCmd(). 00703 { 00704 String srcOpt = mSrcOpt; 00705 if (srcOpt.empty()) 00706 srcOpt = "lavc"; 00707 00708 if (mFramesJpg == "yes") 00709 { 00710 String scale("0.5"); 00711 Exec("vidset", "exportframes " + mSetName + " split jpg " + 00712 scale + " --src " + srcOpt + " --report 1000"); 00713 } 00714 else 00715 { 00716 String fixSize(""); 00717 Exec("vidset", "exportframes " + mSetName + " split " + 00718 fixSize + " --src " + srcOpt + " --report 1000"); 00719 } 00720 }
Here is the call graph for this function: ![]()
|