Created attachment 577567 [details] xml+png and video to test with Description of problem: After an update, spumux no longer muxes xml/png subtitles properly (not .srt). I used the upstream package and it muxes the subtitles properly. Version-Release number of selected component (if applicable): How reproducible: I made an XML file and 3 png files each representing a subtitle (Found in the attachment). Then I used spumux from fedora 16 to mux the pngs into a simple mpeg2 video. Steps to Reproduce: using the attached files, try spumux -m dvd sub.xml < vid_without_subs.mpg > output.mpg then compare output.mpg with spumux_original.mpg (using mplayer) Actual results: 2 subtitles don't show up on the screen. (first should show up from 1s -> 5s at the top of the video, second from 9s->12s at the bottom) The third subtitle is not displayed correctly (13s -> 30s)
I just found out that the root of the problem is GraphicsMagick and not spumux. The spumux binary I built from the upstream package works because it doesn't include support for GraphicsMagick, while the one from Fedora16 does. I downgraded the GraphicsMagick package and spumux is working as expected now. Output of upstream spumux binary: >>DVDAuthor::spumux, version 0.7.0. >>Build options: gnugetopt iconv freetype fribidi fontconfig Output of Fedora16's spumux binary: >>DVDAuthor::spumux, version 0.7.0. >>Build options: gnugetopt graphicsmagick iconv freetype fribidi fontconfig
*** This bug has been marked as a duplicate of bug 788246 ***