application crashed on export swf file
Bug #537658 reported by
Pixel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pencil (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: pencil
from terminal:
Ubuntu Lucid 10.04 i386 (update 11.03.2010)
pixel@barattolo:~$ pencil
Hello
"/usr/lib/
"/usr/bin"
"/usr/lib"
MainWindow loadplugins MainWindow(
Plugin dir = "bin"
and now, if you export work in swf format this is output:
MainWindow thread QThread(0x8b51e38)
App thread QThread(0x8b51e38)
------Flash------ 0
Segmentation fault (core dump creato)
and application close
To post a comment you must log in.
One can export an image sequence (jpeg for not hainv issues with transparency) and use mencoder to generate a swf file.
mencoder mf://PATH/*jpg -mf fps=24 -ovc lavc -lavcopts vcodec=flv -lavfopts format=swf -of lavf -o foo.swf
where PATH is the directory the images have been stored to.