diff --git a/bin/v0.1-4/fxwinwrap-0-1-4-x64.deb b/bin/v0.1-4/fxwinwrap-0-1-4-x64.deb index da246f7..68a3aac 100644 Binary files a/bin/v0.1-4/fxwinwrap-0-1-4-x64.deb and b/bin/v0.1-4/fxwinwrap-0-1-4-x64.deb differ diff --git a/bin/v0.1-4/fxwinwrap-0-1-4-x86.deb b/bin/v0.1-4/fxwinwrap-0-1-4-x86.deb index 3caee65..1662cca 100644 Binary files a/bin/v0.1-4/fxwinwrap-0-1-4-x86.deb and b/bin/v0.1-4/fxwinwrap-0-1-4-x86.deb differ diff --git a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller.class b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller.class index 87fcd7b..4ea8d6d 100644 Binary files a/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller.class and b/src/debs/fxwinwrap-0-1-4-x64/opt/FXWinWrap/Controller.class differ diff --git a/src/debs/fxwinwrap-0-1-4-x86/opt/FXWinWrap/Controller.class b/src/debs/fxwinwrap-0-1-4-x86/opt/FXWinWrap/Controller.class index 87fcd7b..4ea8d6d 100644 Binary files a/src/debs/fxwinwrap-0-1-4-x86/opt/FXWinWrap/Controller.class and b/src/debs/fxwinwrap-0-1-4-x86/opt/FXWinWrap/Controller.class differ diff --git a/src/versions/v0.0.4/Controller.java b/src/versions/v0.0.4/Controller.java index 058b29f..d4a9616 100644 --- a/src/versions/v0.0.4/Controller.java +++ b/src/versions/v0.0.4/Controller.java @@ -107,7 +107,7 @@ public class Controller { if (tmpP.toLowerCase().matches("^.*?(mp4|mpeg|mpg|wmv|mkv|flv|webm|avi).*$")) { String movieImg = "ffmpegthumbnailer -w -t='00:30:00' -c png -i " + fileList[i] + " -s 300 -o /tmp/image.png", - vExec = "mplayer " + fileList[i]; + vExec = "mplayer -really-quiet -ao null -loop 0 " + fileList[i]; try { pb = Runtime.getRuntime().exec(movieImg); pb.waitFor();