smplayer file.avi ,error


/usr/bin/mplayer -noquiet -nofs -nomouseinput -sub-fuzziness 1 -identify -slave -vo xv -ao alsa -nokeepaspect -framedrop -nodr -double -input nodefault-bindings:conf=/dev/null -stop-xscreensaver -wid 54525967 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/user1/.config/smplayer/styles.ass -fontconfig -font Arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp ISO-8859-1 -vid 0 -aid 1 -subpos 100 -delay -105.5 -volume 61 -nocache -osdlevel 0 -vf-add screenshot -slices -channels 2 -af scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110 /home/user1/ip man/ipman2.mp4

The delay option must be >= -100.000000: -105.5
Error parsing option on the command line: -delay
MPlayer dev-SVN-r30099-4.4-openSUSE Linux 11.2 (i686)-Packman (C) 2000-2009 MPlayer TeamID_EXIT=NONE

It looks like it does not like your option " -delay -105.5 ". Can you change that to a smaller negative number (ie make it larger in a positive sence), such as " -delay -100.0 " or what ever number is appropriate.

smplayer -delay -100.0 file.avi


/usr/bin/mplayer -noquiet -nofs -nomouseinput -sub-fuzziness 1 -identify -slave -vo xv -ao alsa -nokeepaspect -framedrop -nodr -double -input nodefault-bindings:conf=/dev/null -stop-xscreensaver -wid 54525967 -monitorpixelaspect 1 -ass -embeddedfonts -ass-line-spacing 0 -ass-font-scale 1 -ass-styles /home/user1/.config/smplayer/styles.ass -fontconfig -font Arial -subfont-autoscale 0 -subfont-osd-scale 20 -subfont-text-scale 20 -subcp ISO-8859-1 -subpos 100 -volume 61 -cache 1000 -osdlevel 0 -prefer-ipv4 -vf-add screenshot -slices -af scaletempo,equalizer=0:0:0:0:0:0:0:0:0:0 -softvol -softvol-max 110 -delay

Error parsing option on the command line: -delay
MPlayer dev-SVN-r30099-4.4-openSUSE Linux 11.2 (i686)-Packman (C) 2000-2009 MPlayer TeamID_EXIT=NONE

Doesn’t work.

You need to try different values. But from what you quoted, you only applied "-delay’ and NOT ‘-delay -100’ hence of course it would not work. Plus you put " -delay " in a different location than the “-delay -105”, and this could be location sensitive.

Are you knowledgeable with this MPlayer command, or are you band new to this?

smplayer -delay -100.0 file.avi

Looking at the man page for smplayer I can’t find any indication that the ‘-delay’ option should be recognised by smplayer.

What happens when you call mplayer directly? Or even gmplayer?

mplayer works well.