[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - Thumbnails only saved as JPG
Page 1 of 1

Thumbnails only saved as JPG

PostPosted: Wed Oct 15, 2014 9:31 am
by higgle
Hi,

when I try to generate thumbnails I have two output formats available: JPG and PNG. If I choose PNG I get this error message: "The file /tmp/smplayer_preview/00000005.png doesn't exist". JPG, on the other hand, works fine. Obviously, I'm missing a peace of the puzzle so the question is: Which component is SMPlayer using for PNG compression?

Re: Thumbnails only saved as JPG

PostPosted: Thu Oct 16, 2014 9:01 pm
by rvm

Re: Thumbnails only saved as JPG

PostPosted: Thu Oct 16, 2014 11:14 pm
by higgle

Re: Thumbnails only saved as JPG

PostPosted: Fri Oct 17, 2014 12:38 am
by rvm

Re: Thumbnails only saved as JPG

PostPosted: Fri Oct 17, 2014 11:32 am
by higgle
Using the old MPlayer solves the problem with PNG output, but this MPlayer cannot decode all video formats and has a few other downsides which is why I decided to use MPlayer2. Anyway, thanx for helping!

Re: Thumbnails only saved as JPG

PostPosted: Fri Oct 17, 2014 11:14 pm
by rvm
I think this is fixed in svn r6416. Now smplayer doesn't use the outdir option with png, so it works with mplayer2 too.

Re: Thumbnails only saved as JPG

PostPosted: Sun Dec 07, 2014 11:42 am
by higgle
Sorry for the late reply...
I compiled SMPlayer from source using the latest revision (which is 6558) and now it's working with MPlayer2 as well. Thanx for the great support!