|
From: Paul W. <pa...@bo...> - 2006-06-16 08:19:35
|
On Fri, 2006-06-16 at 15:08 +0800, DP wrote: > What programs do I need to get AVI output? On my debian linux system, > running synfig -t ffmpeg file just gives broken pipe. Hence I am > probably missing some avi creation packages. Which ones? The program you would need is ffmpeg. Unfortunately the ffmpeg target calls ffmpeg with a command line that only works with a much older ffmpeg than current ones, so it does not work. If you are able to work out the problem with the command line, that would help us to fix the problem. You can use strace to find out what command line synfig is calling ffmpeg with. I have now documented this on the download page. To workaround this, you could install libdv-bin, use -t dv and then convert the dv file to an AVI using ffmpeg. > On windows, running synfig --targets does not even list animation > targets, just still pictures. It probably wasn't compiled with support for any of the animation targets. --=20 bye, pabs http://pabs.zip.to |