Hi, I can reproduce your reported behaviour if I clear ~/.stopmotion/defaults.xml .
But when I do 'rm -r ~/.stopmotion' and start stopmotion again, it creates a working defaults.xml for me. It is attached. Please take it and try to start stopmotion. Then report any problems you encounter. We have to find out why stopmotion does not generate a working defaults.xml for you. Stupid question: your /home is not out of space, is it? Please remove ~/.stopmotion and start the program again. If ~/.stopmotion/defaults.xml gets created but is empty, we can exclude a rights problem from possible causes. Best wishes, -- .''`. Philipp Hübner <debala...@arcor.de> : :' : http://qa.debian.org/developer.php?login=debalance%40arcor.de `. `'` HP: http://debalance.funpic.de, Skype: philipp-huebner `- ICQ: 235-524-440, Jabber: der_scha...@jabber.org
<?xml version="1.0"?> <!DOCTYPE root SYSTEM "/home/phu/.stopmotion/preferences.xml"> <root xml:lang="en" title="Preferences"> <version version="0.8"/> <preferences> <pref key="numberofimports" attribute="5"/> <pref key="activedevice" attribute="1"/> <pref key="importname0" attribute="vgrabbj VGA singleshot"/> <pref key="importdescription0" attribute="The simplest setting. Fairly slow"/> <pref key="importprepoll0" attribute="vgrabbj -f $IMAGEFILE -d $VIDEODEVICE -b -D 0 -i vga"/> <pref key="importstopdeamon0" attribute=""/> <pref key="importname1" attribute="vgrabbj VGA deamon"/> <pref key="importdescription1" attribute="Starts vgrabbj as a deamon. Pretty fast."/> <pref key="importstartdeamon1" attribute="vgrabbj -f $IMAGEFILE -d $VIDEODEVICE -b -D 0 -i vga -L250"/> <pref key="importstopdeamon1" attribute="kill -9 `ps ax | grep vgrabbj | grep -v grep | cut -b 0-5`"/> <pref key="importname2" attribute="dvgrab"/> <pref key="importdescription2" attribute="Grabbing from DV-cam. (EXPERIMENTAL)"/> <pref key="importstartdeamon2" attribute="dvgrab --format jpeg --jpeg-overwrite --jpeg-deinterlace --jpeg-width 640 --jpeg-height 480 --frames 25 $IMAGEFILE"/> <pref key="importstopdeamon2" attribute="kill -9 `ps ax | grep dvgrab | grep -v grep | cut -b 0-5`"/> <pref key="importname3" attribute="videodog singleshot"/> <pref key="importdescription3" attribute="Videodog."/> <pref key="importprepoll3" attribute="videodog -x 640 -y 480 -w 3 -d $VIDEODEVICE -j -f $IMAGEFILE"/> <pref key="importstopdeamon3" attribute=""/> <pref key="importname4" attribute="dvgrab"/> <pref key="importdescription4" attribute="Grabbing from DV-cam."/> <pref key="importstartdeamon4" attribute="dvgrab --format jpeg --jpeg-overwrite --jpeg-deinterlace --jpeg-width 640 --jpeg-height 480 --every 25 $IMAGEFILE &"/> <pref key="importstopdeamon4" attribute="kill -9 `ps ax | grep dvgrab | grep -v grep | cut -b 0-5`"/> <pref key="numEncoders" attribute="4"/> <pref key="activeEncoder" attribute="3"/> <pref key="encoderName0" attribute="mencoder"/> <pref key="encoderDescription0" attribute="Exports from jpeg images to mpeg1 video"/> <pref key="startEncoder0" attribute="mencoder "mf://$IMAGEPATH/*.jpg" -mf w=640:h=480:fps=12:type=jpg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy -o "$VIDEOFILE""/> <pref key="stopEncoder0" attribute=""/> <pref key="encoderName1" attribute="mencoder"/> <pref key="encoderDescription1" attribute="Exports from jpeg images to mpeg2 video"/> <pref key="startEncoder1" attribute="mencoder "mf://$IMAGEPATH/*.jpg" -mf w=640:h=480:fps=4:type=jpg -ovc lavc -lavcopts vcodec=mpeg2video -oac copy -o "$VIDEOFILE""/> <pref key="stopEncoder1" attribute=""/> <pref key="encoderName2" attribute="mencoder"/> <pref key="encoderDescription2" attribute="Exports from jpeg images to mpeg4 video"/> <pref key="startEncoder2" attribute="mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2:vpass=1:$opt -mf type=jpg:fps=8 -o "$VIDEOFILE" "mf://$IMAGEPATH/*.jpg""/> <pref key="stopEncoder2" attribute=""/> <pref key="encoderName3" attribute="ffmpeg"/> <pref key="encoderDescription3" attribute="Exports from jpeg images to mpeg4 video"/> <pref key="startEncoder3" attribute="ffmpeg -r 10 -b 1800 -i "$IMAGEPATH/%06d.jpg" "$VIDEOFILE""/> <pref key="stopEncoder3" attribute=""/> <pref key="language" attribute="de"/> <pref key="numDevices" attribute="-1"/> <pref key="activeVideoDevice" attribute="-1"/> </preferences> </root>
signature.asc
Description: OpenPGP digital signature