517518519520521522523524525526527
try { Thread.sleep(3000); //mplayer_thumb_failure = true; } catch (InterruptedException e) { } pw.stopProcess(); setParsing(false); } }; Thread failsafe = new Thread(r, "MPlayer Thumbnail Failsafe");
14201421142214231424142514261427142814291430
public void run() { try { Thread.sleep(3000); ffmpeg_annexb_failure = true; } catch (InterruptedException e) { } pw.stopProcess(); } }; Thread failsafe = new Thread(r, "FFmpeg AnnexB Frame Header Failsafe"); failsafe.start();
100101102103104105106107108109110
public void run() { try { Thread.sleep(10000); } catch (InterruptedException e) { } pw.stopProcess(); } }; Thread failsafe = new Thread(r, "DVD ISO Title Failsafe"); failsafe.start();