Changed some preview options.

This commit is contained in:
Maxim 2017-10-23 16:10:49 -05:00
parent 2aa974137c
commit 844d697bb0
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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();