MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / main

Method main

src/test/Test_Video.java:61–67  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

59 protected static final double CHROME_FRAME_DURATION = 0.01;//0.03334;
60
61 public static void main(String[] args) {
62 if (args.length > 0) {
63 System.out.println(getMP4Codec(args[0], null));
64 } else {
65 new Test_Video();
66 }
67 }
68
69 private static String getMP4Codec(String fname, String name) {
70 try {

Callers

nothing calls this directly

Calls 2

getMP4CodecMethod · 0.95
printlnMethod · 0.65

Tested by

no test coverage detected