I try install Dvdstyler from Ubuntu repository and this crash when i press the button Burn.
To re-produce
I open dvdstyler.
I adding a Video File (Project).
I press the button Burn (option e.g create "dvd.iso")
I press start ..and dvdstyler it closes abruptly.
If i open dvdstyler from the terminal, i get this error before close UI:
$ dvdstyler
Output #0, dvd, to '/tmp/dvd-tmp/menu1-0.mpg_bg.mpg':
Stream #0.0: Video: mpeg2video, yuv420p, 720x576 [PAR 16:15 DAR 4:3], q=2-31, 6000 kb/s, 90k tbn, 25 tbc
Stream #0.1: Audio: ac3, 48000 Hz, 2 channels, s16, 64 kb/s
[ac3 @ 0x1debfc0] channel_layout not specified
[ac3 @ 0x1debfc0] No channel layout specified. The encoder will guess the layout, but it might be incorrect.
[dvd muxer @ 0x273b680] Value 10080000.000000 for parameter 'muxrate' out of range
[dvd muxer @ 0x273b680] Error setting option muxrate to value 10080000.
The version of dvdstyler is 2.5.2-0ubuntu3 on Ubuntu 14.04 LTS Trusty.
I do not know why this is occurring (2 months ago the version 2.5.2 worked perfectly and I even compile the version 2.8.1 without problems) ... maybe that could be canonical recently updated libav* packages.
I've opened a bug report on launchpad:
https://bugs.launchpad.net/ubuntu/+source/dvdstyler/+bug/1440374
Additional Info.
I try compile the new version 2.9.2 .. but this failed on "make":
..partial output "make" error:
/home/hs1974g/Compilar/DVDStyler-2.9.2/src/Slideshow.cpp:245: referencia a wxSVGDocument::Load(wxString const&, wxString const&)' sin definir ProcessMenuTransitions.o: En la funciónProcessMenuTransitions::GenerateMenuTransitionVideo(Menu, MenuObject, wxString const&, double, wxString const&)':
/home/hs1974g/Compilar/DVDStyler-2.9.2/src/ProcessMenuTransitions.cpp:230: referencia a wxSVGAnimatedType::~wxSVGAnimatedType()' sin definir /home/hs1974g/Compilar/DVDStyler-2.9.2/src/ProcessMenuTransitions.cpp:231: referencia awxSVGAnimatedType::~wxSVGAnimatedType()' sin definir
/home/hs1974g/Compilar/DVDStyler-2.9.2/src/ProcessMenuTransitions.cpp:211: referencia a wxSVGAnimatedType::~wxSVGAnimatedType()' sin definir /home/hs1974g/Compilar/DVDStyler-2.9.2/src/ProcessMenuTransitions.cpp:213: referencia awxSVGAnimatedType::~wxSVGAnimatedType()' sin definir
/home/hs1974g/Compilar/DVDStyler-2.9.2/src/ProcessMenuTransitions.cpp:221: referencia a wxSVGAnimatedType::~wxSVGAnimatedType()' sin definir ProcessMenuTransitions.o:/home/hs1974g/Compilar/DVDStyler-2.9.2/src/ProcessMenuTransitions.cpp:225: más referencias awxSVGAnimatedType::~wxSVGAnimatedType()' sin definir a continuación
collect2: error: ld returned 1 exit status
make[2]: [dvdstyler] Error 1
make[2]: se sale del directorio «/usr/local/src/DVDStyler-2.9.2/src»
make[1]: [all-recursive] Error 1
make[1]: se sale del directorio «/usr/local/src/DVDStyler-2.9.2/src»
make: *** [all-recursive] Error 1
Regards.
Finally i compile Dvdstyler 2.9.2 on ubuntu 14.04.2. If you want you can read the steps (here):
https://sourceforge.net/p/dvdstyler/discussion/318795/thread/15a1b9dd/
I hope this can help someone ...
Regards.