[MPlayer-users] When using mplayer -vo png:outdir=/xy files are saved without suffix .png
Arne
arne-hh at gmx.de
Sat May 21 11:02:47 CEST 2011
MPlayer SVN-r31918 (C) 2000-2010 MPlayer Team
Hello list, when using this:
mplayer -nosound -sstep 30 -vo png:outdir=$cs_path $vob_video_path
files in $cs_path have the following name (without .png suffix):
00000001.
00000002.
00000003.
If omitting outdir, files are saved in the current directory with name
00000001.png
00000002.png
00000003.png
When using
player -nosound -sstep 30 -vo jpeg:outdir=$cs_path $vob_video_path
files in $cs_path have the following name:
00000001.jpg
00000002.jpg
00000003.jpg
Looks like a bug for me
More information about the MPlayer-users
mailing list